//
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-04A
TN_Widget.CreateTable([['Shining Star - Earth, Wind & Fire Tribute','Antone's Nightclub','Austin, TX','Sunday','11/2/2025','8:00 PM','7379583','Shining-Star---Earth--Wind---Fire-Tribute-11-2-2025'],['Tribute to Earth, Wind and Fire & Tribute to Kool and The Gang','Music Box Concert Hall','Cleveland, OH','Friday','11/7/2025','7:30 PM','7383761','Tribute-to-Earth--Wind-and-Fire---Tribute-to-Kool-and-The-Gang-11-7-2025'],['Earth, Wind & Fire Tribute Show','Smyrna Opera House','Smyrna, DE','Saturday','11/8/2025','7:30 PM','7387085','Earth--Wind---Fire-Tribute-Show-11-8-2025'],['Hot Brass: Chicago, Earth, Wind & Fire Experience','Aventura Arts & Cultural Center - Aventura','Miami, FL','Friday','11/14/2025','8:00 PM','7017765','Hot-Brass--Chicago--Earth--Wind---Fire-Experience-11-14-2025'],['Earth, Wind and Fire','Hard Rock Live At Etess Arena','Atlantic City, NJ','Friday','12/5/2025','8:00 PM','7138649','Earth--Wind-and-Fire-12-5-2025'],['Earth, Wind and Fire','Hard Rock Live At Etess Arena','Atlantic City, NJ','Saturday','12/6/2025','8:00 PM','7138650','Earth--Wind-and-Fire-12-6-2025'],['Earth, Wind and Fire','Mohegan Sun Arena - CT','Uncasville, CT','Sunday','12/7/2025','7:00 PM','7138651','Earth--Wind-and-Fire-12-7-2025'],['Earth, Wind and Fire','Providence Performing Arts Center','Providence, RI','Tuesday','12/9/2025','7:30 PM','7144039','Earth--Wind-and-Fire-12-9-2025'],['Earth, Wind and Fire','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','12/12/2025','8:00 PM','7138655','Earth--Wind-and-Fire-12-12-2025'],['Serpentine Fire - A Tribute To Earth, Wind & Fire','The Railhead - Boulder Station Hotel Casino','Las Vegas, NV','Friday','12/12/2025','8:00 PM','7511382','Serpentine-Fire---A-Tribute-To-Earth--Wind---Fire-12-12-2025'],['Earth, Wind and Fire','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','12/13/2025','8:00 PM','7138662','Earth--Wind-and-Fire-12-13-2025'],['Earth, Wind and Fire','Beacon Theatre - NY','New York, NY','Monday','12/15/2025','8:00 PM','7138663','Earth--Wind-and-Fire-12-15-2025'],['Earth, Wind and Fire','Beacon Theatre - NY','New York, NY','Tuesday','12/16/2025','8:00 PM','7138666','Earth--Wind-and-Fire-12-16-2025'],['Earth, Wind and Fire Tribute Band','Arbogast Performing Arts Center','Troy, OH','Saturday','2/28/2026','7:00 PM','7460888','Earth--Wind-and-Fire-Tribute-Band-2-28-2026'],['Larry Dunn's Anthology of Earth, Wind and Fire','Saban Theatre','Beverly Hills, CA','Saturday','3/7/2026','8:00 PM','7493269','Larry-Dunn-s-Anthology-of-Earth--Wind-and-Fire-3-7-2026'],['Elements - The Ultimate Earth, Wind & Fire Tribute','Barbara B Mann Performing Arts Hall','Fort Myers, FL','Wednesday','3/25/2026','8:00 PM','7090869','Elements---The-Ultimate-Earth--Wind---Fire-Tribute-3-25-2026'],['Long Beach Symphony Pops: Earth, Wind & Fire Dance Party','Long Beach Arena at Long Beach Convention Center','Long Beach, CA','Saturday','5/9/2026','7:30 PM','7241699','Long-Beach-Symphony-Pops--Earth--Wind---Fire-Dance-Party-5-9-2026']],'Earth, Wind','http://www.ticketnetwork.com/ticket/Earth,-Wind-events.aspx');