// 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-04A TN_Widget.CreateTable([['Choir! Choir! Choir!','Bing Crosby Theater','Spokane, WA','Friday','10/24/2025','8:00 PM','7113205','Choir--Choir--Choir--10-24-2025'],['Hotel California - Eagles Tribute','Bing Crosby Theater','Spokane, WA','Tuesday','10/28/2025','7:30 PM','7214712','Hotel-California---Eagles-Tribute-10-28-2025'],['Led Zepagain - Led Zeppelin Tribute','Bing Crosby Theater','Spokane, WA','Wednesday','10/29/2025','7:30 PM','7383189','Led-Zepagain---Led-Zeppelin-Tribute-10-29-2025'],['Christmas with C.S. Lewis','Bing Crosby Theater','Spokane, WA','Friday','11/21/2025','7:30 PM','7292257','Christmas-with-C-S--Lewis-11-21-2025'],['Leslie Jones','Bing Crosby Theater','Spokane, WA','Saturday','11/22/2025','8:00 PM','7265458','Leslie-Jones-11-22-2025'],['Jim Brickman','Bing Crosby Theater','Spokane, WA','Sunday','11/23/2025','7:00 PM','7187619','Jim-Brickman-11-23-2025'],['Paula Poundstone','Bing Crosby Theater','Spokane, WA','Friday','12/5/2025','7:30 PM','7335346','Paula-Poundstone-12-5-2025'],['Shaun Cassidy','Bing Crosby Theater','Spokane, WA','Friday','2/6/2026','8:00 PM','7421728','Shaun-Cassidy-2-6-2026'],['Hurricane - Scorpions Tribute ','Bing Crosby Theater','Spokane, WA','Saturday','2/7/2026','7:30 PM','7465344','Hurricane---Scorpions-Tribute--2-7-2026'],['Devon Allman's Blues Summit','Bing Crosby Theater','Spokane, WA','Wednesday','3/4/2026','7:30 PM','7437205','Devon-Allman-s-Blues-Summit-3-4-2026'],['The Fab Four - The Ultimate Tribute','Bing Crosby Theater','Spokane, WA','Saturday','4/25/2026','7:30 PM','7451827','The-Fab-Four---The-Ultimate-Tribute-4-25-2026']],'Bing Crosby Theater','http://www.ticketnetwork.com/ticket/Bing-Crosby-Theater-events.aspx');