// 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([['Disney On Ice','UBS Arena','Elmont, NY','Wednesday','11/12/2025','7:00 PM','7148256','Disney-On-Ice-11-12-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Thursday','11/13/2025','7:00 PM','7148257','Disney-On-Ice-11-13-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Thursday','11/13/2025','7:00 PM','7148267','Disney-On-Ice--Mickey-s-Search-Party-11-13-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Friday','11/14/2025','10:30 AM','7148269','Disney-On-Ice--Mickey-s-Search-Party-11-14-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Friday','11/14/2025','11:00 AM','7148259','Disney-On-Ice-11-14-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Friday','11/14/2025','7:00 PM','7148258','Disney-On-Ice-11-14-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Friday','11/14/2025','7:00 PM','7148268','Disney-On-Ice--Mickey-s-Search-Party-11-14-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Saturday','11/15/2025','11:00 AM','7148260','Disney-On-Ice-11-15-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Saturday','11/15/2025','11:00 AM','7148270','Disney-On-Ice--Mickey-s-Search-Party-11-15-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Saturday','11/15/2025','3:00 PM','7148261','Disney-On-Ice-11-15-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Saturday','11/15/2025','3:00 PM','7148271','Disney-On-Ice--Mickey-s-Search-Party-11-15-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Saturday','11/15/2025','7:00 PM','7148262','Disney-On-Ice-11-15-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Saturday','11/15/2025','7:00 PM','7148272','Disney-On-Ice--Mickey-s-Search-Party-11-15-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Sunday','11/16/2025','11:00 AM','7148265','Disney-On-Ice-11-16-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Sunday','11/16/2025','1:00 PM','7148273','Disney-On-Ice--Mickey-s-Search-Party-11-16-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Sunday','11/16/2025','3:00 PM','7148264','Disney-On-Ice-11-16-2025'],['Disney On Ice: Mickey's Search Party','NRG Stadium','Houston, TX','Sunday','11/16/2025','5:00 PM','7148274','Disney-On-Ice--Mickey-s-Search-Party-11-16-2025'],['Disney On Ice','UBS Arena','Elmont, NY','Sunday','11/16/2025','7:00 PM','7148263','Disney-On-Ice-11-16-2025'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Thursday','1/15/2026','7:00 PM','7243071','Disney-On-Ice--Mickey-s-Search-Party-1-15-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Friday','1/16/2026','7:00 PM','7243072','Disney-On-Ice--Mickey-s-Search-Party-1-16-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Saturday','1/17/2026','11:00 AM','7243073','Disney-On-Ice--Mickey-s-Search-Party-1-17-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Saturday','1/17/2026','3:00 PM','7243074','Disney-On-Ice--Mickey-s-Search-Party-1-17-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Saturday','1/17/2026','7:00 PM','7243075','Disney-On-Ice--Mickey-s-Search-Party-1-17-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Sunday','1/18/2026','12:00 PM','7243076','Disney-On-Ice--Mickey-s-Search-Party-1-18-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Sunday','1/18/2026','4:00 PM','7243077','Disney-On-Ice--Mickey-s-Search-Party-1-18-2026'],['Disney On Ice: Mickey's Search Party','UBS Arena','Elmont, NY','Monday','1/19/2026','12:00 PM','7243078','Disney-On-Ice--Mickey-s-Search-Party-1-19-2026']],'Disneyland Park','https://www.ticketnetwork.com/ticket/Disneyland-Park-events.aspx');