//
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-03A
TN_Widget.CreateTable([['Kid Cudi','Germania Insurance Amphitheater','Austin, TX','Friday','5/1/2026','6:30 PM','7703350','Kid-Cudi-5-1-2026'],['Machine Gun Kelly & Wiz Khalifa','Germania Insurance Amphitheater','Austin, TX','Friday','5/22/2026','7:00 PM','7418672','Machine-Gun-Kelly---Wiz-Khalifa-5-22-2026'],['Godsmack, Stone Temple Pilots & Dorothy','Germania Insurance Amphitheater','Austin, TX','Friday','5/29/2026','7:00 PM','7715607','Godsmack--Stone-Temple-Pilots---Dorothy-5-29-2026'],['Hilary Duff, La Roux & Jade LeMac','Germania Insurance Amphitheater','Austin, TX','Sunday','6/28/2026','6:30 PM','7734959','Hilary-Duff--La-Roux---Jade-LeMac-6-28-2026'],['Willie Nelson's 4th of July Picnic and Fireworks','Germania Insurance Amphitheater','Austin, TX','Saturday','7/4/2026','3:30 PM','7827457','Willie-Nelson-s-4th-of-July-Picnic-and-Fireworks-7-4-2026'],['Motionless In White','Germania Insurance Amphitheater','Austin, TX','Sunday','7/26/2026','6:30 PM','7717979','Motionless-In-White-7-26-2026'],['Toto, Christopher Cross & The Romantics','Germania Insurance Amphitheater','Austin, TX','Saturday','8/8/2026','6:45 PM','7612967','Toto--Christopher-Cross---The-Romantics-8-8-2026'],['Kesha','Germania Insurance Amphitheater','Austin, TX','Sunday','8/9/2026','7:00 PM','7825222','Kesha-8-9-2026'],['311 & Dirty Heads','Germania Insurance Amphitheater','Austin, TX','Saturday','8/22/2026','5:30 PM','7825204','311---Dirty-Heads-8-22-2026'],['Jack Johnson','Germania Insurance Amphitheater','Austin, TX','Saturday','8/29/2026','7:30 PM','7548006','Jack-Johnson-8-29-2026'],['Zeds Dead','Germania Insurance Amphitheater','Austin, TX','Friday','9/11/2026','7:00 PM','7780110','Zeds-Dead-9-11-2026'],['Five Finger Death Punch, Cody Jinks & Eva Under Fire','Germania Insurance Amphitheater','Austin, TX','Monday','9/28/2026','6:45 PM','7676476','Five-Finger-Death-Punch--Cody-Jinks---Eva-Under-Fire-9-28-2026']],'Austin360 Amphitheater','http://www.ticketnetwork.com/ticket/Austin360-Amphitheater-events.aspx');