//
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([['Pleasant High School: 9 to 5 - The Musical','Palace Theatre - Marion','Marion, OH','Friday','3/13/2026','7:00 PM','7748065','Pleasant-High-School--9-to-5---The-Musical-3-13-2026'],['Pleasant High School: 9 to 5 - The Musical','Palace Theatre - Marion','Marion, OH','Saturday','3/14/2026','7:00 PM','7748066','Pleasant-High-School--9-to-5---The-Musical-3-14-2026'],['Pleasant High School: 9 to 5 - The Musical','Palace Theatre - Marion','Marion, OH','Sunday','3/15/2026','2:00 PM','7748067','Pleasant-High-School--9-to-5---The-Musical-3-15-2026'],['Dolly Parton's Threads - My Songs in Symphony','Schermerhorn Symphony Center','Nashville, TN','Thursday','3/19/2026','7:30 PM','7121457','Dolly-Parton-s-Threads---My-Songs-in-Symphony-3-19-2026'],['Dolly Parton's Threads - My Songs in Symphony','Devos Hall','Grand Rapids, MI','Friday','3/20/2026','7:30 PM','7296940','Dolly-Parton-s-Threads---My-Songs-in-Symphony-3-20-2026'],['9 to 5 - The Musical','The Fisher Center for the Performing Arts','Nashville, TN','Friday','3/20/2026','7:30 PM','7634103','9-to-5---The-Musical-3-20-2026'],['Dolly Parton's Threads - My Songs in Symphony','Schermerhorn Symphony Center','Nashville, TN','Friday','3/20/2026','7:30 PM','7121458','Dolly-Parton-s-Threads---My-Songs-in-Symphony-3-20-2026'],['9 to 5 - The Musical','Algonquin Arts Theatre','Manasquan, NJ','Friday','3/20/2026','8:00 PM','7043688','9-to-5---The-Musical-3-20-2026'],['9 to 5 - The Musical','The Fisher Center for the Performing Arts','Nashville, TN','Saturday','3/21/2026','2:00 PM','7634105','9-to-5---The-Musical-3-21-2026'],['Dolly Parton's Threads - My Songs in Symphony','Devos Hall','Grand Rapids, MI','Saturday','3/21/2026','7:30 PM','7296942','Dolly-Parton-s-Threads---My-Songs-in-Symphony-3-21-2026'],['9 to 5 - The Musical','The Fisher Center for the Performing Arts','Nashville, TN','Saturday','3/21/2026','7:30 PM','7634104','9-to-5---The-Musical-3-21-2026'],['Dolly Parton's Threads - My Songs in Symphony','Schermerhorn Symphony Center','Nashville, TN','Saturday','3/21/2026','7:30 PM','7121459','Dolly-Parton-s-Threads---My-Songs-in-Symphony-3-21-2026'],['9 to 5 - The Musical','Algonquin Arts Theatre','Manasquan, NJ','Saturday','3/21/2026','8:00 PM','7043689','9-to-5---The-Musical-3-21-2026'],['9 to 5 - The Musical','The Fisher Center for the Performing Arts','Nashville, TN','Sunday','3/22/2026','2:00 PM','7634106','9-to-5---The-Musical-3-22-2026'],['Dolly Parton's Threads - My Songs in Symphony','Arizona Financial Theatre','Phoenix, AZ','Saturday','3/28/2026','7:30 PM','7096710','Dolly-Parton-s-Threads---My-Songs-in-Symphony-3-28-2026'],['9 to 5 - The Musical','Algonquin Arts Theatre','Manasquan, NJ','Saturday','3/28/2026','8:00 PM','7043693','9-to-5---The-Musical-3-28-2026'],['Naples Philharmonic Pops: Jack Everly - Dolly Parton's Threads - My Songs In Symphony','Artis-Naples','Naples, FL','Tuesday','4/7/2026','7:30 PM','7549828','Naples-Philharmonic-Pops--Jack-Everly---Dolly-Parton-s-Threads---My-Songs-In-Symphony-4-7-2026'],['Naples Philharmonic Pops: Jack Everly - Dolly Parton's Threads - My Songs In Symphony','Artis-Naples','Naples, FL','Wednesday','4/8/2026','7:30 PM','7549829','Naples-Philharmonic-Pops--Jack-Everly---Dolly-Parton-s-Threads---My-Songs-In-Symphony-4-8-2026'],['Naples Philharmonic Pops: Jack Everly - Dolly Parton's Threads - My Songs In Symphony','Artis-Naples','Naples, FL','Thursday','4/9/2026','7:30 PM','7549830','Naples-Philharmonic-Pops--Jack-Everly---Dolly-Parton-s-Threads---My-Songs-In-Symphony-4-9-2026'],['Naples Philharmonic Pops: Jack Everly - Dolly Parton's Threads - My Songs In Symphony','Artis-Naples','Naples, FL','Friday','4/10/2026','7:30 PM','7549831','Naples-Philharmonic-Pops--Jack-Everly---Dolly-Parton-s-Threads---My-Songs-In-Symphony-4-10-2026'],['Naples Philharmonic Pops: Jack Everly - Dolly Parton's Threads - My Songs In Symphony','Artis-Naples','Naples, FL','Saturday','4/11/2026','2:00 PM','7549833','Naples-Philharmonic-Pops--Jack-Everly---Dolly-Parton-s-Threads---My-Songs-In-Symphony-4-11-2026'],['Naples Philharmonic Pops: Jack Everly - Dolly Parton's Threads - My Songs In Symphony','Artis-Naples','Naples, FL','Saturday','4/11/2026','7:30 PM','7549832','Naples-Philharmonic-Pops--Jack-Everly---Dolly-Parton-s-Threads---My-Songs-In-Symphony-4-11-2026'],['9 to 5 - The Musical - Preview Performance','Stark Stage at Riverside Theatre - FL','Vero Beach, FL','Thursday','4/16/2026','7:30 PM','7661479','9-to-5---The-Musical---Preview-Performance-4-16-2026'],['9 to 5 - The Musical - Preview Performance','Stark Stage at Riverside Theatre - FL','Vero Beach, FL','Friday','4/17/2026','8:00 PM','7661480','9-to-5---The-Musical---Preview-Performance-4-17-2026'],['9 to 5 - The Musical - Preview Performance','Stark Stage at Riverside Theatre - FL','Vero Beach, FL','Saturday','4/18/2026','8:00 PM','7661481','9-to-5---The-Musical---Preview-Performance-4-18-2026']],'dolly parton','http://www.ticketnetwork.com/en/search/?text=dolly%20parton');