//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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([['Howard Jones','Genesee Theatre','Waukegan, IL','Thursday','2/20/2025','6:00 PM','6838109','Howard-Jones-2-20-2025'],['Air Supply','Genesee Theatre','Waukegan, IL','Friday','2/21/2025','8:00 PM','6723443','Air-Supply-2-21-2025'],['Drumline Live!','Genesee Theatre','Waukegan, IL','Sunday','2/23/2025','6:00 PM','6818659','Drumline-Live--2-23-2025'],['Herman's Hermits & Peter Noone','Genesee Theatre','Waukegan, IL','Friday','2/28/2025','7:30 PM','6876442','Herman-s-Hermits---Peter-Noone-2-28-2025'],['John Lodge','Genesee Theatre','Waukegan, IL','Saturday','3/1/2025','7:00 PM','6884963','John-Lodge-3-1-2025'],['Jim Henson's Fraggle Rock Live','Genesee Theatre','Waukegan, IL','Sunday','3/2/2025','3:00 PM','6775187','Jim-Henson-s-Fraggle-Rock-Live-3-2-2025'],['Rick Thomas','Genesee Theatre','Waukegan, IL','Thursday','3/6/2025','7:30 PM','6774893','Rick-Thomas-3-6-2025'],['KC and The Sunshine Band','Genesee Theatre','Waukegan, IL','Friday','3/7/2025','8:00 PM','6804979','KC-and-The-Sunshine-Band-3-7-2025'],['Old Crow Medicine Show','Genesee Theatre','Waukegan, IL','Saturday','3/15/2025','7:00 PM','6859304','Old-Crow-Medicine-Show-3-15-2025'],['Here Come the Mummies','Genesee Theatre','Waukegan, IL','Thursday','3/20/2025','7:30 PM','6736710','Here-Come-the-Mummies-3-20-2025'],['Ancient Aliens Live','Genesee Theatre','Waukegan, IL','Friday','3/21/2025','7:30 PM','6486669','Ancient-Aliens-Live-3-21-2025'],['Welcome Back: An Evening with Emerson, Lake & Palmer','Genesee Theatre','Waukegan, IL','Saturday','3/22/2025','7:00 PM','6870822','Welcome-Back--An-Evening-with-Emerson--Lake---Palmer-3-22-2025'],['Michael Blackson','Genesee Theatre','Waukegan, IL','Thursday','3/27/2025','7:30 PM','6944432','Michael-Blackson-3-27-2025'],['Frankie Valli & The Four Seasons','Genesee Theatre','Waukegan, IL','Sunday','3/30/2025','7:00 PM','6762127','Frankie-Valli---The-Four-Seasons-3-30-2025'],['Daryl Hall','Genesee Theatre','Waukegan, IL','Thursday','4/3/2025','7:30 PM','6944446','Daryl-Hall-4-3-2025'],['MJ Live - Michael Jackson Tribute','Genesee Theatre','Waukegan, IL','Friday','4/4/2025','7:30 PM','6791237','MJ-Live---Michael-Jackson-Tribute-4-4-2025'],['The Brit Pack - British Invasion Act','Genesee Theatre','Waukegan, IL','Thursday','4/10/2025','7:30 PM','6578317','The-Brit-Pack---British-Invasion-Act-4-10-2025'],['The Addams Family','Genesee Theatre','Waukegan, IL','Saturday','4/19/2025','3:00 PM','6716564','The-Addams-Family-4-19-2025'],['The Addams Family','Genesee Theatre','Waukegan, IL','Saturday','4/19/2025','8:00 PM','6716565','The-Addams-Family-4-19-2025'],['Voyage - A Journey Tribute','Genesee Theatre','Waukegan, IL','Thursday','5/1/2025','7:30 PM','6913535','Voyage---A-Journey-Tribute-5-1-2025'],['Classic Albums Live Tribute Show: Lynyrd Skynyrd','Genesee Theatre','Waukegan, IL','Saturday','5/10/2025','7:00 PM','6980993','Classic-Albums-Live-Tribute-Show--Lynyrd-Skynyrd-5-10-2025'],['Sesame Street Live!','Genesee Theatre','Waukegan, IL','Friday','5/16/2025','6:00 PM','6789093','Sesame-Street-Live--5-16-2025'],['Brit Floyd','Genesee Theatre','Waukegan, IL','Friday','5/30/2025','8:00 PM','6830723','Brit-Floyd-5-30-2025']],'Genesee Theatre','https://www.ticketnetwork.com/ticket/Genesee-Theatre-events.aspx');