//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
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'],['Quinn XCII','Germania Insurance Amphitheater','Austin, TX','Friday','9/26/2025','8:00 PM','7146666','Quinn-XCII-9-26-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/ticket/Austin360-Amphitheater-events.aspx');