//
var TN_Widget = function() {
return {
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] + " " +
row[4] + " " +
row[5] + " | " +
row[0] + " | " +
row[1] + " " +
row[2] + " | Tickets |
";
},
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;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && 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/WidgetStyle9.css');
TN_Widget.CreateTable([['Trans-Siberian Orchestra','Michelob ULTRA Arena At Mandalay Bay','Las Vegas, NV','Friday','12/4/2026','7:00 PM','8255067','Trans-Siberian-Orchestra-12-4-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Saturday','12/12/2026','2:00 PM','8132771','Nevada-Ballet-Theatre--The-Nutcracker-12-12-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Sunday','12/13/2026','2:00 PM','8132772','Nevada-Ballet-Theatre--The-Nutcracker-12-13-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Wednesday','12/16/2026','7:30 PM','8054657','Nevada-Ballet-Theatre--The-Nutcracker-12-16-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Thursday','12/17/2026','7:30 PM','8054658','Nevada-Ballet-Theatre--The-Nutcracker-12-17-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Friday','12/18/2026','7:30 PM','8054659','Nevada-Ballet-Theatre--The-Nutcracker-12-18-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Saturday','12/19/2026','2:00 PM','8054660','Nevada-Ballet-Theatre--The-Nutcracker-12-19-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Saturday','12/19/2026','7:30 PM','8054661','Nevada-Ballet-Theatre--The-Nutcracker-12-19-2026'],['Mindi Abair's I Can't Wait For Christmas','Chrome Showroom at Santa Fe Station Casino','Las Vegas, NV','Saturday','12/19/2026','8:00 PM','8228872','Mindi-Abair-s-I-Can-t-Wait-For-Christmas-12-19-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Sunday','12/20/2026','2:00 PM','8054662','Nevada-Ballet-Theatre--The-Nutcracker-12-20-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Tuesday','12/22/2026','2:00 PM','8132773','Nevada-Ballet-Theatre--The-Nutcracker-12-22-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Tuesday','12/22/2026','7:30 PM','8132774','Nevada-Ballet-Theatre--The-Nutcracker-12-22-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Wednesday','12/23/2026','2:00 PM','8132776','Nevada-Ballet-Theatre--The-Nutcracker-12-23-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Wednesday','12/23/2026','7:30 PM','8132775','Nevada-Ballet-Theatre--The-Nutcracker-12-23-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Thursday','12/24/2026','2:00 PM','8132777','Nevada-Ballet-Theatre--The-Nutcracker-12-24-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Saturday','12/26/2026','2:00 PM','8132778','Nevada-Ballet-Theatre--The-Nutcracker-12-26-2026'],['Nevada Ballet Theatre: The Nutcracker','Reynolds Hall at The Smith Center','Las Vegas, NV','Sunday','12/27/2026','2:00 PM','8132779','Nevada-Ballet-Theatre--The-Nutcracker-12-27-2026']],'christmas las vegas','http://www.ticketnetwork.com/ticket/christmas-las-vegas-events.aspx');