// 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([['Rangreza by A.R. Rahman & Rushil Ranjan','Meridian Hall','Toronto, Canada','Friday','5/15/2026','7:00 PM','7737829','Rangreza-by-A-R--Rahman---Rushil-Ranjan-5-15-2026'],['Fit For A King, Invent Animate, Ten56 & Acres','Little Rock Hall - AR','Little Rock, AR','Friday','5/15/2026','7:00 PM','7693263','Fit-For-A-King--Invent-Animate--Ten56---Acres-5-15-2026'],['The Lion King Jr.','Forbes Hall at Clark Center For The Performing Arts','Arroyo Grande, CA','Friday','5/15/2026','7:00 PM','7591151','The-Lion-King-Jr--5-15-2026'],['Pittsburgh Symphony Orchestra: Tchaikovsky's Pathetique','Heinz Hall','Pittsburgh, PA','Friday','5/15/2026','7:30 PM','7627139','Pittsburgh-Symphony-Orchestra--Tchaikovsky-s-Pathetique-5-15-2026'],['Jacksonville Symphony: Courtney Lewis - Beethoven's Triple & Brahms','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','5/15/2026','7:30 PM','7265827','Jacksonville-Symphony--Courtney-Lewis---Beethoven-s-Triple---Brahms-5-15-2026'],['Suffs','Procter & Gamble Hall at Aronoff Center','Cincinnati, OH','Friday','5/15/2026','7:30 PM','6963401','Suffs-5-15-2026'],['Florentine Opera: Tosca','Uihlein Hall at Marcus Center For The Performing Arts','Milwaukee, WI','Friday','5/15/2026','7:30 PM','7307277','Florentine-Opera--Tosca-5-15-2026'],['Houston Symphony: Andrew Manze - The Planets & Tchaikovsky's Violin Concerto','Jones Hall for the Performing Arts','Houston, TX','Friday','5/15/2026','7:30 PM','7217340','Houston-Symphony--Andrew-Manze---The-Planets---Tchaikovsky-s-Violin-Concerto-5-15-2026'],['Beauty and The Beast','Overture Hall At Overture Center for the Arts','Madison, WI','Friday','5/15/2026','7:30 PM','7183102','Beauty-and-The-Beast-5-15-2026'],['Water for Elephants - The Musical','Tennessee Performing Arts Center - Andrew Jackson Hall','Nashville, TN','Friday','5/15/2026','7:30 PM','6983832','Water-for-Elephants---The-Musical-5-15-2026']],'"All For The Hall"','https://www.ticketnetwork.com');