//
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([['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Wednesday','9/17/2025','8:00 PM','6579087','Carrot-Top-9-17-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Thursday','9/18/2025','8:00 PM','6578930','Carrot-Top-9-18-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Friday','9/19/2025','8:00 PM','6578778','Carrot-Top-9-19-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Saturday','9/20/2025','8:00 PM','6578779','Carrot-Top-9-20-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Monday','9/22/2025','8:00 PM','6578780','Carrot-Top-9-22-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Tuesday','9/23/2025','8:00 PM','6578781','Carrot-Top-9-23-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Wednesday','9/24/2025','8:00 PM','6579039','Carrot-Top-9-24-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Thursday','9/25/2025','8:00 PM','6579040','Carrot-Top-9-25-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Friday','9/26/2025','8:00 PM','6579041','Carrot-Top-9-26-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Saturday','9/27/2025','8:00 PM','6578782','Carrot-Top-9-27-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Monday','9/29/2025','8:00 PM','6578783','Carrot-Top-9-29-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Tuesday','9/30/2025','8:00 PM','6579042','Carrot-Top-9-30-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Wednesday','10/1/2025','8:00 PM','6578931','Carrot-Top-10-1-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Thursday','10/2/2025','8:00 PM','6578784','Carrot-Top-10-2-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Friday','10/3/2025','8:00 PM','6579043','Carrot-Top-10-3-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Saturday','10/4/2025','8:00 PM','6578932','Carrot-Top-10-4-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Monday','10/6/2025','8:00 PM','6578785','Carrot-Top-10-6-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Tuesday','10/7/2025','8:00 PM','6578647','Carrot-Top-10-7-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Wednesday','10/8/2025','8:00 PM','6579044','Carrot-Top-10-8-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Thursday','10/9/2025','8:00 PM','6578933','Carrot-Top-10-9-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Friday','10/10/2025','8:00 PM','6579045','Carrot-Top-10-10-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Saturday','10/11/2025','8:00 PM','6578648','Carrot-Top-10-11-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Sunday','10/12/2025','8:00 PM','6917702','Carrot-Top-10-12-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Monday','10/20/2025','8:00 PM','6578786','Carrot-Top-10-20-2025'],['Carrot Top','Atrium Showroom at The Luxor Hotel','Las Vegas, NV','Tuesday','10/21/2025','8:00 PM','6578787','Carrot-Top-10-21-2025']],'carrot top','http://www.ticketnetwork.com/en/search/?text=carrot%20top');