// 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-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([['BALTHVS','Scoot Inn','Austin, TX','Wednesday','9/17/2025','6:00 PM','7241827','BALTHVS-9-17-2025'],['Lorde','Moody Center ATX','Austin, TX','Wednesday','9/17/2025','7:00 PM','7146206','Lorde-9-17-2025'],['Glare','Mohawk - Austin Outdoors','Austin, TX','Wednesday','9/17/2025','7:00 PM','7194467','Glare-9-17-2025'],['BunnaB','Bronze Peacock At The House Of Blues - Houston ','Houston, TX','Wednesday','9/17/2025','7:00 PM','7267313','BunnaB-9-17-2025'],['Sugar Land Space Cowboys vs. El Paso Chihuahuas','Constellation Field','Sugar Land, TX','Wednesday','9/17/2025','7:05 PM','6627096','Sugar-Land-Space-Cowboys-vs--El-Paso-Chihuahuas-9-17-2025'],['Houston Astros vs. Texas Rangers','Daikin Park','Houston, TX','Wednesday','9/17/2025','7:10 PM','6576673','Houston-Astros-vs--Texas-Rangers-9-17-2025'],['Andrew Bird','Bass Concert Hall','Austin, TX','Wednesday','9/17/2025','7:30 PM','7097462','Andrew-Bird-9-17-2025'],['The Wiz','Music Hall At Fair Park','Dallas, TX','Wednesday','9/17/2025','7:30 PM','6228453','The-Wiz-9-17-2025'],['James Taylor','Dickies Arena','Fort Worth, TX','Wednesday','9/17/2025','7:30 PM','7032300','James-Taylor-9-17-2025'],['The Wizard of Oz','The Topfer Theatre at Zachary Scott Theatre Center','Austin, TX','Wednesday','9/17/2025','7:30 PM','7027773','The-Wizard-of-Oz-9-17-2025'],['Kimberly Akimbo','Sarofim Hall - Hobby Center','Houston, TX','Wednesday','9/17/2025','7:30 PM','6983883','Kimberly-Akimbo-9-17-2025'],['Rupaul's Drag Race','Majestic Theatre - San Antonio','San Antonio, TX','Wednesday','9/17/2025','7:30 PM','7046424','Rupaul-s-Drag-Race-9-17-2025'],['Serialously Live with Annie Elise','Punch Line Comedy Club - Houston','Houston, TX','Wednesday','9/17/2025','7:30 PM','7214324','Serialously-Live-with-Annie-Elise-9-17-2025'],['Great White & Slaughter','Arlington Music Hall','Arlington, TX','Wednesday','9/17/2025','7:30 PM','7257784','Great-White---Slaughter-9-17-2025'],['Drunk Romeo & Juliet','Emerald Theatre - Houston','Houston, TX','Wednesday','9/17/2025','7:30 PM','7294045','Drunk-Romeo---Juliet-9-17-2025'],['Samantha Fish','The Heights','Houston, TX','Wednesday','9/17/2025','8:00 PM','7185540','Samantha-Fish-9-17-2025'],['Texas Longhorns Women's Volleyball vs. TCU Lady Horned Frogs','Gregory Gym','Austin, TX','Wednesday','9/17/2025','8:00 PM','7199079','Texas-Longhorns-Women-s-Volleyball-vs--TCU-Lady-Horned-Frogs-9-17-2025'],['Maris & Caroline Kingsbury','ACL Live At 3TEN','Austin, TX','Wednesday','9/17/2025','8:00 PM','7193816','Maris---Caroline-Kingsbury-9-17-2025'],['Lil Wayne','Dos Equis Pavilion','Dallas, TX','Wednesday','9/17/2025','8:00 PM','7194090','Lil-Wayne-9-17-2025'],['Panchiko','Tannahill's Tavern and Music Hall','Fort Worth, TX','Wednesday','9/17/2025','8:00 PM','7142011','Panchiko-9-17-2025'],['Crypta','Trees','Dallas, TX','Wednesday','9/17/2025','8:00 PM','7134481','Crypta-9-17-2025'],['Eladio Carrion','713 Music Hall','Houston, TX','Wednesday','9/17/2025','8:00 PM','7114782','Eladio-Carrion-9-17-2025'],['Father John Misty','The Bomb Factory','Dallas, TX','Wednesday','9/17/2025','8:00 PM','7083899','Father-John-Misty-9-17-2025'],['Slow Crush','Radio/East','Austin, TX','Wednesday','9/17/2025','8:00 PM','7083271','Slow-Crush-9-17-2025'],['The 3418 Pop-Up Show','Troy's at Texas Live!','Arlington, TX','Wednesday','9/17/2025','8:00 PM','7352748','The-3418-Pop-Up-Show-9-17-2025']],'texas a','http://www.ticketnetwork.com/en/search/?text=texas%20a');