//
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-03A
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([['Permian Basin Comic Con','Midland County Horseshoe Arena','Midland, TX','Sunday','3/15/2026','TBD','7430989','Permian-Basin-Comic-Con-3-15-2026'],['LSU Tigers vs. Texas A&M Aggies','Tiger Park','Baton Rouge, LA','Sunday','3/15/2026','TBD','7402128','LSU-Tigers-vs--Texas-A-M-Aggies-3-15-2026'],['PARKING: Houston Livestock Show And Rodeo','NRG Stadium Parking Lots','Houston, TX','Sunday','3/15/2026','TBD','7308051','PARKING--Houston-Livestock-Show-And-Rodeo-3-15-2026'],['Houston Livestock Show And Rodeo: Pepe Aguilar','NRG Stadium','Houston, TX','Sunday','3/15/2026','2:45 PM','7089326','Houston-Livestock-Show-And-Rodeo--Pepe-Aguilar-3-15-2026'],['Monster Jam','Sun Bowl Stadium','El Paso, TX','Sunday','3/15/2026','3:00 PM','7391969','Monster-Jam-3-15-2026'],['Venardos Circus','Midland Park Mall','Midland, TX','Sunday','3/15/2026','5:00 PM','7641962','Venardos-Circus-3-15-2026'],['Venardos Circus','Under The Big Top - Buck's Backyard','Buda, TX','Sunday','3/15/2026','5:00 PM','7641914','Venardos-Circus-3-15-2026'],['Drunk Romeo & Juliet','Emerald Theatre - Houston','Houston, TX','Sunday','3/15/2026','5:00 PM','7655907','Drunk-Romeo---Juliet-3-15-2026'],['Paranormal Cirque Inferno','Sunset Mall','San Angelo, TX','Sunday','3/15/2026','5:30 PM','7737125','Paranormal-Cirque-Inferno-3-15-2026'],['Ehsan Ahmad','Mic Drop Comedy Plano','Plano, TX','Sunday','3/15/2026','6:00 PM','7746359','Ehsan-Ahmad-3-15-2026'],['Wizard of Oz On Ice','Main Hall at Coppell Arts Center','Coppell, TX','Sunday','3/15/2026','6:00 PM','7120244','Wizard-of-Oz-On-Ice-3-15-2026'],['World Ballet Company: Swan Lake','Julie Rogers Theatre','Beaumont, TX','Sunday','3/15/2026','6:00 PM','7201244','World-Ballet-Company--Swan-Lake-3-15-2026'],['Wacken Metal Battle','Come and Take It Live','Austin, TX','Sunday','3/15/2026','6:00 PM','7514047','Wacken-Metal-Battle-3-15-2026'],['Little Mania Midget Wrestling','Tequilas Discoteque','El Paso, TX','Sunday','3/15/2026','6:00 PM','7758184','Little-Mania-Midget-Wrestling-3-15-2026'],['The Great Gatsby - Theatrical Production','Bass Concert Hall','Austin, TX','Sunday','3/15/2026','6:30 PM','7022150','The-Great-Gatsby---Theatrical-Production-3-15-2026'],['Ventana','Scout Bar - Houston','Houston, TX','Sunday','3/15/2026','6:30 PM','7612532','Ventana-3-15-2026'],['Denim and Diamonds: TK Soul & Lil Nate','Grand Ballroom at The Collective','Houston, TX','Sunday','3/15/2026','7:00 PM','7715812','Denim-and-Diamonds--TK-Soul---Lil-Nate-3-15-2026'],['Santiago Cruz','Arlington Music Hall','Arlington, TX','Sunday','3/15/2026','7:00 PM','7710533','Santiago-Cruz-3-15-2026'],['The Stage at SXSW: Mau P','Moody Amphitheater','Austin, TX','Sunday','3/15/2026','7:00 PM','7618176','The-Stage-at-SXSW--Mau-P-3-15-2026'],['Lil Mo Mozzarella','Laugh Out Loud Comedy Club','San Antonio, TX','Sunday','3/15/2026','7:00 PM','7589478','Lil-Mo-Mozzarella-3-15-2026'],['Midnight 'Til Morning','White Oak Music Hall - Downstairs','Houston, TX','Sunday','3/15/2026','7:00 PM','7613613','Midnight--Til-Morning-3-15-2026'],['Jackopierce','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Sunday','3/15/2026','7:00 PM','7540833','Jackopierce-3-15-2026'],['A Beautiful Noise - The Neil Diamond Musical','Music Hall At Fair Park','Dallas, TX','Sunday','3/15/2026','7:00 PM','6953091','A-Beautiful-Noise---The-Neil-Diamond-Musical-3-15-2026'],['Michelle Buteau','Bayou Music Center','Houston, TX','Sunday','3/15/2026','7:30 PM','7068855','Michelle-Buteau-3-15-2026'],['Brad Williams','Helen DeVitt Jones Theater At The Buddy Holly Hall','Lubbock, TX','Sunday','3/15/2026','7:30 PM','7414216','Brad-Williams-3-15-2026']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');