//
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-03A
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([['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Thursday','4/3/2025','9:00 PM','6848665','Chippendales-4-3-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Friday','4/4/2025','9:00 PM','6848666','Chippendales-4-4-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Friday','4/4/2025','11:00 PM','6848566','Chippendales-4-4-2025'],['Chippendales','Wind Creek Event Center','Bethlehem, PA','Saturday','4/5/2025','8:00 PM','6859400','Chippendales-4-5-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Saturday','4/5/2025','9:00 PM','6848667','Chippendales-4-5-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/6/2025','2:30 PM','7028416','Chippendales-4-6-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/6/2025','9:00 PM','6848731','Chippendales-4-6-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Tuesday','4/8/2025','9:00 PM','6848668','Chippendales-4-8-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Wednesday','4/9/2025','9:00 PM','6848489','Chippendales-4-9-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Thursday','4/10/2025','9:00 PM','6848490','Chippendales-4-10-2025'],['Chippendales','Great Cedar Showroom at Foxwoods','Mashantucket, CT','Friday','4/11/2025','8:00 PM','6891087','Chippendales-4-11-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Friday','4/11/2025','9:00 PM','6848491','Chippendales-4-11-2025'],['Chippendales','Great Cedar Showroom at Foxwoods','Mashantucket, CT','Saturday','4/12/2025','8:00 PM','6891088','Chippendales-4-12-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Saturday','4/12/2025','9:00 PM','6848669','Chippendales-4-12-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/13/2025','2:30 PM','7028391','Chippendales-4-13-2025'],['Chippendales','Paramount Theatre - Huntington','Huntington, NY','Sunday','4/13/2025','7:30 PM','6886063','Chippendales-4-13-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/13/2025','9:00 PM','6848492','Chippendales-4-13-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Tuesday','4/15/2025','9:00 PM','6848493','Chippendales-4-15-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Wednesday','4/16/2025','9:00 PM','6848494','Chippendales-4-16-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Thursday','4/17/2025','9:00 PM','6848570','Chippendales-4-17-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Friday','4/18/2025','9:00 PM','6848495','Chippendales-4-18-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Saturday','4/19/2025','9:00 PM','6848732','Chippendales-4-19-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/20/2025','2:30 PM','7028382','Chippendales-4-20-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Sunday','4/20/2025','9:00 PM','6848498','Chippendales-4-20-2025'],['Chippendales','Mat Franco Theater at the LINQ','Las Vegas, NV','Tuesday','4/22/2025','9:00 PM','6848571','Chippendales-4-22-2025']],'chippendales','http://www.ticketnetwork.com/en/search/?text=chippendales');