//
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([['The Cactus Blossoms','FitzGerald's Nightclub','Berwyn, IL','Thursday','9/18/2025','8:30 PM','7232472','The-Cactus-Blossoms-9-18-2025'],['Les Greene and The Swayzees','FitzGerald's Nightclub','Berwyn, IL','Sunday','9/21/2025','8:30 PM','7371582','Les-Greene-and-The-Swayzees-9-21-2025'],['Micky Braun & Jason Eady','FitzGerald's Nightclub','Berwyn, IL','Thursday','9/25/2025','8:30 PM','7167696','Micky-Braun---Jason-Eady-9-25-2025'],['Ronnie Baker Brooks','FitzGerald's Nightclub','Berwyn, IL','Friday','9/26/2025','8:30 PM','7371577','Ronnie-Baker-Brooks-9-26-2025'],['Haunted Objects Live','FitzGerald's Nightclub','Berwyn, IL','Wednesday','10/1/2025','8:00 PM','7241091','Haunted-Objects-Live-10-1-2025'],['Eilen Jewell','FitzGerald's Nightclub','Berwyn, IL','Friday','10/3/2025','8:30 PM','7167683','Eilen-Jewell-10-3-2025'],['American Aquarium','FitzGerald's Nightclub','Berwyn, IL','Sunday','10/5/2025','7:00 PM','7216275','American-Aquarium-10-5-2025'],['Southern Culture On The Skids','FitzGerald's Nightclub','Berwyn, IL','Wednesday','10/8/2025','8:00 PM','7039863','Southern-Culture-On-The-Skids-10-8-2025'],['Walking With Ghosts: An Evening of True Crime Hauntings With Amy Bruni','FitzGerald's Nightclub','Berwyn, IL','Thursday','10/9/2025','7:00 PM','7241088','Walking-With-Ghosts--An-Evening-of-True-Crime-Hauntings-With-Amy-Bruni-10-9-2025'],['Jesse Roper','FitzGerald's Nightclub','Berwyn, IL','Friday','10/10/2025','8:30 PM','7278442','Jesse-Roper-10-10-2025'],['Marc Broussard','FitzGerald's Nightclub','Berwyn, IL','Friday','10/24/2025','8:30 PM','7241084','Marc-Broussard-10-24-2025'],['Marc Broussard','FitzGerald's Nightclub','Berwyn, IL','Saturday','10/25/2025','8:30 PM','7241085','Marc-Broussard-10-25-2025'],['Expo 76','FitzGerald's Nightclub','Berwyn, IL','Wednesday','10/29/2025','4:00 PM','7371576','Expo-76-10-29-2025'],['Tributosaurus','FitzGerald's Nightclub','Berwyn, IL','Friday','10/31/2025','8:30 PM','7371580','Tributosaurus-10-31-2025'],['The Vegabonds','FitzGerald's Nightclub','Berwyn, IL','Friday','11/14/2025','8:30 PM','7160245','The-Vegabonds-11-14-2025'],['Yarn','FitzGerald's Nightclub','Berwyn, IL','Thursday','11/20/2025','8:30 PM','7355758','Yarn-11-20-2025'],['Nathan Graham','FitzGerald's Nightclub','Berwyn, IL','Friday','11/21/2025','8:30 PM','7388364','Nathan-Graham-11-21-2025']],'FitzGeralds Berwyn','http://www.ticketnetwork.com/ticket/FitzGeralds-Berwyn-events.aspx');