// 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([['Southern Christmas Show','The Park Expo & Conference Center','Charlotte, NC','Friday','11/14/2025','TBD','7421192','Southern-Christmas-Show-11-14-2025'],['The Christmas Candy Caper','Blue Gate Music Hall','Shipshewana, IN','Friday','11/14/2025','1:00 PM','7118211','The-Christmas-Candy-Caper-11-14-2025'],['Radio City Christmas Spectacular','Radio City Music Hall','New York, NY','Friday','11/14/2025','2:00 PM','7045709','Radio-City-Christmas-Spectacular-11-14-2025'],['Branson's Christmas Wonderland','King's Castle Theatre','Branson, MO','Friday','11/14/2025','2:00 PM','7034355','Branson-s-Christmas-Wonderland-11-14-2025'],['Sanders Family Christmas','Earl Smith Strand Theatre','Marietta, GA','Friday','11/14/2025','3:00 PM','7234329','Sanders-Family-Christmas-11-14-2025'],['A Shepherd's Christmas Carol','The Shepherd of The Hills','Branson, MO','Friday','11/14/2025','5:00 PM','6982564','A-Shepherd-s-Christmas-Carol-11-14-2025'],['Christmas At The Pines','Pines Dinner Theatre','Allentown, PA','Friday','11/14/2025','6:30 PM','6973723','Christmas-At-The-Pines-11-14-2025'],['How The Grinch Stole Christmas','Van Wezel Performing Arts Hall','Sarasota, FL','Friday','11/14/2025','7:00 PM','7102092','How-The-Grinch-Stole-Christmas-11-14-2025'],['A Christmas Carol','Theatre Three','Port Jefferson, NY','Friday','11/14/2025','7:00 PM','7193901','A-Christmas-Carol-11-14-2025'],['Nutcracker! Magical Christmas Ballet','Miller Theater - GA','Augusta, GA','Friday','11/14/2025','7:00 PM','7066648','Nutcracker--Magical-Christmas-Ballet-11-14-2025']],'Christmas','https://www.ticketnetwork.com');