//
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 t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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 newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-02A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Paranormal - The Mindreading Magic Show','Imagine Showroom at Horseshoe Las Vegas','Las Vegas, NV','Wednesday','12/10/2025','4:00 PM','6691516','Paranormal---The-Mindreading-Magic-Show-12-10-2025'],['Carpenters Legacy','V3 V Theater - Planet Hollywood Resort & Casino','Las Vegas, NV','Wednesday','12/10/2025','5:00 PM','6924800','Carpenters-Legacy-12-10-2025'],['The Wizard of Oz - Immersive Film Experience','Sphere','Las Vegas, NV','Wednesday','12/10/2025','5:00 PM','7401330','The-Wizard-of-Oz---Immersive-Film-Experience-12-10-2025'],['Jabbawockeez','Jabbawockeez Theater At The MGM Grand','Las Vegas, NV','Wednesday','12/10/2025','5:30 PM','7250250','Jabbawockeez-12-10-2025'],['National Finals Rodeo','Thomas & Mack Center','Las Vegas, NV','Wednesday','12/10/2025','5:45 PM','6887717','National-Finals-Rodeo-12-10-2025'],['Cirque du Soleil - KA','KA Theatre at MGM Grand','Las Vegas, NV','Wednesday','12/10/2025','6:00 PM','6647832','Cirque-du-Soleil---KA-12-10-2025'],['An R-Rated Magic Show','V4 V Theater - Planet Hollywood Resort & Casino','Las Vegas, NV','Wednesday','12/10/2025','7:00 PM','7242488','An-R-Rated-Magic-Show-12-10-2025'],['Mat Franco','Mat Franco Theater at the LINQ','Las Vegas, NV','Wednesday','12/10/2025','7:00 PM','6936920','Mat-Franco-12-10-2025'],['MJ Live - Michael Jackson Tribute','Harrah's Showroom At Harrah's Las Vegas','Las Vegas, NV','Wednesday','12/10/2025','7:00 PM','6853643','MJ-Live---Michael-Jackson-Tribute-12-10-2025'],['Discovering King Tut's Tomb (Multiple Dates and Times)','King Tut The Exhibition at The Luxor Hotel','Las Vegas, NV','Wednesday','12/10/2025','7:00 PM','6815777','Discovering-King-Tut-s-Tomb--Multiple-Dates-and-Times--12-10-2025']],'"Las Vegas"','https://www.ticketnetwork.com');