//
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-02A
TN_Widget.CreateTable([['Pandora's Box - Aerosmith Tribute Band','The Underground - Charlotte','Charlotte, NC','Saturday','3/14/2026','8:00 PM','7653102','Pandora-s-Box---Aerosmith-Tribute-Band-3-14-2026'],['Arrows Myth - Tribute to Aerosmith','East of Omaha','Griswold, IA','Saturday','4/11/2026','7:00 PM','7680798','Arrows-Myth---Tribute-to-Aerosmith-4-11-2026'],['Aeromyth - Aerosmith Tribute','The Railhead - Boulder Station Hotel Casino','Las Vegas, NV','Friday','5/15/2026','8:00 PM','7699609','Aeromyth---Aerosmith-Tribute-5-15-2026'],['Draw The Line - Aerosmith Tribute','Claremont Opera House','Claremont, NH','Saturday','5/16/2026','7:30 PM','7687509','Draw-The-Line---Aerosmith-Tribute-5-16-2026'],['Draw The Line - Aerosmith Tribute','The Milton Theatre','Milton, DE','Thursday','5/21/2026','8:00 PM','7713806','Draw-The-Line---Aerosmith-Tribute-5-21-2026'],['Aeromyth - Aerosmith Tribute','The Showroom at Casino Arizona','Scottsdale, AZ','Friday','5/22/2026','7:30 PM','7684573','Aeromyth---Aerosmith-Tribute-5-22-2026'],['Aeromyth - Aerosmith Tribute','The Showroom at Casino Arizona','Scottsdale, AZ','Saturday','5/23/2026','7:30 PM','7684564','Aeromyth---Aerosmith-Tribute-5-23-2026'],['Pandora's Box - Aerosmith Tribute Band','Warner Vineyards','Paw Paw, MI','Thursday','6/4/2026','7:00 PM','7791350','Pandora-s-Box---Aerosmith-Tribute-Band-6-4-2026'],['Pandora's Box - Aerosmith Tribute Band','Live at the Lakefront','Michigan City, IN','Friday','6/5/2026','8:00 PM','7732366','Pandora-s-Box---Aerosmith-Tribute-Band-6-5-2026'],['Walk This Way - Aerosmith Tribute','Main Street Crossing','Tomball, TX','Saturday','6/6/2026','4:00 PM','7715441','Walk-This-Way---Aerosmith-Tribute-6-6-2026'],['Ragdolls - Tribute to Aerosmith','The Venue At Thunder Valley Casino','Lincoln, CA','Thursday','6/18/2026','7:30 PM','7665480','Ragdolls---Tribute-to-Aerosmith-6-18-2026'],['Pandora's Box - Aerosmith Tribute Band','State Theatre - VA','Falls Church, VA','Friday','7/17/2026','8:30 PM','7728391','Pandora-s-Box---Aerosmith-Tribute-Band-7-17-2026'],['Pandora's Box - Aerosmith Tribute Band','Wheeling Island Showroom','Wheeling, WV','Saturday','7/18/2026','8:00 PM','7745324','Pandora-s-Box---Aerosmith-Tribute-Band-7-18-2026'],['Pandora's Box - Aerosmith Tribute Band','Griffin Opera House','Griffin, GA','Saturday','8/8/2026','8:00 PM','7778239','Pandora-s-Box---Aerosmith-Tribute-Band-8-8-2026']],'Aerosmith','http://www.ticketnetwork.com/ticket/Aerosmith-events.aspx');