//
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-01A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Texas A&M Aggies vs. Houston Christian Huskies','Olsen Field at Blue Bell Park','College Station, TX','Tuesday','3/24/2026','6:00 PM','7600855','Texas-A-M-Aggies-vs--Houston-Christian-Huskies-3-24-2026'],['Sam Houston Bearkats vs. Texas Arlington Mavericks ','Don Sanders Stadium','Huntsville, TX','Tuesday','3/24/2026','6:00 PM','7601089','Sam-Houston-Bearkats-vs--Texas-Arlington-Mavericks--3-24-2026'],['Houston Cougars vs. Texas Longhorns','Darryl & Lori Schroeder Park','Houston, TX','Tuesday','3/24/2026','6:30 PM','7600790','Houston-Cougars-vs--Texas-Longhorns-3-24-2026'],['Exhibition: Houston Astros vs. Sugar Land Space Cowboys','Daikin Park','Houston, TX','Tuesday','3/24/2026','7:10 PM','7543175','Exhibition--Houston-Astros-vs--Sugar-Land-Space-Cowboys-3-24-2026'],['Some Like it Hot','Sarofim Hall - Hobby Center','Houston, TX','Tuesday','3/24/2026','7:30 PM','6983965','Some-Like-it-Hot-3-24-2026'],['Alex Quiroz & Ivan Mendoza','The Improv - Houston','Houston, TX','Tuesday','3/24/2026','7:30 PM','7740669','Alex-Quiroz---Ivan-Mendoza-3-24-2026'],['The Importance Of Being Earnest','Hubbard Stage - Alley Theatre','Houston, TX','Tuesday','3/24/2026','7:30 PM','7745171','The-Importance-Of-Being-Earnest-3-24-2026'],['Witchz','White Oak Music Hall - Upstairs','Houston, TX','Tuesday','3/24/2026','8:00 PM','7522877','Witchz-3-24-2026'],['LOVB Houston vs. LOVB Salt Lake','Fort Bend County Epicenter','Rosenberg, TX','Wednesday','3/25/2026','TBD','7547394','LOVB-Houston-vs--LOVB-Salt-Lake-3-25-2026'],['Des Rocs','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Wednesday','3/25/2026','6:00 PM','7618879','Des-Rocs-3-25-2026']],'Houston Tx','https://www.ticketnetwork.com');