//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02A
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([['US Mens Clay Court Championships','River Oaks Country Club Stadium','Houston, TX','Wednesday','4/1/2026','12:00 PM','7175491','US-Mens-Clay-Court-Championships-4-1-2026'],['Baltimore Orioles vs. Texas Rangers','Oriole Park At Camden Yards','Baltimore, MD','Wednesday','4/1/2026','12:35 PM','7367011','Baltimore-Orioles-vs--Texas-Rangers-4-1-2026'],['Houston Astros vs. Boston Red Sox','Daikin Park','Houston, TX','Wednesday','4/1/2026','1:10 PM','7367613','Houston-Astros-vs--Boston-Red-Sox-4-1-2026'],['US Mens Clay Court Championships','River Oaks Country Club Stadium','Houston, TX','Wednesday','4/1/2026','6:00 PM','7175492','US-Mens-Clay-Court-Championships-4-1-2026'],['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'],['Rick Steves','Paramount Theatre - Austin, TX','Austin, TX','Wednesday','4/1/2026','7:00 PM','7680671','Rick-Steves-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']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');