//
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-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([['Pecos Bills vs. Alpine Cowboys','Cyclone Ballparks','Pecos, TX','Monday','6/30/2025','6:30 PM','6972992','Pecos-Bills-vs--Alpine-Cowboys-6-30-2025'],['Texas Rangers vs. Baltimore Orioles','Globe Life Field','Arlington, TX','Monday','6/30/2025','7:05 PM','6576383','Texas-Rangers-vs--Baltimore-Orioles-6-30-2025'],['This Will Destroy You','White Oak Music Hall - Upstairs','Houston, TX','Monday','6/30/2025','8:00 PM','7011894','This-Will-Destroy-You-6-30-2025'],['Circus Vazquez','Barton Creek Square','Austin, TX','Monday','6/30/2025','8:00 PM','7188025','Circus-Vazquez-6-30-2025'],['Mr Floyd Larry','Small Stage at Paper Tiger','San Antonio, TX','Monday','6/30/2025','8:00 PM','7180244','Mr-Floyd-Larry-6-30-2025'],['Tatiana Eva-Marie','Antone's Nightclub','Austin, TX','Monday','6/30/2025','8:00 PM','7156752','Tatiana-Eva-Marie-6-30-2025'],['The English Beat','Granada Theater - Dallas','Dallas, TX','Monday','6/30/2025','8:00 PM','7118497','The-English-Beat-6-30-2025'],['Titanic: The Exhibition (Multiple Dates and Times)','Titanic: The Exhibition - Dallas','Dallas, TX','Tuesday','7/1/2025','TBD','7164719','Titanic--The-Exhibition--Multiple-Dates-and-Times--7-1-2025'],['Nightlife','White Oak Music Hall - Upstairs','Houston, TX','Tuesday','7/1/2025','6:00 PM','7101931','Nightlife-7-1-2025'],['Alpine Cowboys vs. Pecos Bills','Kokernot Field','Alpine, TX','Tuesday','7/1/2025','6:30 PM','6972376','Alpine-Cowboys-vs--Pecos-Bills-7-1-2025'],['Midland RockHounds vs. Amarillo Sod Poodles','Momentum Bank Ballpark','Midland, TX','Tuesday','7/1/2025','7:00 PM','6658756','Midland-RockHounds-vs--Amarillo-Sod-Poodles-7-1-2025'],['Wheelwright','Three Links','Dallas, TX','Tuesday','7/1/2025','7:00 PM','7145814','Wheelwright-7-1-2025'],['San Antonio Missions vs. Corpus Christi Hooks','Nelson Wolff Stadium','San Antonio, TX','Tuesday','7/1/2025','7:05 PM','6591196','San-Antonio-Missions-vs--Corpus-Christi-Hooks-7-1-2025'],['Texas Rangers vs. Baltimore Orioles','Globe Life Field','Arlington, TX','Tuesday','7/1/2025','7:05 PM','6576385','Texas-Rangers-vs--Baltimore-Orioles-7-1-2025'],['Sugar Land Space Cowboys vs. Round Rock Express','Constellation Field','Sugar Land, TX','Tuesday','7/1/2025','7:05 PM','6627065','Sugar-Land-Space-Cowboys-vs--Round-Rock-Express-7-1-2025'],['Frisco Roughriders vs. Arkansas Travelers','Riders Field','Frisco, TX','Tuesday','7/1/2025','7:05 PM','6626552','Frisco-Roughriders-vs--Arkansas-Travelers-7-1-2025'],['Funniest Person In Austin','Cap City Comedy Club','Austin, TX','Tuesday','7/1/2025','7:30 PM','7200617','Funniest-Person-In-Austin-7-1-2025'],['Joseph And The Amazing Technicolor Dreamcoat','Wyly Theatre','Dallas, TX','Tuesday','7/1/2025','7:30 PM','7192861','Joseph-And-The-Amazing-Technicolor-Dreamcoat-7-1-2025'],['Comedy Allstars','Punch Line Comedy Club - Houston','Houston, TX','Tuesday','7/1/2025','7:30 PM','7154125','Comedy-Allstars-7-1-2025'],['The Lion King','Music Hall At Fair Park','Dallas, TX','Tuesday','7/1/2025','7:30 PM','6228493','The-Lion-King-7-1-2025'],['The Driver Era','The Pavilion at Toyota Music Factory','Irving, TX','Tuesday','7/1/2025','8:00 PM','6736386','The-Driver-Era-7-1-2025'],['The Kill Tony Regulars','Vulcan Gas Company','Austin, TX','Tuesday','7/1/2025','8:00 PM','7121076','The-Kill-Tony-Regulars-7-1-2025'],['Titanic: The Exhibition (Multiple Dates and Times)','Titanic: The Exhibition - Dallas','Dallas, TX','Wednesday','7/2/2025','TBD','7164720','Titanic--The-Exhibition--Multiple-Dates-and-Times--7-2-2025'],['The Lion King','Music Hall At Fair Park','Dallas, TX','Wednesday','7/2/2025','1:30 PM','6228495','The-Lion-King-7-2-2025'],['Honey Revenge','Paper Tiger','San Antonio, TX','Wednesday','7/2/2025','6:00 PM','6874073','Honey-Revenge-7-2-2025']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');