//
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([['Jesus Christ Superstar ft. Ted Neeley','The Greenwich Odeum','East Greenwich, RI','Saturday','8/1/2026','7:00 PM','7993120','Jesus-Christ-Superstar-ft--Ted-Neeley-8-1-2026'],['Jesus Christ Superstar ft. Ted Neeley','Regent Theatre - MA','Arlington, MA','Sunday','8/2/2026','5:00 PM','8059674','Jesus-Christ-Superstar-ft--Ted-Neeley-8-2-2026'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','1/16/2027','7:30 PM','8047881','Jesus-Christ-Superstar-1-16-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Sunday','1/17/2027','2:00 PM','8047882','Jesus-Christ-Superstar-1-17-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Wednesday','1/20/2027','2:00 PM','8047883','Jesus-Christ-Superstar-1-20-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','1/23/2027','2:00 PM','8047884','Jesus-Christ-Superstar-1-23-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','1/23/2027','7:30 PM','8047890','Jesus-Christ-Superstar-1-23-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Sunday','1/24/2027','2:00 PM','8047885','Jesus-Christ-Superstar-1-24-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Sunday','1/24/2027','6:30 PM','8047891','Jesus-Christ-Superstar-1-24-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Friday','1/29/2027','7:30 PM','8047892','Jesus-Christ-Superstar-1-29-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','1/30/2027','2:00 PM','8047886','Jesus-Christ-Superstar-1-30-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','1/30/2027','7:30 PM','8047893','Jesus-Christ-Superstar-1-30-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Sunday','1/31/2027','2:00 PM','8047887','Jesus-Christ-Superstar-1-31-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','2/6/2027','2:00 PM','8047888','Jesus-Christ-Superstar-2-6-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Saturday','2/6/2027','7:30 PM','8047894','Jesus-Christ-Superstar-2-6-2027'],['Jesus Christ Superstar','CM Performing Arts Center','Oakdale, NY','Sunday','2/7/2027','2:00 PM','8047889','Jesus-Christ-Superstar-2-7-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Friday','4/16/2027','7:30 PM','8089178','Jesus-Christ-Superstar-4-16-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Saturday','4/17/2027','2:00 PM','8089183','Jesus-Christ-Superstar-4-17-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Saturday','4/17/2027','7:30 PM','8089181','Jesus-Christ-Superstar-4-17-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Sunday','4/18/2027','2:00 PM','8089185','Jesus-Christ-Superstar-4-18-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Friday','4/23/2027','7:30 PM','8089179','Jesus-Christ-Superstar-4-23-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Saturday','4/24/2027','2:00 PM','8089184','Jesus-Christ-Superstar-4-24-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Saturday','4/24/2027','7:30 PM','8089182','Jesus-Christ-Superstar-4-24-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Sunday','4/25/2027','2:00 PM','8089186','Jesus-Christ-Superstar-4-25-2027'],['Jesus Christ Superstar','Palace Theatre - NH','Manchester, NH','Friday','4/30/2027','7:30 PM','8089180','Jesus-Christ-Superstar-4-30-2027']],'jesus christ superstar','http://www.ticketnetwork.com/en/search/?text=jesus%20christ%20superstar');