//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['Tash Sultana','Sandy Amphitheater','Sandy, UT','Saturday','5/30/2026','7:00 PM','7775472','Tash-Sultana-5-30-2026'],['Metric, Broken Social Scene & Stars','Sandy Amphitheater','Sandy, UT','Saturday','6/13/2026','6:00 PM','7718066','Metric--Broken-Social-Scene---Stars-6-13-2026'],['Nitty Gritty Dirt Band','Sandy Amphitheater','Sandy, UT','Sunday','6/14/2026','7:00 PM','7706471','Nitty-Gritty-Dirt-Band-6-14-2026'],['The Dead South','Sandy Amphitheater','Sandy, UT','Friday','6/19/2026','7:00 PM','7600040','The-Dead-South-6-19-2026'],['Watchhouse','Sandy Amphitheater','Sandy, UT','Saturday','6/20/2026','7:00 PM','7775819','Watchhouse-6-20-2026'],['Brothers Osborne','Sandy Amphitheater','Sandy, UT','Wednesday','6/24/2026','7:00 PM','7753380','Brothers-Osborne-6-24-2026'],['Jimmy Eat World, Motion City Soundtrack & Illuminati Hotties','Sandy Amphitheater','Sandy, UT','Wednesday','7/22/2026','6:00 PM','7731293','Jimmy-Eat-World--Motion-City-Soundtrack---Illuminati-Hotties-7-22-2026'],['Death Cab for Cutie','Sandy Amphitheater','Sandy, UT','Tuesday','7/28/2026','7:00 PM','7716328','Death-Cab-for-Cutie-7-28-2026'],['Death Cab for Cutie & Nation of Language','Sandy Amphitheater','Sandy, UT','Wednesday','7/29/2026','7:00 PM','7698510','Death-Cab-for-Cutie---Nation-of-Language-7-29-2026'],['Stray Cats','Sandy Amphitheater','Sandy, UT','Tuesday','8/4/2026','7:00 PM','7791423','Stray-Cats-8-4-2026'],['Lee Brice','Sandy Amphitheater','Sandy, UT','Thursday','8/20/2026','7:00 PM','7753232','Lee-Brice-8-20-2026'],['O.A.R., Gavin DeGraw & Lisa Loeb','Sandy Amphitheater','Sandy, UT','Friday','8/21/2026','5:30 PM','7530023','O-A-R---Gavin-DeGraw---Lisa-Loeb-8-21-2026'],['Mat Kearney','Sandy Amphitheater','Sandy, UT','Friday','9/18/2026','7:00 PM','7775530','Mat-Kearney-9-18-2026'],['Mat Kearney','Sandy Amphitheater','Sandy, UT','Saturday','9/19/2026','7:00 PM','7775531','Mat-Kearney-9-19-2026']],'Sandy Amphitheater','https://www.ticketnetwork.com/ticket/Sandy-Amphitheater-events.aspx');