// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Hurricane Diane','Harold Miossi Hall at Christopher Cohan Performing Arts Center','San Luis Obispo, CA','Friday','5/8/2026','8:00 PM','7812065','Hurricane-Diane-5-8-2026'],['Pacific Symphony: Mozart, Say & Tchaikovsky','Segerstrom Center For The Arts - Renee and Henry Segerstrom Concert Hall','Costa Mesa, CA','Friday','5/8/2026','8:00 PM','7114302','Pacific-Symphony--Mozart--Say---Tchaikovsky-5-8-2026'],['Mamma Mia!','Silva Concert Hall at Hult Center For The Performing Arts','Eugene, OR','Friday','5/8/2026','8:00 PM','7120560','Mamma-Mia--5-8-2026'],['Charlie Berens','Overture Hall At Overture Center for the Arts','Madison, WI','Friday','5/8/2026','9:30 PM','7679829','Charlie-Berens-5-8-2026'],['Water for Elephants - The Musical','Mark C. Smith Concert Hall at the Von Braun Center','Huntsville, AL','Saturday','5/9/2026','1:00 PM','7104490','Water-for-Elephants---The-Musical-5-9-2026'],['The Charleston Ballet: Swan Lake','Clay Center','Charleston, WV','Saturday','5/9/2026','2:00 PM','7531056','The-Charleston-Ballet--Swan-Lake-5-9-2026'],['& Juliet','Mortensen Hall at Bushnell Theatre','Hartford, CT','Saturday','5/9/2026','2:00 PM','7111727','--Juliet-5-9-2026'],['The Book Of Mormon','Whitney Hall at The Kentucky Center','Louisville, KY','Saturday','5/9/2026','2:00 PM','7010173','The-Book-Of-Mormon-5-9-2026'],['Milwaukee Ballet: Alice (In Wonderland)','Uihlein Hall at Marcus Center For The Performing Arts','Milwaukee, WI','Saturday','5/9/2026','2:00 PM','7271652','Milwaukee-Ballet--Alice--In-Wonderland--5-9-2026'],['Legally Blonde Jr. - The Musical','White Hall At Vashon Center For The Arts','Vashon, WA','Saturday','5/9/2026','2:00 PM','7636145','Legally-Blonde-Jr----The-Musical-5-9-2026']],'"All For The Hall"','https://www.ticketnetwork.com');