//
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-01A
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','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Thursday','11/14/2024','7:30 PM','6274238','The-Cher-Show-11-14-2024'],['The Cher Show','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Friday','11/15/2024','8:00 PM','6273176','The-Cher-Show-11-15-2024'],['The Cher Show','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Saturday','11/16/2024','2:00 PM','6274240','The-Cher-Show-11-16-2024'],['The Cher Show','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Saturday','11/16/2024','8:00 PM','6274239','The-Cher-Show-11-16-2024'],['The Cher Show','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Sunday','11/17/2024','1:00 PM','6274241','The-Cher-Show-11-17-2024'],['The Cher Show','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Sunday','11/17/2024','6:30 PM','6274242','The-Cher-Show-11-17-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Tuesday','11/19/2024','8:00 PM','6300166','The-Cher-Show-11-19-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Wednesday','11/20/2024','8:00 PM','6300167','The-Cher-Show-11-20-2024'],['An Evening with Cher: In Conversation with Harry Smith','The Temple Emanu- El Streicker Center','New York, NY','Wednesday','11/20/2024','8:00 PM','6762693','An-Evening-with-Cher--In-Conversation-with-Harry-Smith-11-20-2024'],['Divas In a Mans World - A Tribute To Cher','Meyer Theatre - WI','Green Bay, WI','Thursday','11/21/2024','7:30 PM','6480720','Divas-In-a-Mans-World---A-Tribute-To-Cher-11-21-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Thursday','11/21/2024','8:00 PM','6300168','The-Cher-Show-11-21-2024'],['Cher - An Evening Discussing Her Book','Bergen Performing Arts Center','Englewood, NJ','Friday','11/22/2024','7:00 PM','6755836','Cher---An-Evening-Discussing-Her-Book-11-22-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Friday','11/22/2024','8:00 PM','6300169','The-Cher-Show-11-22-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Saturday','11/23/2024','2:00 PM','6300171','The-Cher-Show-11-23-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Saturday','11/23/2024','8:00 PM','6300170','The-Cher-Show-11-23-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Sunday','11/24/2024','1:00 PM','6300172','The-Cher-Show-11-24-2024'],['The Cher Show','Au-Rene Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Sunday','11/24/2024','6:30 PM','6300173','The-Cher-Show-11-24-2024'],['A Very Cher-Y Christmas: Lisa McClowry','Seven Feathers Hotel & Casino','Canyonville, OR','Saturday','11/30/2024','7:00 PM','6610730','A-Very-Cher-Y-Christmas--Lisa-McClowry-11-30-2024'],['Cher - An Evening Discussing Her Book','Saban Theatre','Beverly Hills, CA','Monday','12/2/2024','8:00 PM','6755834','Cher---An-Evening-Discussing-Her-Book-12-2-2024'],['Unscripted: A Conversation with Cher','Golden Gate Theatre','San Francisco, CA','Wednesday','12/4/2024','7:30 PM','6755835','Unscripted--A-Conversation-with-Cher-12-4-2024']],'Cher','http://www.ticketnetwork.com/en/search/?text=Cher');