//
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([['Chevelle, Asking Alexandria & Dead Poet Society','Fillmore Auditorium - Colorado','Denver, CO','Tuesday','9/16/2025','6:00 PM','7059137','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-16-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Amphitheater at Las Colonias Park','Grand Junction, CO','Wednesday','9/17/2025','7:00 PM','7059138','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-17-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Revel Entertainment Center','Albuquerque, NM','Thursday','9/18/2025','7:00 PM','7059139','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-18-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','The Chelsea - The Cosmopolitan of Las Vegas','Las Vegas, NV','Saturday','9/20/2025','7:00 PM','7059140','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-20-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Arizona Financial Theatre','Phoenix, AZ','Sunday','9/21/2025','7:00 PM','7059141','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-21-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Tuesday','9/23/2025','7:00 PM','7059142','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-23-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Hollywood Palladium','Los Angeles, CA','Friday','9/26/2025','6:00 PM','7059143','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-26-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','The Masonic - San Francisco','San Francisco, CA','Saturday','9/27/2025','7:00 PM','7059144','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-27-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Hero Arena At Mountain America Center','Idaho Falls, ID','Tuesday','9/30/2025','7:00 PM','7059145','Chevelle--Asking-Alexandria---Dead-Poet-Society-9-30-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','Outdoor Amphitheater At Ford Idaho Center ','Nampa, ID','Wednesday','10/1/2025','7:00 PM','7059146','Chevelle--Asking-Alexandria---Dead-Poet-Society-10-1-2025']],'Asking Alexandria','http://www.ticketnetwork.com/ticket/Asking-Alexandria-events.aspx');