//
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-02A
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([['Something Rotten','Harry and Jeanette Weinberg Theatre At The Scranton Cultural Center - Masonic Temple','Scranton, PA','Friday','1/23/2026','7:00 PM','7545667','Something-Rotten-1-23-2026'],['Something Rotten','Harry and Jeanette Weinberg Theatre At The Scranton Cultural Center - Masonic Temple','Scranton, PA','Saturday','1/24/2026','7:00 PM','7545668','Something-Rotten-1-24-2026'],['Something Rotten','Harry and Jeanette Weinberg Theatre At The Scranton Cultural Center - Masonic Temple','Scranton, PA','Sunday','1/25/2026','2:00 PM','7545669','Something-Rotten-1-25-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Friday','2/13/2026','7:00 PM','7524492','Something-Rotten-2-13-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Saturday','2/14/2026','7:00 PM','7524493','Something-Rotten-2-14-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Sunday','2/15/2026','2:00 PM','7524494','Something-Rotten-2-15-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Friday','2/20/2026','7:00 PM','7524495','Something-Rotten-2-20-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Saturday','2/21/2026','2:00 PM','7524496','Something-Rotten-2-21-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Saturday','2/21/2026','7:00 PM','7524497','Something-Rotten-2-21-2026'],['Something Rotten','Richey Suncoast Theatre','New Port Richey, FL','Sunday','2/22/2026','2:00 PM','7524498','Something-Rotten-2-22-2026'],['Something Rotten','Egyptian Theatre - UT','Park City, UT','Wednesday','6/3/2026','8:00 PM','7530981','Something-Rotten-6-3-2026'],['Something Rotten','Egyptian Theatre - UT','Park City, UT','Thursday','6/4/2026','8:00 PM','7530982','Something-Rotten-6-4-2026'],['Something Rotten','Egyptian Theatre - UT','Park City, UT','Friday','6/5/2026','8:00 PM','7530983','Something-Rotten-6-5-2026'],['Something Rotten','Egyptian Theatre - UT','Park City, UT','Saturday','6/6/2026','3:00 PM','7530985','Something-Rotten-6-6-2026'],['Something Rotten','Egyptian Theatre - UT','Park City, UT','Saturday','6/6/2026','8:00 PM','7530984','Something-Rotten-6-6-2026'],['Something Rotten','Egyptian Theatre - UT','Park City, UT','Sunday','6/7/2026','5:00 PM','7530986','Something-Rotten-6-7-2026'],['Something Rotten','Anderson's Mainstage Theatre','Anderson, IN','Saturday','11/7/2026','7:30 PM','7498833','Something-Rotten-11-7-2026'],['Something Rotten','Anderson's Mainstage Theatre','Anderson, IN','Sunday','11/8/2026','3:30 PM','7498834','Something-Rotten-11-8-2026'],['Something Rotten','Anderson's Mainstage Theatre','Anderson, IN','Friday','11/13/2026','7:30 PM','7498835','Something-Rotten-11-13-2026'],['Something Rotten','Anderson's Mainstage Theatre','Anderson, IN','Saturday','11/14/2026','7:30 PM','7498836','Something-Rotten-11-14-2026'],['Something Rotten','Anderson's Mainstage Theatre','Anderson, IN','Sunday','11/15/2026','3:30 PM','7498837','Something-Rotten-11-15-2026']],'something rotten','http://www.ticketnetwork.com/en/search/?text=something%20rotten');