//
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 += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Thursday','4/10/2025','7:00 PM','6864857','Disney-On-Ice--Let-s-Dance--4-10-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Friday','4/11/2025','10:30 AM','6864858','Disney-On-Ice--Let-s-Dance--4-11-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Friday','4/11/2025','7:00 PM','6864859','Disney-On-Ice--Let-s-Dance--4-11-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Saturday','4/12/2025','11:00 AM','6864860','Disney-On-Ice--Let-s-Dance--4-12-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Saturday','4/12/2025','3:00 PM','6864861','Disney-On-Ice--Let-s-Dance--4-12-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Saturday','4/12/2025','7:00 PM','6864862','Disney-On-Ice--Let-s-Dance--4-12-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Sunday','4/13/2025','1:00 PM','6864863','Disney-On-Ice--Let-s-Dance--4-13-2025'],['Disney On Ice: Let's Dance!','NRG Stadium','Houston, TX','Sunday','4/13/2025','5:00 PM','6864864','Disney-On-Ice--Let-s-Dance--4-13-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Thursday','5/1/2025','7:00 PM','6901952','Disney-On-Ice--Let-s-Dance--5-1-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Friday','5/2/2025','7:00 PM','6901953','Disney-On-Ice--Let-s-Dance--5-2-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Saturday','5/3/2025','10:30 AM','6901956','Disney-On-Ice--Let-s-Dance--5-3-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Saturday','5/3/2025','2:30 PM','6901955','Disney-On-Ice--Let-s-Dance--5-3-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Saturday','5/3/2025','6:30 PM','6901954','Disney-On-Ice--Let-s-Dance--5-3-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Sunday','5/4/2025','10:30 AM','6901957','Disney-On-Ice--Let-s-Dance--5-4-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Sunday','5/4/2025','2:30 PM','6901958','Disney-On-Ice--Let-s-Dance--5-4-2025'],['Disney On Ice: Let's Dance!','HEB Center at Cedar Park','Cedar Park, TX','Sunday','5/4/2025','6:30 PM','6901959','Disney-On-Ice--Let-s-Dance--5-4-2025']],'Disneyland Park','https://www.ticketnetwork.com/ticket/Disneyland-Park-events.aspx');