//
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([['Styx, Kevin Cronin & Don Felder','Germania Insurance Amphitheater','Austin, TX','Wednesday','6/4/2025','6:45 PM','6868933','Styx--Kevin-Cronin---Don-Felder-6-4-2025'],['Summer of Loud Tour: Parkway Drive, Killswitch Engage, I Prevail & Beartooth','Germania Insurance Amphitheater','Austin, TX','Friday','6/27/2025','3:00 PM','7008431','Summer-of-Loud-Tour--Parkway-Drive--Killswitch-Engage--I-Prevail---Beartooth-6-27-2025'],['Stick Figure, Stephen Marley & The Hip Abduction','Germania Insurance Amphitheater','Austin, TX','Sunday','6/29/2025','7:00 PM','6998999','Stick-Figure--Stephen-Marley---The-Hip-Abduction-6-29-2025'],['Willie Nelson's 4th of July Picnic and Fireworks: Willie Nelson, Bob Dylan, The Avett Brothers, The Mavericks & Asleep At The Wheel','Germania Insurance Amphitheater','Austin, TX','Friday','7/4/2025','3:30 PM','7020083','Willie-Nelson-s-4th-of-July-Picnic-and-Fireworks--Willie-Nelson--Bob-Dylan--The-Avett-Brothers--The-Mavericks---Asleep-At-The-Wheel-7-4-2025'],['Russ, Big Sean & Sabrina Claudio','Germania Insurance Amphitheater','Austin, TX','Wednesday','7/30/2025','6:30 PM','7091638','Russ--Big-Sean---Sabrina-Claudio-7-30-2025'],['Live & Collective Soul','Germania Insurance Amphitheater','Austin, TX','Saturday','8/16/2025','6:00 PM','7044697','Live---Collective-Soul-8-16-2025'],['The Offspring, Jimmy Eat World & New Found Glory','Germania Insurance Amphitheater','Austin, TX','Sunday','8/24/2025','6:30 PM','7020488','The-Offspring--Jimmy-Eat-World---New-Found-Glory-8-24-2025'],['Pantera','Germania Insurance Amphitheater','Austin, TX','Tuesday','9/2/2025','7:00 PM','7006363','Pantera-9-2-2025'],['Suicideboys ','Germania Insurance Amphitheater','Austin, TX','Friday','9/12/2025','6:30 PM','7075986','Suicideboys--9-12-2025'],['Above & Beyond','Germania Insurance Amphitheater','Austin, TX','Friday','9/19/2025','7:00 PM','7111846','Above---Beyond-9-19-2025'],['Alice Cooper & Judas Priest','Germania Insurance Amphitheater','Austin, TX','Saturday','10/25/2025','6:45 PM','7094185','Alice-Cooper---Judas-Priest-10-25-2025']],'Austin360 Amphitheater ','http://www.ticketnetwork.com/en/search/?text=Austin360 Amphitheater ');