// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['9 to 5 - The Musical','Surflight Theatre','Beach Haven, NJ','Tuesday','7/1/2025','8:00 PM','7099131','9-to-5---The-Musical-7-1-2025'],['9 to 5 - The Musical','Surflight Theatre','Beach Haven, NJ','Wednesday','7/2/2025','8:00 PM','7099132','9-to-5---The-Musical-7-2-2025'],['9 to 5 - The Musical','Surflight Theatre','Beach Haven, NJ','Thursday','7/3/2025','8:00 PM','7099133','9-to-5---The-Musical-7-3-2025'],['9 to 5 - The Musical','Surflight Theatre','Beach Haven, NJ','Saturday','7/5/2025','8:00 PM','7099207','9-to-5---The-Musical-7-5-2025'],['9 to 5 - The Musical','Surflight Theatre','Beach Haven, NJ','Sunday','7/6/2025','2:00 PM','7099208','9-to-5---The-Musical-7-6-2025'],['Dolly Parton's Threads - My Songs in Symphony','Bicentennial Pavilion At Columbus Commons','Columbus, OH','Saturday','7/12/2025','8:00 PM','7072967','Dolly-Parton-s-Threads---My-Songs-in-Symphony-7-12-2025'],['9 to 5 - The Musical','Thalian Hall','Wilmington, NC','Thursday','7/17/2025','7:30 PM','6904739','9-to-5---The-Musical-7-17-2025'],['9 to 5 - The Musical','Thalian Hall','Wilmington, NC','Friday','7/18/2025','7:30 PM','6904740','9-to-5---The-Musical-7-18-2025'],['9 to 5 - The Musical','Thalian Hall','Wilmington, NC','Saturday','7/19/2025','7:30 PM','6904741','9-to-5---The-Musical-7-19-2025'],['9 to 5 - The Musical','Thalian Hall','Wilmington, NC','Sunday','7/20/2025','2:00 PM','6904742','9-to-5---The-Musical-7-20-2025']],'Dolly Parton','https://www.ticketnetwork.com');