//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-03B
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
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']],'rodeo','https://www.ticketnetwork.com');