// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Houston Livestock Show And Rodeo: Reba McEntire','NRG Stadium','Houston, TX','Tuesday','3/4/2025','6:45 PM','6359444','Houston-Livestock-Show-And-Rodeo--Reba-McEntire-3-4-2025'],['Houston Livestock Show And Rodeo: Riley Green','NRG Stadium','Houston, TX','Wednesday','3/5/2025','6:45 PM','6359445','Houston-Livestock-Show-And-Rodeo--Riley-Green-3-5-2025'],['Houston Livestock Show And Rodeo: AJR','NRG Stadium','Houston, TX','Thursday','3/6/2025','6:45 PM','6359446','Houston-Livestock-Show-And-Rodeo--AJR-3-6-2025'],['Houston Livestock Show And Rodeo: Bun B's Birthday Bonanza','NRG Stadium','Houston, TX','Friday','3/7/2025','6:45 PM','6359447','Houston-Livestock-Show-And-Rodeo--Bun-B-s-Birthday-Bonanza-3-7-2025'],['Houston Livestock Show And Rodeo: Bailey Zimmerman','NRG Stadium','Houston, TX','Saturday','3/8/2025','2:45 PM','6359448','Houston-Livestock-Show-And-Rodeo--Bailey-Zimmerman-3-8-2025'],['Houston Livestock Show And Rodeo: Carin Leon','NRG Stadium','Houston, TX','Sunday','3/9/2025','2:45 PM','6359449','Houston-Livestock-Show-And-Rodeo--Carin-Leon-3-9-2025'],['Houston Livestock Show And Rodeo: Brad Paisley','NRG Stadium','Houston, TX','Monday','3/10/2025','6:45 PM','6359450','Houston-Livestock-Show-And-Rodeo--Brad-Paisley-3-10-2025'],['Houston Livestock Show And Rodeo: Zach Top','NRG Stadium','Houston, TX','Tuesday','3/11/2025','6:45 PM','6359451','Houston-Livestock-Show-And-Rodeo--Zach-Top-3-11-2025'],['Houston Livestock Show And Rodeo: Lauren Daigle','NRG Stadium','Houston, TX','Wednesday','3/12/2025','6:45 PM','6359452','Houston-Livestock-Show-And-Rodeo--Lauren-Daigle-3-12-2025'],['Houston Livestock Show And Rodeo: Jon Pardi','NRG Stadium','Houston, TX','Thursday','3/13/2025','6:45 PM','6359453','Houston-Livestock-Show-And-Rodeo--Jon-Pardi-3-13-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 Livestock Show And Rodeo: Warren Zeiders','NRG Stadium','Houston, TX','Saturday','3/15/2025','2:45 PM','6359455','Houston-Livestock-Show-And-Rodeo--Warren-Zeiders-3-15-2025'],['Houston Livestock Show And Rodeo: Grupo Frontera','NRG Stadium','Houston, TX','Sunday','3/16/2025','2:45 PM','6359456','Houston-Livestock-Show-And-Rodeo--Grupo-Frontera-3-16-2025'],['Houston Livestock Show And Rodeo: Charley Crockett','NRG Stadium','Houston, TX','Monday','3/17/2025','6:45 PM','6359457','Houston-Livestock-Show-And-Rodeo--Charley-Crockett-3-17-2025'],['Houston Livestock Show And Rodeo: Post Malone','NRG Stadium','Houston, TX','Tuesday','3/18/2025','6:45 PM','6359458','Houston-Livestock-Show-And-Rodeo--Post-Malone-3-18-2025'],['Houston Livestock Show And Rodeo: Old Dominion','NRG Stadium','Houston, TX','Wednesday','3/19/2025','6:45 PM','6359459','Houston-Livestock-Show-And-Rodeo--Old-Dominion-3-19-2025'],['Houston Livestock Show And Rodeo: Cody Jinks','NRG Stadium','Houston, TX','Thursday','3/20/2025','6:45 PM','6359460','Houston-Livestock-Show-And-Rodeo--Cody-Jinks-3-20-2025'],['Houston Livestock Show And Rodeo: Parker McCollum','NRG Stadium','Houston, TX','Friday','3/21/2025','6:45 PM','6359461','Houston-Livestock-Show-And-Rodeo--Parker-McCollum-3-21-2025'],['Houston Livestock Show And Rodeo: Brooks and Dunn','NRG Stadium','Houston, TX','Saturday','3/22/2025','2:45 PM','6359462','Houston-Livestock-Show-And-Rodeo--Brooks-and-Dunn-3-22-2025'],['Houston Livestock Show And Rodeo: Luke Bryan','NRG Stadium','Houston, TX','Sunday','3/23/2025','2:45 PM','6359463','Houston-Livestock-Show-And-Rodeo--Luke-Bryan-3-23-2025']],'rodeo','https://www.ticketnetwork.com');