// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Houston Symphony: Nicholas Hersh - Frightfully Fun: A Halloween Concert for Kids','Jones Hall for the Performing Arts','Houston, TX','Saturday','11/1/2025','11:30 AM','7379875','Houston-Symphony--Nicholas-Hersh---Frightfully-Fun--A-Halloween-Concert-for-Kids-11-1-2025'],['Water for Elephants - The Musical','Carol Morsani Hall - The Straz Center','Tampa, FL','Saturday','11/1/2025','2:00 PM','7082675','Water-for-Elephants---The-Musical-11-1-2025'],['Les Miserables','Uihlein Hall at Marcus Center For The Performing Arts','Milwaukee, WI','Saturday','11/1/2025','2:00 PM','7046940','Les-Miserables-11-1-2025'],['Moulin Rouge - The Musical','Segerstrom Center For The Arts - Segerstrom Hall','Costa Mesa, CA','Saturday','11/1/2025','2:00 PM','7047249','Moulin-Rouge---The-Musical-11-1-2025'],['Disney's Moana Live-to-Film Concert','Dell Hall at Long Center For The Performing Arts','Austin, TX','Saturday','11/1/2025','6:00 PM','7217171','Disney-s-Moana-Live-to-Film-Concert-11-1-2025'],['Pittsburgh Symphony Orchestra: George Daugherty - Bugs Bunny At The Symphony','Heinz Hall','Pittsburgh, PA','Saturday','11/1/2025','7:30 PM','7390623','Pittsburgh-Symphony-Orchestra--George-Daugherty---Bugs-Bunny-At-The-Symphony-11-1-2025'],['Les Miserables','Uihlein Hall at Marcus Center For The Performing Arts','Milwaukee, WI','Saturday','11/1/2025','7:30 PM','7046941','Les-Miserables-11-1-2025'],['Houston Symphony: From Stage to Screen - Broadway Meets Hollywood','Jones Hall for the Performing Arts','Houston, TX','Saturday','11/1/2025','7:30 PM','7277773','Houston-Symphony--From-Stage-to-Screen---Broadway-Meets-Hollywood-11-1-2025'],['The Rocky Horror Show - Stage Musical','White Hall At Vashon Center For The Arts','Vashon, WA','Saturday','11/1/2025','7:30 PM','7231825','The-Rocky-Horror-Show---Stage-Musical-11-1-2025'],['Eugene Ballet: Dracula','Silva Concert Hall at Hult Center For The Performing Arts','Eugene, OR','Saturday','11/1/2025','7:30 PM','7208952','Eugene-Ballet--Dracula-11-1-2025']],'"All For The Hall"','https://www.ticketnetwork.com');