// 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-04A 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([['Round Rock Express vs. Gwinnett Stripers','Dell Diamond','Round Rock, TX','Wednesday','4/1/2026','6:45 PM','7410377','Round-Rock-Express-vs--Gwinnett-Stripers-4-1-2026'],['The Harlem Globetrotters','Amarillo Civic Center','Amarillo, TX','Wednesday','4/1/2026','7:00 PM','7395415','The-Harlem-Globetrotters-4-1-2026'],['Houston Rockets vs. Milwaukee Bucks','Toyota Center - TX','Houston, TX','Wednesday','4/1/2026','7:00 PM','7341343','Houston-Rockets-vs--Milwaukee-Bucks-4-1-2026'],['Samara Joy','Winspear Opera House','Dallas, TX','Wednesday','4/1/2026','7:30 PM','7357142','Samara-Joy-4-1-2026'],['Some Like it Hot','Music Hall At Fair Park','Dallas, TX','Wednesday','4/1/2026','7:30 PM','6953101','Some-Like-it-Hot-4-1-2026'],['Blue Man Group','Rudder Auditorium','College Station, TX','Wednesday','4/1/2026','7:30 PM','7170414','Blue-Man-Group-4-1-2026'],['Gregorian','Cactus Theater','Lubbock, TX','Wednesday','4/1/2026','7:30 PM','7205081','Gregorian-4-1-2026'],['Back To The Future - Theatrical Production','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','4/1/2026','7:30 PM','7119065','Back-To-The-Future---Theatrical-Production-4-1-2026'],['Ragtime','Wyly Theatre','Dallas, TX','Wednesday','4/1/2026','7:30 PM','7540221','Ragtime-4-1-2026'],['Six The Musical','Wagner Noel Performing Arts Center','Midland, TX','Wednesday','4/1/2026','7:30 PM','7453328','Six-The-Musical-4-1-2026'],['Ahmed Al-Kadri','Cap City Comedy Club','Austin, TX','Wednesday','4/1/2026','7:30 PM','7701517','Ahmed-Al-Kadri-4-1-2026'],['Landon Talks','Improv Comedy Club - Addison','Dallas, TX','Wednesday','4/1/2026','7:30 PM','7651974','Landon-Talks-4-1-2026'],['Theo Von','ACL Live At The Moody Theater','Austin, TX','Wednesday','4/1/2026','7:30 PM','7816415','Theo-Von-4-1-2026'],['Clickbait Comedy With Daniel Shimek','Punch Line Comedy Club - Irving','Irving, TX','Wednesday','4/1/2026','7:30 PM','7806115','Clickbait-Comedy-With-Daniel-Shimek-4-1-2026'],['TINA - The Tina Turner Musical','UT Tyler Cowan Center','Tyler, TX','Wednesday','4/1/2026','8:00 PM','7416873','TINA---The-Tina-Turner-Musical-4-1-2026'],['Pat Metheny','Majestic Theatre - Dallas','Dallas, TX','Wednesday','4/1/2026','8:00 PM','7505189','Pat-Metheny-4-1-2026'],['Meldrop','White Oak Music Hall - Upstairs','Houston, TX','Wednesday','4/1/2026','8:00 PM','7603776','Meldrop-4-1-2026'],['Rochelle Jordan','Brushy Street Commons','Austin, TX','Wednesday','4/1/2026','8:00 PM','7618920','Rochelle-Jordan-4-1-2026'],['DaBaby','The Echo Lounge and Music Hall','Dallas, TX','Wednesday','4/1/2026','8:00 PM','7721628','DaBaby-4-1-2026'],['Paul Cauthen','The Kessler','Dallas, TX','Wednesday','4/1/2026','8:00 PM','7703118','Paul-Cauthen-4-1-2026'],['Odumodublvck','Granada Theater - Dallas','Dallas, TX','Wednesday','4/1/2026','8:00 PM','7705528','Odumodublvck-4-1-2026'],['TRIBEZA's Birthday Bash: Tiffany & The McGrath Project','Antone's Nightclub','Austin, TX','Wednesday','4/1/2026','8:00 PM','7716942','TRIBEZA-s-Birthday-Bash--Tiffany---The-McGrath-Project-4-1-2026'],['Ally Venable','Sam's Burger Joint','San Antonio, TX','Wednesday','4/1/2026','8:00 PM','7823082','Ally-Venable-4-1-2026'],['Valero Texas Open','TPC San Antonio','San Antonio, TX','Thursday','4/2/2026','TBD','7247641','Valero-Texas-Open-4-2-2026'],['Allen Americans vs. Greensboro Gargoyles','Credit Union of Texas Event Center','Allen, TX','Thursday','4/2/2026','10:30 AM','7163178','Allen-Americans-vs--Greensboro-Gargoyles-4-2-2026']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');