// 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 += '
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-03A TN_Widget.CreateTable([['WHL Championship Series: Spokane Chiefs vs. Medicine Hat Tigers - Home Game 1, Series Game 3','Spokane Arena','Spokane, WA','Tuesday','5/13/2025','7:00 PM','7135085','WHL-Championship-Series--Spokane-Chiefs-vs--Medicine-Hat-Tigers---Home-Game-1--Series-Game-3-5-13-2025'],['WHL Championship Series: Spokane Chiefs vs. Medicine Hat Tigers - Home Game 2, Series Game 4','Spokane Arena','Spokane, WA','Wednesday','5/14/2025','7:00 PM','7135086','WHL-Championship-Series--Spokane-Chiefs-vs--Medicine-Hat-Tigers---Home-Game-2--Series-Game-4-5-14-2025'],['WHL Championship Series: Spokane Chiefs vs. Medicine Hat Tigers - Home Game 3, Series Game 5 (If Necessary)','Spokane Arena','Spokane, WA','Friday','5/16/2025','7:00 PM','7135087','WHL-Championship-Series--Spokane-Chiefs-vs--Medicine-Hat-Tigers---Home-Game-3--Series-Game-5---If-Necessary--5-16-2025'],['Hot Wheels Monster Trucks Live Glow-N-Fire','Spokane Arena','Spokane, WA','Saturday','5/31/2025','12:30 PM','6977536','Hot-Wheels-Monster-Trucks-Live-Glow-N-Fire-5-31-2025'],['Hot Wheels Monster Trucks Live Glow-N-Fire','Spokane Arena','Spokane, WA','Saturday','5/31/2025','7:30 PM','7001544','Hot-Wheels-Monster-Trucks-Live-Glow-N-Fire-5-31-2025'],['Hot Wheels Monster Trucks Live Glow-N-Fire','Spokane Arena','Spokane, WA','Sunday','6/1/2025','2:30 PM','7001545','Hot-Wheels-Monster-Trucks-Live-Glow-N-Fire-6-1-2025'],['Barry Manilow','Spokane Arena','Spokane, WA','Friday','7/11/2025','7:00 PM','7078014','Barry-Manilow-7-11-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','Spokane Arena','Spokane, WA','Thursday','9/18/2025','7:30 PM','6710448','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-18-2025'],['Halestorm & Lindsey Stirling','Spokane Arena','Spokane, WA','Saturday','10/11/2025','6:30 PM','7121539','Halestorm---Lindsey-Stirling-10-11-2025'],['Monster Jam','Spokane Arena','Spokane, WA','Friday','10/17/2025','7:00 PM','7098277','Monster-Jam-10-17-2025'],['Monster Jam','Spokane Arena','Spokane, WA','Saturday','10/18/2025','1:00 PM','7098278','Monster-Jam-10-18-2025'],['Monster Jam','Spokane Arena','Spokane, WA','Saturday','10/18/2025','7:00 PM','7098279','Monster-Jam-10-18-2025'],['Monster Jam','Spokane Arena','Spokane, WA','Sunday','10/19/2025','1:00 PM','7098280','Monster-Jam-10-19-2025'],['Eric Church & Charles Wesley Godwin','Spokane Arena','Spokane, WA','Saturday','10/25/2025','7:30 PM','7123953','Eric-Church---Charles-Wesley-Godwin-10-25-2025'],['Brandon Lake','Spokane Arena','Spokane, WA','Sunday','11/23/2025','7:00 PM','7078108','Brandon-Lake-11-23-2025'],['Nitro Circus','Spokane Arena','Spokane, WA','Saturday','12/13/2025','7:00 PM','7099790','Nitro-Circus-12-13-2025'],['509 Classic: Washington State Cougars vs. Eastern Washington Eagles','Spokane Arena','Spokane, WA','Wednesday','12/17/2025','TBD','7148434','509-Classic--Washington-State-Cougars-vs--Eastern-Washington-Eagles-12-17-2025']],'Spokane Arena','http://www.ticketnetwork.com/ticket/Spokane-Arena-events.aspx');