// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Lyle Lovett and His Large Band','Sandy Amphitheater','Sandy, UT','Wednesday','7/9/2025','7:00 PM','7045630','Lyle-Lovett-and-His-Large-Band-7-9-2025'],['Last Podcast on The Left','Sandy Amphitheater','Sandy, UT','Saturday','7/12/2025','7:00 PM','7040733','Last-Podcast-on-The-Left-7-12-2025'],['Disney in Concert & The Utah Symphony: 80s & 90s Celebration','Sandy Amphitheater','Sandy, UT','Saturday','7/19/2025','7:30 PM','7143483','Disney-in-Concert---The-Utah-Symphony--80s---90s-Celebration-7-19-2025'],['Dwight Yoakam & The Mavericks','Sandy Amphitheater','Sandy, UT','Thursday','7/24/2025','6:00 PM','7045638','Dwight-Yoakam---The-Mavericks-7-24-2025'],['Wyatt Flores','Sandy Amphitheater','Sandy, UT','Friday','7/25/2025','7:00 PM','7049806','Wyatt-Flores-7-25-2025'],['Melissa Etheridge & Indigo Girls','Sandy Amphitheater','Sandy, UT','Saturday','7/26/2025','6:30 PM','6869766','Melissa-Etheridge---Indigo-Girls-7-26-2025'],['Fitz and The Tantrums','Sandy Amphitheater','Sandy, UT','Monday','7/28/2025','7:00 PM','7069175','Fitz-and-The-Tantrums-7-28-2025'],['Air Supply','Sandy Amphitheater','Sandy, UT','Wednesday','7/30/2025','7:30 PM','7084958','Air-Supply-7-30-2025'],['Regina Spektor','Sandy Amphitheater','Sandy, UT','Friday','8/1/2025','8:00 PM','7074529','Regina-Spektor-8-1-2025'],['Australian Pink Floyd Show','Sandy Amphitheater','Sandy, UT','Sunday','8/10/2025','7:00 PM','6968475','Australian-Pink-Floyd-Show-8-10-2025'],['LCD Soundsystem','Sandy Amphitheater','Sandy, UT','Tuesday','8/12/2025','7:00 PM','7085366','LCD-Soundsystem-8-12-2025'],['Direct From Sweden - The Music of ABBA','Sandy Amphitheater','Sandy, UT','Thursday','8/14/2025','7:30 PM','7175630','Direct-From-Sweden---The-Music-of-ABBA-8-14-2025'],['Direct From Sweden - The Music of ABBA','Sandy Amphitheater','Sandy, UT','Friday','8/15/2025','7:30 PM','7014118','Direct-From-Sweden---The-Music-of-ABBA-8-15-2025'],['311','Sandy Amphitheater','Sandy, UT','Sunday','8/17/2025','6:00 PM','7046816','311-8-17-2025'],['Chicago - The Band','Sandy Amphitheater','Sandy, UT','Thursday','8/21/2025','8:00 PM','6927768','Chicago---The-Band-8-21-2025'],['Max McNown','Sandy Amphitheater','Sandy, UT','Monday','9/1/2025','7:00 PM','7184973','Max-McNown-9-1-2025'],['Mat Kearney','Sandy Amphitheater','Sandy, UT','Saturday','9/13/2025','7:00 PM','6996637','Mat-Kearney-9-13-2025'],['Royal Bliss - The Tom Petty Experience','Sandy Amphitheater','Sandy, UT','Saturday','9/20/2025','7:30 PM','7108425','Royal-Bliss---The-Tom-Petty-Experience-9-20-2025'],['Air Play Moon Safari','Sandy Amphitheater','Sandy, UT','Tuesday','9/30/2025','8:00 PM','7121691','Air-Play-Moon-Safari-9-30-2025'],['Ziggy Marley','Sandy Amphitheater','Sandy, UT','Sunday','10/12/2025','7:00 PM','7009969','Ziggy-Marley-10-12-2025']],'Sandy Amphitheater','https://www.ticketnetwork.com/ticket/Sandy-Amphitheater-events.aspx');