// 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 dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['PPA Challenger Series - Houston','Life Time Tennis of Kingwood','Humble, TX','Sunday','2/22/2026','TBD','7643575','PPA-Challenger-Series---Houston-2-22-2026'],['Paranormal Cirque','The Shoppes at Solana','El Paso, TX','Sunday','2/22/2026','5:30 PM','7661562','Paranormal-Cirque-2-22-2026'],['The Browning','Come and Take It Live','Austin, TX','Sunday','2/22/2026','6:00 PM','7629712','The-Browning-2-22-2026'],['Muertas de la Risa','Cullen Performance Hall','Houston, TX','Sunday','2/22/2026','6:00 PM','7649435','Muertas-de-la-Risa-2-22-2026'],['The Wiz','The Plaza Theatre - El Paso','El Paso, TX','Sunday','2/22/2026','6:30 PM','7125577','The-Wiz-2-22-2026'],['Corey B','Cap City Comedy Club','Austin, TX','Sunday','2/22/2026','7:00 PM','7718748','Corey-B-2-22-2026'],['Matt Kirshen','Punch Line Comedy Club - Houston','Houston, TX','Sunday','2/22/2026','7:00 PM','7561346','Matt-Kirshen-2-22-2026'],['Matte Blvck','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Sunday','2/22/2026','7:00 PM','7571602','Matte-Blvck-2-22-2026'],['Lilly Hiatt','Sam's Burger Joint','San Antonio, TX','Sunday','2/22/2026','7:00 PM','7650267','Lilly-Hiatt-2-22-2026'],['Flip Circus','Circus Vazquez - Palms Crossing','Mcallen, TX','Sunday','2/22/2026','7:00 PM','7671920','Flip-Circus-2-22-2026'],['Spiritual Cramp','White Oak Music Hall - Upstairs','Houston, TX','Sunday','2/22/2026','7:00 PM','7354249','Spiritual-Cramp-2-22-2026'],['The Great Gatsby - Theatrical Production','Music Hall At Fair Park','Dallas, TX','Sunday','2/22/2026','7:00 PM','6953046','The-Great-Gatsby---Theatrical-Production-2-22-2026'],['Left To Suffer','Puzzles Deep Ellum','Dallas, TX','Sunday','2/22/2026','7:00 PM','7475837','Left-To-Suffer-2-22-2026'],['Maggie Lindemann','House Of Blues - Houston','Houston, TX','Sunday','2/22/2026','7:00 PM','7506014','Maggie-Lindemann-2-22-2026'],['Enjambre','Outdoors at The Lowbrow Palace','El Paso, TX','Sunday','2/22/2026','7:00 PM','6636820','Enjambre-2-22-2026'],['Joshua Slone','Cambridge Room at House Of Blues - Dallas','Dallas, TX','Sunday','2/22/2026','7:30 PM','7656273','Joshua-Slone-2-22-2026'],['Take It To The Limit - Eagles Tribute','Jefferson Theatre - TX','Beaumont, TX','Sunday','2/22/2026','7:30 PM','7597678','Take-It-To-The-Limit---Eagles-Tribute-2-22-2026'],['San Antonio Stock Show and Rodeo: Noche Del Vaquero & Banda Los Recoditos','Frost Bank Center','San Antonio, TX','Sunday','2/22/2026','7:30 PM','7229553','San-Antonio-Stock-Show-and-Rodeo--Noche-Del-Vaquero---Banda-Los-Recoditos-2-22-2026'],['Million Dollar Quartet','Sarofim Hall - Hobby Center','Houston, TX','Sunday','2/22/2026','7:30 PM','7119018','Million-Dollar-Quartet-2-22-2026'],['Wax Tailor','Trees','Dallas, TX','Sunday','2/22/2026','8:00 PM','7400167','Wax-Tailor-2-22-2026'],['All(H)Ours','The Studio at The Bomb Factory','Dallas, TX','Sunday','2/22/2026','8:00 PM','7494595','All-H-Ours-2-22-2026'],['Jim Breuer','Majestic Theatre - Dallas','Dallas, TX','Sunday','2/22/2026','8:00 PM','7570643','Jim-Breuer-2-22-2026'],['Warren Haynes','Paramount Theatre - Austin, TX','Austin, TX','Sunday','2/22/2026','8:00 PM','7570089','Warren-Haynes-2-22-2026'],['David Lee Garza','Thirsty Horse Saloon','San Antonio, TX','Sunday','2/22/2026','8:00 PM','7702036','David-Lee-Garza-2-22-2026'],['Paranormal Cirque Inferno','Rio Grande Valley Premium Outlets','Mercedes, TX','Sunday','2/22/2026','8:30 PM','7693870','Paranormal-Cirque-Inferno-2-22-2026']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');