//
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-02A
TN_Widget.CreateTable([['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Friday','9/4/2026','TBD','7993493','Jurassic-Quest--Multiple-Dates-and-Times--9-4-2026'],['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Saturday','9/5/2026','TBD','7993494','Jurassic-Quest--Multiple-Dates-and-Times--9-5-2026'],['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Sunday','9/6/2026','TBD','7993495','Jurassic-Quest--Multiple-Dates-and-Times--9-6-2026'],['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Monday','9/7/2026','TBD','7993496','Jurassic-Quest--Multiple-Dates-and-Times--9-7-2026'],['Lowrider Super Show','NRG Center','Houston, TX','Saturday','10/3/2026','11:00 AM','8048730','Lowrider-Super-Show-10-3-2026'],['Houston Celebrity Comic Con','NRG Center','Houston, TX','Saturday','10/17/2026','TBD','7923726','Houston-Celebrity-Comic-Con-10-17-2026'],['Houston Celebrity Comic Con','NRG Center','Houston, TX','Sunday','10/18/2026','TBD','7923727','Houston-Celebrity-Comic-Con-10-18-2026'],['Houston Autoboative Show','NRG Center','Houston, TX','Wednesday','1/27/2027','11:00 AM','8013799','Houston-Autoboative-Show-1-27-2027'],['Houston Autoboative Show','NRG Center','Houston, TX','Thursday','1/28/2027','11:00 AM','7833884','Houston-Autoboative-Show-1-28-2027'],['Houston Autoboative Show','NRG Center','Houston, TX','Friday','1/29/2027','11:00 AM','7833885','Houston-Autoboative-Show-1-29-2027'],['Houston Autoboative Show','NRG Center','Houston, TX','Saturday','1/30/2027','10:00 AM','7833886','Houston-Autoboative-Show-1-30-2027'],['Houston Autoboative Show','NRG Center','Houston, TX','Sunday','1/31/2027','10:00 AM','7833887','Houston-Autoboative-Show-1-31-2027'],['Animeverse','NRG Center','Houston, TX','Friday','2/12/2027','10:00 AM','7903410','Animeverse-2-12-2027'],['Animeverse','NRG Center','Houston, TX','Saturday','2/13/2027','10:00 AM','7903411','Animeverse-2-13-2027'],['Mecum Auto Auction','NRG Center','Houston, TX','Thursday','4/8/2027','8:00 AM','8121743','Mecum-Auto-Auction-4-8-2027'],['Mecum Auto Auction','NRG Center','Houston, TX','Friday','4/9/2027','8:00 AM','8121744','Mecum-Auto-Auction-4-9-2027'],['Mecum Auto Auction','NRG Center','Houston, TX','Saturday','4/10/2027','8:00 AM','8121745','Mecum-Auto-Auction-4-10-2027']],'Reliant Center','https://www.ticketnetwork.com/ticket/Reliant-Center-events.aspx');