//
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-04A
TN_Widget.CreateTable([['Apocalyptica','Warner Theatre - DC','Washington, DC','Thursday','2/6/2025','7:30 PM','6502510','Apocalyptica-2-6-2025'],['Apocalyptica','The Fillmore - Philadelphia','Philadelphia, PA','Friday','2/7/2025','7:30 PM','6502511','Apocalyptica-2-7-2025'],['Apocalyptica','Orpheum Theatre - Boston','Boston, MA','Saturday','2/8/2025','7:30 PM','6502513','Apocalyptica-2-8-2025'],['Apocalyptica','Brooklyn Paramount','Brooklyn, NY','Tuesday','2/11/2025','6:30 PM','6502514','Apocalyptica-2-11-2025'],['Apocalyptica','MTelus','Montreal, Canada','Wednesday','2/12/2025','7:30 PM','6502556','Apocalyptica-2-12-2025'],['Apocalyptica','The Andrew J Brady ICON Music Center','Cincinnati, OH','Friday','2/14/2025','7:30 PM','6502516','Apocalyptica-2-14-2025'],['Apocalyptica','Athenaeum Theatre - IL','Chicago, IL','Saturday','2/15/2025','7:30 PM','6502517','Apocalyptica-2-15-2025'],['Apocalyptica','The Fillmore - Detroit','Detroit, MI','Sunday','2/16/2025','6:30 PM','6502518','Apocalyptica-2-16-2025'],['Apocalyptica','Uptown Theatre Minneapolis','Minneapolis, MN','Tuesday','2/18/2025','7:30 PM','6502519','Apocalyptica-2-18-2025'],['Apocalyptica','Burton Cummings Theatre','Winnipeg, Canada','Wednesday','2/19/2025','7:30 PM','6502558','Apocalyptica-2-19-2025'],['Apocalyptica','Coors Event Centre - SK','Saskatoon, Canada','Thursday','2/20/2025','6:30 PM','6502559','Apocalyptica-2-20-2025'],['Apocalyptica','Midway - Edmonton','Edmonton, Canada','Friday','2/21/2025','6:30 PM','6502560','Apocalyptica-2-21-2025'],['Apocalyptica','Grey Eagle Resort & Casino','Calgary, Canada','Saturday','2/22/2025','7:30 PM','6502562','Apocalyptica-2-22-2025'],['Apocalyptica','Queen Elizabeth Theatre - Vancouver','Vancouver, Canada','Monday','2/24/2025','7:30 PM','6502563','Apocalyptica-2-24-2025'],['Apocalyptica','Moore Theatre - WA','Seattle, WA','Tuesday','2/25/2025','7:30 PM','6502520','Apocalyptica-2-25-2025'],['Apocalyptica','McMenamins Crystal Ballroom','Portland, OR','Wednesday','2/26/2025','7:30 PM','6502521','Apocalyptica-2-26-2025'],['Apocalyptica','Palace Of Fine Arts','San Francisco, CA','Thursday','2/27/2025','7:30 PM','6502548','Apocalyptica-2-27-2025'],['Apocalyptica','Orpheum Theatre - Los Angeles','Los Angeles, CA','Friday','2/28/2025','7:30 PM','6502549','Apocalyptica-2-28-2025'],['Apocalyptica','The Van Buren','Phoenix, AZ','Saturday','3/1/2025','7:00 PM','6502550','Apocalyptica-3-1-2025'],['Apocalyptica','Paramount Theatre - Denver','Denver, CO','Monday','3/3/2025','7:30 PM','6502551','Apocalyptica-3-3-2025'],['Apocalyptica','ACL Live At The Moody Theater','Austin, TX','Wednesday','3/5/2025','7:30 PM','6502553','Apocalyptica-3-5-2025'],['Apocalyptica','Majestic Theatre - Dallas','Dallas, TX','Thursday','3/6/2025','7:30 PM','6502554','Apocalyptica-3-6-2025'],['Apocalyptica','Bayou Music Center','Houston, TX','Saturday','3/8/2025','7:30 PM','6502555','Apocalyptica-3-8-2025']],'Apocalyptica','http://www.ticketnetwork.com/ticket/Apocalyptica-events.aspx');