//
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-02A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['PARKING: Houston Livestock Show And Rodeo','NRG Stadium Parking Lots','Houston, TX','Friday','3/14/2025','TBD','6530929','PARKING--Houston-Livestock-Show-And-Rodeo-3-14-2025'],['Color Factory Houston (Multiple Dates and Times)','Color Factory Houston','Houston, TX','Friday','3/14/2025','TBD','6923534','Color-Factory-Houston--Multiple-Dates-and-Times--3-14-2025'],['Seismique Interactive Art Experience (Multiple Dates and Times)','Seismique','Houston, TX','Friday','3/14/2025','TBD','6923651','Seismique-Interactive-Art-Experience--Multiple-Dates-and-Times--3-14-2025'],['Thoroughbred Racing','Sam Houston Race Park','Houston, TX','Friday','3/14/2025','5:30 PM','6923017','Thoroughbred-Racing-3-14-2025'],['Make Them Suffer, Like Moths To Flames, Windwaker & Aviana','White Oak Music Hall - Downstairs','Houston, TX','Friday','3/14/2025','6:00 PM','6863650','Make-Them-Suffer--Like-Moths-To-Flames--Windwaker---Aviana-3-14-2025'],['Sam Houston Bearkats vs. Abilene Christian Wildcats','Don Sanders Stadium','Huntsville, TX','Friday','3/14/2025','6:30 PM','6913695','Sam-Houston-Bearkats-vs--Abilene-Christian-Wildcats-3-14-2025'],['LOVB Houston Volleyball vs. LOVB Atlanta Volleyball','Fort Bend County Epicenter','Rosenberg, TX','Friday','3/14/2025','6:30 PM','6632624','LOVB-Houston-Volleyball-vs--LOVB-Atlanta-Volleyball-3-14-2025'],['Houston Cougars vs. Texas Tech Red Raiders','Darryl & Lori Schroeder Park','Houston, TX','Friday','3/14/2025','6:30 PM','6834429','Houston-Cougars-vs--Texas-Tech-Red-Raiders-3-14-2025'],['Rice Owls vs. Houston Christian Huskies','Reckling Park','Houston, TX','Friday','3/14/2025','6:30 PM','6842845','Rice-Owls-vs--Houston-Christian-Huskies-3-14-2025'],['Houston Livestock Show And Rodeo: Journey','NRG Stadium','Houston, TX','Friday','3/14/2025','6:45 PM','6359454','Houston-Livestock-Show-And-Rodeo--Journey-3-14-2025']],'Houston Tx','https://www.ticketnetwork.com');