//
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-01A
TN_Widget.CreateTable([['Death Cab for Cutie','Channel 24','Sacramento, CA','Wednesday','7/23/2025','8:00 PM','7010066','Death-Cab-for-Cutie-7-23-2025'],['Death Cab for Cutie','Grand Sierra Theatre','Reno, NV','Thursday','7/24/2025','8:00 PM','7023568','Death-Cab-for-Cutie-7-24-2025'],['Death Cab for Cutie','Redding Civic Auditorium','Redding, CA','Friday','7/25/2025','7:00 PM','7023093','Death-Cab-for-Cutie-7-25-2025'],['Project Pabst: Iggy Pop, Devo, Death Cab For Cutie & Japanese Breakfast - 2 Day Pass','Tom McCall Waterfront Park','Portland, OR','Saturday','7/26/2025','TBD','7030724','Project-Pabst--Iggy-Pop--Devo--Death-Cab-For-Cutie---Japanese-Breakfast---2-Day-Pass-7-26-2025'],['Project Pabst: Death Cab For Cutie, Japanese Breakfast, Built to Spill & Cap'n Jazz - Sunday','Tom McCall Waterfront Park','Portland, OR','Sunday','7/27/2025','2:00 PM','7011058','Project-Pabst--Death-Cab-For-Cutie--Japanese-Breakfast--Built-to-Spill---Cap-n-Jazz---Sunday-7-27-2025'],['Death Cab for Cutie','KettleHouse Amphitheater','Bonner, MT','Tuesday','7/29/2025','8:00 PM','7023179','Death-Cab-for-Cutie-7-29-2025'],['Death Cab for Cutie','Pavilion at Riverfront','Spokane, WA','Wednesday','7/30/2025','7:00 PM','7023619','Death-Cab-for-Cutie-7-30-2025'],['Death Cab for Cutie','Climate Pledge Arena','Seattle, WA','Thursday','7/31/2025','8:00 PM','6991826','Death-Cab-for-Cutie-7-31-2025'],['Death Cab for Cutie','Climate Pledge Arena','Seattle, WA','Saturday','8/2/2025','8:00 PM','6986077','Death-Cab-for-Cutie-8-2-2025'],['Death Cab for Cutie','The Chicago Theatre','Chicago, IL','Tuesday','8/5/2025','7:30 PM','6986076','Death-Cab-for-Cutie-8-5-2025'],['Death Cab for Cutie','The Chicago Theatre','Chicago, IL','Wednesday','8/6/2025','7:30 PM','6990108','Death-Cab-for-Cutie-8-6-2025'],['Death Cab for Cutie','Brooklyn Paramount','Brooklyn, NY','Friday','8/8/2025','7:00 PM','6986078','Death-Cab-for-Cutie-8-8-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'],['Death Cab for Cutie','Brooklyn Paramount','Brooklyn, NY','Sunday','8/10/2025','7:00 PM','6986079','Death-Cab-for-Cutie-8-10-2025'],['Death Cab for Cutie','Brooklyn Paramount','Brooklyn, NY','Tuesday','8/12/2025','7:00 PM','6991226','Death-Cab-for-Cutie-8-12-2025']],'Death Cab for Cutie','http://www.ticketnetwork.com/ticket/Death-Cab-for-Cutie-events.aspx');