//
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-04A
TN_Widget.CreateTable([['Houston World Series of Dog Shows - Thursday','NRG Center','Houston, TX','Thursday','7/17/2025','TBD','7193311','Houston-World-Series-of-Dog-Shows----Thursday-7-17-2025'],['Houston World Series Of Dog Shows - Friday','NRG Center','Houston, TX','Friday','7/18/2025','TBD','7169063','Houston-World-Series-Of-Dog-Shows---Friday-7-18-2025'],['Houston World Series Of Dog Shows - Saturday','NRG Center','Houston, TX','Saturday','7/19/2025','TBD','7169064','Houston-World-Series-Of-Dog-Shows---Saturday-7-19-2025'],['Houston World Series Of Dog Shows - Sunday','NRG Center','Houston, TX','Sunday','7/20/2025','TBD','7169065','Houston-World-Series-Of-Dog-Shows---Sunday-7-20-2025'],['Texas Elite Auto Showcase - 2 Day Pass','NRG Center','Houston, TX','Saturday','7/26/2025','TBD','7196518','Texas-Elite-Auto-Showcase---2-Day-Pass-7-26-2025'],['Texas Elite Auto Showcase - Saturday','NRG Center','Houston, TX','Saturday','7/26/2025','10:00 AM','7196522','Texas-Elite-Auto-Showcase---Saturday-7-26-2025'],['Texas Elite Auto Showcase - Sunday','NRG Center','Houston, TX','Sunday','7/27/2025','10:00 AM','7196523','Texas-Elite-Auto-Showcase---Sunday-7-27-2025'],['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Friday','8/1/2025','TBD','7031359','Jurassic-Quest--Multiple-Dates-and-Times--8-1-2025'],['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Saturday','8/2/2025','TBD','7031360','Jurassic-Quest--Multiple-Dates-and-Times--8-2-2025'],['Jurassic Quest (Multiple Dates and Times)','NRG Center','Houston, TX','Sunday','8/3/2025','TBD','7031361','Jurassic-Quest--Multiple-Dates-and-Times--8-3-2025'],['AnimeVerse Fest - 3 Day Pass','NRG Center','Houston, TX','Friday','2/13/2026','TBD','7025374','AnimeVerse-Fest---3-Day-Pass-2-13-2026'],['AnimeVerse Fest - Friday','NRG Center','Houston, TX','Friday','2/13/2026','2:00 PM','7025376','AnimeVerse-Fest---Friday-2-13-2026'],['AnimeVerse Fest - 2 Day Pass','NRG Center','Houston, TX','Saturday','2/14/2026','TBD','7025375','AnimeVerse-Fest---2-Day-Pass-2-14-2026'],['AnimeVerse Fest - Saturday','NRG Center','Houston, TX','Saturday','2/14/2026','10:00 AM','7025377','AnimeVerse-Fest---Saturday-2-14-2026'],['AnimeVerse Fest - Sunday','NRG Center','Houston, TX','Sunday','2/15/2026','10:00 AM','7025378','AnimeVerse-Fest---Sunday-2-15-2026']],'Reliant Center','https://www.ticketnetwork.com/ticket/Reliant-Center-events.aspx');