//
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([['Cher - The Ultimate Tribute Show','Tropicana Showroom at Tropicana Casino - NJ','Atlantic City, NJ','Thursday','7/31/2025','3:30 PM','6893857','Cher---The-Ultimate-Tribute-Show-7-31-2025'],['The Beat Goes On - Cher Tribute Show','Greater Lima Region Park & Amphitheater','Lima, OH','Thursday','8/7/2025','7:00 PM','7051713','The-Beat-Goes-On---Cher-Tribute-Show-8-7-2025'],['The Beat Goes On - Cher Tribute Show','Ford Theater At Honeywell Center','Wabash, IN','Friday','8/8/2025','7:30 PM','7043622','The-Beat-Goes-On---Cher-Tribute-Show-8-8-2025'],['The Beat Goes On - Cher Tribute Show','Paramount Theatre - Anderson','Anderson, IN','Saturday','8/9/2025','7:30 PM','7058111','The-Beat-Goes-On---Cher-Tribute-Show-8-9-2025'],['Cher & Tom Jones Tribute','Pinellas Park Performing Arts Center','Pinellas Park, FL','Saturday','10/4/2025','7:00 PM','6686111','Cher---Tom-Jones-Tribute-10-4-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Tuesday','10/21/2025','7:30 PM','7034958','The-Cher-Show-10-21-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Wednesday','10/22/2025','2:00 PM','7034961','The-Cher-Show-10-22-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Wednesday','10/22/2025','7:30 PM','7034959','The-Cher-Show-10-22-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Thursday','10/23/2025','7:30 PM','7034962','The-Cher-Show-10-23-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Friday','10/24/2025','8:00 PM','7034964','The-Cher-Show-10-24-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Saturday','10/25/2025','2:00 PM','7034966','The-Cher-Show-10-25-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Saturday','10/25/2025','8:00 PM','7034965','The-Cher-Show-10-25-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Sunday','10/26/2025','2:00 PM','7034967','The-Cher-Show-10-26-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Tuesday','10/28/2025','7:30 PM','7034968','The-Cher-Show-10-28-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Wednesday','10/29/2025','2:00 PM','7034970','The-Cher-Show-10-29-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Wednesday','10/29/2025','7:30 PM','7034969','The-Cher-Show-10-29-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Thursday','10/30/2025','7:30 PM','7034971','The-Cher-Show-10-30-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Friday','10/31/2025','8:00 PM','7034972','The-Cher-Show-10-31-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Saturday','11/1/2025','2:00 PM','7034974','The-Cher-Show-11-1-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Saturday','11/1/2025','8:00 PM','7034973','The-Cher-Show-11-1-2025'],['The Cher Show','North Shore Music Theatre','Beverly, MA','Sunday','11/2/2025','2:00 PM','7034975','The-Cher-Show-11-2-2025'],['Abbamania & A Tribute to Cher','Palace Theatre - PA','Greensburg, PA','Thursday','11/13/2025','7:30 PM','7062687','Abbamania---A-Tribute-to-Cher-11-13-2025'],['A Very CHER-Y Christmas - Tribute','Norwood Theatre','Norwood, MA','Saturday','12/13/2025','7:30 PM','7027560','A-Very-CHER-Y-Christmas---Tribute-12-13-2025'],['The Beat Goes On - Cher Tribute Show','Lillian S. Wells Hall at The Parker','Fort Lauderdale, FL','Friday','1/30/2026','7:00 PM','7039530','The-Beat-Goes-On---Cher-Tribute-Show-1-30-2026']],'Cher','http://www.ticketnetwork.com/ticket/Cher-events.aspx');