//
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([['Lamar Cardinals vs. Houston Christian Huskies','Neches Federal Credit Union Arena at The Montagne Center','Beaumont, TX','Monday','1/12/2026','6:00 PM','7313306','Lamar-Cardinals-vs--Houston-Christian-Huskies-1-12-2026'],['Texas Tech Red Raiders Women's Basketball vs. Houston Cougars','United Supermarkets Arena','Lubbock, TX','Tuesday','1/13/2026','6:00 PM','7426299','Texas-Tech-Red-Raiders-Women-s-Basketball-vs--Houston-Cougars-1-13-2026'],['Houston Rockets vs. Chicago Bulls','Toyota Center - TX','Houston, TX','Tuesday','1/13/2026','7:00 PM','7341190','Houston-Rockets-vs--Chicago-Bulls-1-13-2026'],['Beauty and The Beast','Sarofim Hall - Hobby Center','Houston, TX','Tuesday','1/13/2026','7:30 PM','6983917','Beauty-and-The-Beast-1-13-2026'],['Houston Cougars vs. West Virginia Mountaineers','Fertitta Center','Houston, TX','Tuesday','1/13/2026','7:30 PM','7430902','Houston-Cougars-vs--West-Virginia-Mountaineers-1-13-2026'],['Drunk Romeo & Juliet','Emerald Theatre - Houston','Houston, TX','Wednesday','1/14/2026','7:00 PM','7655832','Drunk-Romeo---Juliet-1-14-2026'],['Des Bishop','Punch Line Comedy Club - Houston','Houston, TX','Wednesday','1/14/2026','7:30 PM','7531333','Des-Bishop-1-14-2026'],['Beauty and The Beast','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','1/14/2026','7:30 PM','6983918','Beauty-and-The-Beast-1-14-2026'],['Rory Scovel','The Heights','Houston, TX','Wednesday','1/14/2026','8:00 PM','7355763','Rory-Scovel-1-14-2026'],['Houston Christian Huskies Women's Basketball vs. Northwestern State Demons','Sharp Gym','Houston, TX','Thursday','1/15/2026','6:00 PM','7311740','Houston-Christian-Huskies-Women-s-Basketball-vs--Northwestern-State-Demons-1-15-2026']],'Houston Tx','https://www.ticketnetwork.com');