// 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([['Frozen - The Musical','Nampa Civic Center','Nampa, ID','Thursday','3/26/2026','7:30 PM','7628845','Frozen---The-Musical-3-26-2026'],['Frozen - The Musical','Nampa Civic Center','Nampa, ID','Friday','3/27/2026','7:30 PM','7628846','Frozen---The-Musical-3-27-2026'],['Frozen - The Musical','Nampa Civic Center','Nampa, ID','Saturday','3/28/2026','7:30 PM','7628848','Frozen---The-Musical-3-28-2026'],['Frozen - The Musical','Nampa Civic Center','Nampa, ID','Thursday','4/2/2026','7:30 PM','7628849','Frozen---The-Musical-4-2-2026'],['Frozen - The Musical','Nampa Civic Center','Nampa, ID','Friday','4/3/2026','7:30 PM','7628850','Frozen---The-Musical-4-3-2026'],['Frozen - The Musical','Nampa Civic Center','Nampa, ID','Saturday','4/4/2026','7:30 PM','7628855','Frozen---The-Musical-4-4-2026'],['The Phantom of the Opera','Nampa Civic Center','Nampa, ID','Thursday','7/23/2026','7:30 PM','7793362','The-Phantom-of-the-Opera-7-23-2026'],['The Phantom of the Opera','Nampa Civic Center','Nampa, ID','Friday','7/24/2026','7:30 PM','7793363','The-Phantom-of-the-Opera-7-24-2026'],['The Phantom of the Opera','Nampa Civic Center','Nampa, ID','Saturday','7/25/2026','1:30 PM','7793365','The-Phantom-of-the-Opera-7-25-2026'],['The Phantom of the Opera','Nampa Civic Center','Nampa, ID','Saturday','7/25/2026','7:30 PM','7793364','The-Phantom-of-the-Opera-7-25-2026'],['Something Rotten','Nampa Civic Center','Nampa, ID','Thursday','8/20/2026','7:30 PM','7793370','Something-Rotten-8-20-2026'],['Something Rotten','Nampa Civic Center','Nampa, ID','Friday','8/21/2026','7:30 PM','7793371','Something-Rotten-8-21-2026'],['Something Rotten','Nampa Civic Center','Nampa, ID','Saturday','8/22/2026','1:30 PM','7793373','Something-Rotten-8-22-2026'],['Something Rotten','Nampa Civic Center','Nampa, ID','Saturday','8/22/2026','7:30 PM','7793372','Something-Rotten-8-22-2026']],'Nampa Civic Center','https://www.ticketnetwork.com/ticket/Nampa-Civic-Center-events.aspx');