//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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 Livestock Show And Rodeo','NRG Stadium','Houston, TX','Wednesday','3/4/2026','TBD','7089315','Houston-Livestock-Show-And-Rodeo-3-4-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Thursday','3/5/2026','TBD','7089316','Houston-Livestock-Show-And-Rodeo-3-5-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Friday','3/6/2026','TBD','7089317','Houston-Livestock-Show-And-Rodeo-3-6-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Saturday','3/7/2026','TBD','7089318','Houston-Livestock-Show-And-Rodeo-3-7-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Sunday','3/8/2026','TBD','7089319','Houston-Livestock-Show-And-Rodeo-3-8-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Monday','3/9/2026','TBD','7089320','Houston-Livestock-Show-And-Rodeo-3-9-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Tuesday','3/10/2026','TBD','7089321','Houston-Livestock-Show-And-Rodeo-3-10-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Wednesday','3/11/2026','TBD','7089322','Houston-Livestock-Show-And-Rodeo-3-11-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Thursday','3/12/2026','TBD','7089323','Houston-Livestock-Show-And-Rodeo-3-12-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Friday','3/13/2026','TBD','7089324','Houston-Livestock-Show-And-Rodeo-3-13-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Saturday','3/14/2026','TBD','7089325','Houston-Livestock-Show-And-Rodeo-3-14-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Sunday','3/15/2026','TBD','7089326','Houston-Livestock-Show-And-Rodeo-3-15-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Monday','3/16/2026','TBD','7089327','Houston-Livestock-Show-And-Rodeo-3-16-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Tuesday','3/17/2026','TBD','7089328','Houston-Livestock-Show-And-Rodeo-3-17-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Wednesday','3/18/2026','TBD','7089329','Houston-Livestock-Show-And-Rodeo-3-18-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Thursday','3/19/2026','TBD','7089330','Houston-Livestock-Show-And-Rodeo-3-19-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Friday','3/20/2026','TBD','7089331','Houston-Livestock-Show-And-Rodeo-3-20-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Saturday','3/21/2026','TBD','7089332','Houston-Livestock-Show-And-Rodeo-3-21-2026'],['Houston Livestock Show And Rodeo','NRG Stadium','Houston, TX','Sunday','3/22/2026','TBD','7089333','Houston-Livestock-Show-And-Rodeo-3-22-2026']],'Houston Livestock Show And Rodeo','http://www.ticketnetwork.com/ticket/Houston-Livestock-Show-And-Rodeo-events.aspx');