//
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([['Death From Above 1979','Ogden Theatre','Denver, CO','Sunday','6/8/2025','8:30 PM','6655728','Death-From-Above-1979-6-8-2025'],['Death From Above 1979','The Heights','Houston, TX','Wednesday','6/11/2025','8:00 PM','6655734','Death-From-Above-1979-6-11-2025'],['Death From Above 1979','Paper Tiger','San Antonio, TX','Thursday','6/12/2025','8:00 PM','6655732','Death-From-Above-1979-6-12-2025'],['Death From Above 1979','Empire Garage','Austin, TX','Friday','6/13/2025','8:00 PM','7062631','Death-From-Above-1979-6-13-2025'],['Above & Beyond','Deer Lake Park','Burnaby, Canada','Friday','8/15/2025','5:00 PM','7111838','Above---Beyond-8-15-2025'],['Above & Beyond','Cascades Amphitheater - WA','Ridgefield, WA','Saturday','8/16/2025','7:00 PM','7111839','Above---Beyond-8-16-2025'],['Above & Beyond','Huntington Bank Pavilion at Northerly Island','Chicago, IL','Friday','8/22/2025','7:00 PM','7111840','Above---Beyond-8-22-2025'],['Above & Beyond','Budweiser Stage - Toronto','Toronto, Canada','Friday','8/29/2025','7:00 PM','7111841','Above---Beyond-8-29-2025'],['Above & Beyond','Forest Hills Stadium','Forest Hills, NY','Friday','9/5/2025','6:00 PM','7111842','Above---Beyond-9-5-2025'],['Above & Beyond','Leader Bank Pavilion','Boston, MA','Saturday','9/6/2025','7:00 PM','7111843','Above---Beyond-9-6-2025'],['Above & Beyond','Orlando Amphitheater at Central Florida Fairgrounds','Orlando, FL','Friday','9/12/2025','7:00 PM','7111844','Above---Beyond-9-12-2025'],['Above & Beyond','Lakewood Amphitheatre','Atlanta, GA','Saturday','9/13/2025','6:00 PM','7111845','Above---Beyond-9-13-2025'],['Above & Beyond','Germania Insurance Amphitheater','Austin, TX','Friday','9/19/2025','7:00 PM','7111846','Above---Beyond-9-19-2025'],['Above & Beyond','Dos Equis Pavilion','Dallas, TX','Saturday','9/20/2025','7:00 PM','7111847','Above---Beyond-9-20-2025'],['Above & Beyond','Fiddlers Green Amphitheatre','Englewood, CO','Saturday','9/27/2025','7:30 PM','7111849','Above---Beyond-9-27-2025'],['Above & Beyond','The Rady Shell at Jacobs Park','San Diego, CA','Thursday','10/2/2025','6:00 PM','7111850','Above---Beyond-10-2-2025'],['Above & Beyond','Shoreline Amphitheatre - CA','Mountain View, CA','Saturday','10/4/2025','7:00 PM','7111851','Above---Beyond-10-4-2025'],['CaveFest: Sam Bush, Leftover Salmon & Dan Tyminski - 2 Day Pass','The Caverns Above Ground Amphitheater - TN','Pelham, TN','Saturday','10/11/2025','TBD','7045513','CaveFest--Sam-Bush--Leftover-Salmon---Dan-Tyminski---2-Day-Pass-10-11-2025'],['Above Ground','The Fonda Theatre','Los Angeles, CA','Sunday','10/26/2025','8:00 PM','7090458','Above-Ground-10-26-2025']],'Above','http://www.ticketnetwork.com/ticket/Above-events.aspx');