//
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 Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Monday','6/2/2025','7:30 PM','6962705','The-Book-Of-Mormon-6-2-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Tuesday','6/3/2025','7:30 PM','6962706','The-Book-Of-Mormon-6-3-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Wednesday','6/4/2025','7:30 PM','6962707','The-Book-Of-Mormon-6-4-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Thursday','6/5/2025','7:30 PM','6962708','The-Book-Of-Mormon-6-5-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Friday','6/6/2025','2:30 PM','6962709','The-Book-Of-Mormon-6-6-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Friday','6/6/2025','7:30 PM','6962710','The-Book-Of-Mormon-6-6-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Saturday','6/7/2025','2:30 PM','6962711','The-Book-Of-Mormon-6-7-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Saturday','6/7/2025','7:30 PM','6962712','The-Book-Of-Mormon-6-7-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Monday','6/9/2025','7:30 PM','6962713','The-Book-Of-Mormon-6-9-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Tuesday','6/10/2025','7:30 PM','6962714','The-Book-Of-Mormon-6-10-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Wednesday','6/11/2025','7:30 PM','6962715','The-Book-Of-Mormon-6-11-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Thursday','6/12/2025','7:30 PM','6962716','The-Book-Of-Mormon-6-12-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Friday','6/13/2025','2:30 PM','6962717','The-Book-Of-Mormon-6-13-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Friday','6/13/2025','7:30 PM','6962718','The-Book-Of-Mormon-6-13-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Saturday','6/14/2025','2:30 PM','6962719','The-Book-Of-Mormon-6-14-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Saturday','6/14/2025','7:30 PM','6962720','The-Book-Of-Mormon-6-14-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Monday','6/16/2025','7:30 PM','7012808','The-Book-Of-Mormon-6-16-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Tuesday','6/17/2025','7:30 PM','7012809','The-Book-Of-Mormon-6-17-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Wednesday','6/18/2025','7:30 PM','7012810','The-Book-Of-Mormon-6-18-2025'],['The Book Of Mormon','Prince of Wales Theatre','London, United Kingdom','Thursday','6/19/2025','7:30 PM','7012811','The-Book-Of-Mormon-6-19-2025']],'Book of Mormon London','http://www.ticketnetwork.com/en/search/?text=Book%20of%20Mormon%20London');