// 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 = "" + this.footerText + ""; 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([['Houston Christian Huskies vs. Northwestern State Demons','Sharp Gym','Houston, TX','Monday','1/19/2026','7:00 PM','7312929','Houston-Christian-Huskies-vs--Northwestern-State-Demons-1-19-2026'],['PartyOf2','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Tuesday','1/20/2026','7:00 PM','7412258','PartyOf2-1-20-2026'],['Houston Rockets vs. San Antonio Spurs','Toyota Center - TX','Houston, TX','Tuesday','1/20/2026','7:00 PM','7341217','Houston-Rockets-vs--San-Antonio-Spurs-1-20-2026'],['Sam Houston Bearkats vs. Kennesaw State Owls','Bernard G. Johnson Coliseum','Huntsville, TX','Wednesday','1/21/2026','6:30 PM','7266781','Sam-Houston-Bearkats-vs--Kennesaw-State-Owls-1-21-2026'],['Spafford','The Heights','Houston, TX','Wednesday','1/21/2026','7:00 PM','7521655','Spafford-1-21-2026'],['Rice Owls vs. Temple Owls ','Tudor Fieldhouse','Houston, TX','Wednesday','1/21/2026','7:00 PM','7450714','Rice-Owls-vs--Temple-Owls--1-21-2026'],['Drunk Romeo & Juliet','Emerald Theatre - Houston','Houston, TX','Wednesday','1/21/2026','7:00 PM','7655840','Drunk-Romeo---Juliet-1-21-2026'],['Colter Wall','Bayou Music Center','Houston, TX','Wednesday','1/21/2026','7:30 PM','7422150','Colter-Wall-1-21-2026'],['Houston Christian Huskies Women's Basketball vs. Incarnate Word Cardinals','Sharp Gym','Houston, TX','Thursday','1/22/2026','6:00 PM','7311742','Houston-Christian-Huskies-Women-s-Basketball-vs--Incarnate-Word-Cardinals-1-22-2026'],['Drunk Romeo & Juliet','Emerald Theatre - Houston','Houston, TX','Thursday','1/22/2026','7:00 PM','7655841','Drunk-Romeo---Juliet-1-22-2026']],'Houston Tx','https://www.ticketnetwork.com');