//
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([['Seether & Daughtry','713 Music Hall','Houston, TX','Wednesday','11/12/2025','6:30 PM','7193982','Seether---Daughtry-11-12-2025'],['TCU Horned Frogs Women's Basketball vs. Tennessee State Lady Tigers','Ed & Rae Schollmaier Arena','Fort Worth, TX','Wednesday','11/12/2025','6:30 PM','7387671','TCU-Horned-Frogs-Women-s-Basketball-vs--Tennessee-State-Lady-Tigers-11-12-2025'],['Oregon State Beavers vs. North Texas Mean Green','Gill Coliseum','Corvallis, OR','Wednesday','11/12/2025','6:30 PM','7266638','Oregon-State-Beavers-vs--North-Texas-Mean-Green-11-12-2025'],['Lovebites','Come and Take It Live','Austin, TX','Wednesday','11/12/2025','7:00 PM','7411473','Lovebites-11-12-2025'],['Lexa Gates','House Of Blues - Houston','Houston, TX','Wednesday','11/12/2025','7:00 PM','7394807','Lexa-Gates-11-12-2025'],['Houston Rockets vs. Washington Wizards','Toyota Center - TX','Houston, TX','Wednesday','11/12/2025','7:00 PM','7341121','Houston-Rockets-vs--Washington-Wizards-11-12-2025'],['San Antonio Spurs vs. Golden State Warriors','Frost Bank Center','San Antonio, TX','Wednesday','11/12/2025','7:00 PM','7342001','San-Antonio-Spurs-vs--Golden-State-Warriors-11-12-2025'],['Houston Cougars vs. Oakland University Golden Grizzlies','Fertitta Center','Houston, TX','Wednesday','11/12/2025','7:00 PM','7431069','Houston-Cougars-vs--Oakland-University-Golden-Grizzlies-11-12-2025'],['Brian Bates','Mic Drop Comedy Plano','Plano, TX','Wednesday','11/12/2025','7:00 PM','7431195','Brian-Bates-11-12-2025'],['UIL State Marching Band Contest: 3A Finals','Alamodome','San Antonio, TX','Wednesday','11/12/2025','7:00 PM','7494665','UIL-State-Marching-Band-Contest--3A-Finals-11-12-2025'],['Ladies and Tangents','Cap City Comedy Club','Austin, TX','Wednesday','11/12/2025','7:00 PM','7200724','Ladies-and-Tangents-11-12-2025'],['Leith Ross','White Oak Music Hall - Downstairs','Houston, TX','Wednesday','11/12/2025','7:00 PM','7204328','Leith-Ross-11-12-2025'],['Houston Grand Opera: Il Trittico','Brown Theater at Wortham Center','Houston, TX','Wednesday','11/12/2025','7:00 PM','7052545','Houston-Grand-Opera--Il-Trittico-11-12-2025'],['Corbin','Ferris Wheelers Backyard and BBQ','Dallas, TX','Wednesday','11/12/2025','7:00 PM','7217532','Corbin-11-12-2025'],['Pigeons Playing Ping Pong & Eddie 9V','The Heights','Houston, TX','Wednesday','11/12/2025','7:00 PM','7271299','Pigeons-Playing-Ping-Pong---Eddie-9V-11-12-2025'],['Bombargo','White Oak Music Hall - Upstairs','Houston, TX','Wednesday','11/12/2025','7:00 PM','7335333','Bombargo-11-12-2025'],['Texas Longhorns vs. Fairleigh Dickinson Knights','Moody Center ATX','Austin, TX','Wednesday','11/12/2025','7:00 PM','7287385','Texas-Longhorns-vs--Fairleigh-Dickinson-Knights-11-12-2025'],['Nine Vicious','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Wednesday','11/12/2025','7:00 PM','7297431','Nine-Vicious-11-12-2025'],['Mariza','Jones Hall for the Performing Arts','Houston, TX','Wednesday','11/12/2025','7:30 PM','7535395','Mariza-11-12-2025'],['Jacques Ze Whipper','Laugh Out Loud Comedy Club','San Antonio, TX','Wednesday','11/12/2025','7:30 PM','7542395','Jacques-Ze-Whipper-11-12-2025'],['The Home Team','The Studio at The Bomb Factory','Dallas, TX','Wednesday','11/12/2025','7:30 PM','7334236','The-Home-Team-11-12-2025'],['Jeff Tweedy','Paramount Theatre - Austin, TX','Austin, TX','Wednesday','11/12/2025','7:30 PM','7272832','Jeff-Tweedy-11-12-2025'],['John Mulaney','Majestic Theatre - San Antonio','San Antonio, TX','Wednesday','11/12/2025','7:30 PM','7236900','John-Mulaney-11-12-2025'],['The Outsiders','Music Hall At Fair Park','Dallas, TX','Wednesday','11/12/2025','7:30 PM','6952991','The-Outsiders-11-12-2025'],['& Juliet','Bass Performance Hall','Fort Worth, TX','Wednesday','11/12/2025','7:30 PM','6997385','--Juliet-11-12-2025']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');