// 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-03A TN_Widget.CreateTable([['The Music Man','Nampa Civic Center','Nampa, ID','Thursday','8/21/2025','7:30 PM','6883318','The-Music-Man-8-21-2025'],['The Music Man','Nampa Civic Center','Nampa, ID','Friday','8/22/2025','7:30 PM','6883319','The-Music-Man-8-22-2025'],['The Music Man','Nampa Civic Center','Nampa, ID','Saturday','8/23/2025','1:30 PM','6883320','The-Music-Man-8-23-2025'],['The Music Man','Nampa Civic Center','Nampa, ID','Saturday','8/23/2025','7:30 PM','6883321','The-Music-Man-8-23-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Thursday','10/16/2025','7:30 PM','6883322','Disney-s-Newsies-the-Musical-10-16-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Friday','10/17/2025','7:30 PM','6883324','Disney-s-Newsies-the-Musical-10-17-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Saturday','10/18/2025','1:30 PM','6883325','Disney-s-Newsies-the-Musical-10-18-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Saturday','10/18/2025','7:30 PM','6883326','Disney-s-Newsies-the-Musical-10-18-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Thursday','10/23/2025','7:30 PM','6883327','Disney-s-Newsies-the-Musical-10-23-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Friday','10/24/2025','7:30 PM','6883328','Disney-s-Newsies-the-Musical-10-24-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Saturday','10/25/2025','1:30 PM','6883329','Disney-s-Newsies-the-Musical-10-25-2025'],['Disney's Newsies the Musical','Nampa Civic Center','Nampa, ID','Saturday','10/25/2025','7:30 PM','6883330','Disney-s-Newsies-the-Musical-10-25-2025'],['Grand Kyiv Ballet: The Nutcracker','Nampa Civic Center','Nampa, ID','Thursday','11/20/2025','7:00 PM','7057600','Grand-Kyiv-Ballet--The-Nutcracker-11-20-2025'],['A Christmas Carol','Nampa Civic Center','Nampa, ID','Thursday','12/4/2025','7:30 PM','6883331','A-Christmas-Carol-12-4-2025'],['A Christmas Carol','Nampa Civic Center','Nampa, ID','Friday','12/5/2025','7:30 PM','6883332','A-Christmas-Carol-12-5-2025'],['A Christmas Carol','Nampa Civic Center','Nampa, ID','Saturday','12/6/2025','1:30 PM','6883333','A-Christmas-Carol-12-6-2025'],['A Christmas Carol','Nampa Civic Center','Nampa, ID','Saturday','12/6/2025','7:30 PM','6883334','A-Christmas-Carol-12-6-2025']],'Nampa Civic Center','https://www.ticketnetwork.com/ticket/Nampa-Civic-Center-events.aspx');