//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Sweet Revenge - Tribute to My Chemical Romance','World Cafe Live','Philadelphia, PA','Friday','3/28/2025','9:00 PM','6960065','Sweet-Revenge---Tribute-to-My-Chemical-Romance-3-28-2025'],['My Chemical Romance','T-Mobile Park','Seattle, WA','Friday','7/11/2025','6:00 PM','6820628','My-Chemical-Romance-7-11-2025'],['My Chemical Romance','Oracle Park','San Francisco, CA','Saturday','7/19/2025','6:00 PM','6820629','My-Chemical-Romance-7-19-2025'],['My Chemical Romance','Dodger Stadium','Los Angeles, CA','Saturday','7/26/2025','6:00 PM','6820630','My-Chemical-Romance-7-26-2025'],['My Chemical Romance','Dodger Stadium','Los Angeles, CA','Sunday','7/27/2025','6:00 PM','6830538','My-Chemical-Romance-7-27-2025'],['My Chemical Romance','Globe Life Field','Arlington, TX','Saturday','8/2/2025','6:00 PM','6820631','My-Chemical-Romance-8-2-2025'],['My Chemical Romance & Death Cab For Cutie','MetLife Stadium','East Rutherford, NJ','Saturday','8/9/2025','5:15 PM','6820632','My-Chemical-Romance---Death-Cab-For-Cutie-8-9-2025'],['My Chemical Romance','Citizens Bank Park','Philadelphia, PA','Friday','8/15/2025','6:00 PM','6820633','My-Chemical-Romance-8-15-2025'],['My Chemical Romance','Rogers Centre','Toronto, Canada','Friday','8/22/2025','6:00 PM','6820634','My-Chemical-Romance-8-22-2025'],['My Chemical Romance','Soldier Field','Chicago, IL','Friday','8/29/2025','6:00 PM','6820635','My-Chemical-Romance-8-29-2025'],['My Chemical Romance','Fenway Park','Boston, MA','Sunday','9/7/2025','6:00 PM','6820636','My-Chemical-Romance-9-7-2025'],['My Chemical Romance','Raymond James Stadium','Tampa, FL','Saturday','9/13/2025','6:00 PM','6820638','My-Chemical-Romance-9-13-2025'],['Shaky Knees Music Festival: Deftones, My Chemical Romance & Blink 182 - 3 Day Pass','Piedmont Park','Atlanta, GA','Friday','9/19/2025','TBD','6849683','Shaky-Knees-Music-Festival--Deftones--My-Chemical-Romance---Blink-182---3-Day-Pass-9-19-2025'],['Shaky Knees Music Festival: My Chemical Romance, Cage The Elephant & The Black Keys - Saturday (Time: TBD)','Piedmont Park','Atlanta, GA','Saturday','9/20/2025','12:00 PM','6852989','Shaky-Knees-Music-Festival--My-Chemical-Romance--Cage-The-Elephant---The-Black-Keys---Saturday--Time--TBD--9-20-2025']],'My Chemical Romance','http://www.ticketnetwork.com/ticket/My-Chemical-Romance-events.aspx');