//
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-04A
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([['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','2/5/2025','8:30 PM','6659751','Janet-Jackson-2-5-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','2/7/2025','8:30 PM','6660519','Janet-Jackson-2-7-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','2/8/2025','8:30 PM','6660536','Janet-Jackson-2-8-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','2/12/2025','8:30 PM','6660537','Janet-Jackson-2-12-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','2/14/2025','8:30 PM','6660538','Janet-Jackson-2-14-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','2/15/2025','8:30 PM','6660539','Janet-Jackson-2-15-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','5/21/2025','8:30 PM','6933446','Janet-Jackson-5-21-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','5/24/2025','8:30 PM','6933447','Janet-Jackson-5-24-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Sunday','5/25/2025','8:30 PM','6933448','Janet-Jackson-5-25-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Wednesday','5/28/2025','8:30 PM','6933449','Janet-Jackson-5-28-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Friday','5/30/2025','8:30 PM','6933450','Janet-Jackson-5-30-2025'],['Janet Jackson','The Theatre at Resorts World Las Vegas','Las Vegas, NV','Saturday','5/31/2025','8:30 PM','6933451','Janet-Jackson-5-31-2025']],'Janet Jackson','http://www.ticketnetwork.com/en/search/?text=Janet Jackson');