//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04B
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['The Cher Show','Uihlein Hall at Marcus Center For The Performing Arts','Milwaukee, WI','Saturday','4/19/2025','7:30 PM','6590529','The-Cher-Show-4-19-2025'],['The Cher Show','Paramount Theatre - Cedar Rapids','Cedar Rapids, IA','Tuesday','4/22/2025','7:30 PM','6604967','The-Cher-Show-4-22-2025'],['The Cher Show','Lied Center - KS','Lawrence, KS','Wednesday','4/23/2025','7:30 PM','6559958','The-Cher-Show-4-23-2025'],['The Cher Show','Juanita K. Hammons Hall','Springfield, MO','Thursday','4/24/2025','7:30 PM','6967137','The-Cher-Show-4-24-2025'],['The Cher Show','Century II Concert Hall At Century II Performing Arts & Convention Center','Wichita, KS','Friday','4/25/2025','7:30 PM','6323545','The-Cher-Show-4-25-2025'],['The Cher Show','Century II Concert Hall At Century II Performing Arts & Convention Center','Wichita, KS','Saturday','4/26/2025','2:00 PM','6323546','The-Cher-Show-4-26-2025'],['The Cher Show','Century II Concert Hall At Century II Performing Arts & Convention Center','Wichita, KS','Saturday','4/26/2025','7:30 PM','6323547','The-Cher-Show-4-26-2025'],['The Cher Show','Century II Concert Hall At Century II Performing Arts & Convention Center','Wichita, KS','Sunday','4/27/2025','1:00 PM','6323548','The-Cher-Show-4-27-2025'],['The Cher Show','Broken Arrow Performing Arts Center','Broken Arrow, OK','Monday','4/28/2025','7:30 PM','6927338','The-Cher-Show-4-28-2025'],['The Cher Show','Coronado Performing Arts Center','Rockford, IL','Wednesday','4/30/2025','7:30 PM','6863951','The-Cher-Show-4-30-2025'],['The Cher Show','Sheas Performing Arts Center','Buffalo, NY','Friday','5/2/2025','7:30 PM','6825082','The-Cher-Show-5-2-2025'],['The Beat Goes On - Cher Tribute Show','The Clayton Center - NC','Clayton, NC','Friday','5/2/2025','8:00 PM','6933860','The-Beat-Goes-On---Cher-Tribute-Show-5-2-2025'],['The Cher Show','Sheas Performing Arts Center','Buffalo, NY','Saturday','5/3/2025','2:00 PM','6825083','The-Cher-Show-5-3-2025'],['The Beat Goes On - Cher Tribute Show','J E Broyhill Civic Center','Lenoir, NC','Saturday','5/3/2025','7:30 PM','7065314','The-Beat-Goes-On---Cher-Tribute-Show-5-3-2025'],['The Cher Show','Sheas Performing Arts Center','Buffalo, NY','Saturday','5/3/2025','8:00 PM','6825084','The-Cher-Show-5-3-2025'],['The Cher Show','Sheas Performing Arts Center','Buffalo, NY','Sunday','5/4/2025','1:00 PM','6825085','The-Cher-Show-5-4-2025'],['The Beat Goes On - Cher Tribute Show','Alabama Theatre - SC','Myrtle Beach, SC','Sunday','5/4/2025','7:00 PM','6967644','The-Beat-Goes-On---Cher-Tribute-Show-5-4-2025'],['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']],'Cher','http://www.ticketnetwork.com/en/search/?text=Cher');