//
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([['Above & Beyond','Warehouse Live Midtown','Houston, TX','Thursday','9/18/2025','7:00 PM','7285730','Above---Beyond-9-18-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','The Depot - Salt Lake City','Salt Lake City, UT','Wednesday','9/24/2025','7:00 PM','7283971','Above---Beyond-9-24-2025'],['Above & Beyond','Warehouse 215','Phoenix, AZ','Friday','9/26/2025','8:00 PM','7285732','Above---Beyond-9-26-2025'],['Above & Beyond','Fiddlers Green Amphitheatre','Englewood, CO','Saturday','9/27/2025','7:30 PM','7111849','Above---Beyond-9-27-2025'],['Death From Above 1979','The Venue - ON','Peterborough, Canada','Wednesday','10/1/2025','7:00 PM','7246878','Death-From-Above-1979-10-1-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','Nova SD','San Diego, CA','Thursday','10/2/2025','10:00 PM','7390760','Above---Beyond-10-2-2025'],['Death From Above 1979','The Biltmore Theatre','Oshawa, Canada','Friday','10/3/2025','8:00 PM','7246879','Death-From-Above-1979-10-3-2025'],['Above & Beyond','Exchange LA','Los Angeles, CA','Friday','10/3/2025','10:00 PM','7285731','Above---Beyond-10-3-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'],['CaveFest (Time: TBD)','The Caverns Above Ground Amphitheater - TN','Pelham, TN','Saturday','10/11/2025','12:00 PM','7089415','CaveFest--Time--TBD--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 The Covers','Anthem - Hard Rock Hotel & Casino','Sioux City, IA','Saturday','11/29/2025','8:00 PM','7315392','Above-The-Covers-11-29-2025'],['ChangeMaker Series: Two Worlds - Above and Below the Sea','The Carolina Theatre At Belk Place','Charlotte, NC','Wednesday','2/18/2026','7:00 PM','7336136','ChangeMaker-Series--Two-Worlds---Above-and-Below-the-Sea-2-18-2026']],'Above','http://www.ticketnetwork.com/ticket/Above-events.aspx');