//
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 = "";
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-03A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Los Angeles Philharmonic: Christian Vasquez - Fandango & Shostakovich?s Fifth','Hollywood Bowl','Los Angeles, CA','Tuesday','9/2/2025','8:00 PM','6852746','Los-Angeles-Philharmonic--Christian-Vasquez---Fandango---Shostakovich-s-Fifth-9-2-2025'],['Los Angeles Philharmonic: Jazz Plus - Hiatus Kaiyote & Snarky Puppy','Hollywood Bowl','Los Angeles, CA','Wednesday','9/3/2025','8:00 PM','6853261','Los-Angeles-Philharmonic--Jazz-Plus---Hiatus-Kaiyote---Snarky-Puppy-9-3-2025'],['Los Angeles Philharmonic: James Gaffigan - Mozart's Requiem','Hollywood Bowl','Los Angeles, CA','Thursday','9/4/2025','8:00 PM','6853234','Los-Angeles-Philharmonic--James-Gaffigan---Mozart-s-Requiem-9-4-2025'],['Los Angeles Philharmonic: Weekend Spectaculars - Josh Groban','Hollywood Bowl','Los Angeles, CA','Friday','9/5/2025','8:00 PM','6853244','Los-Angeles-Philharmonic--Weekend-Spectaculars---Josh-Groban-9-5-2025'],['Los Angeles Philharmonic: Weekend Spectaculars - Josh Groban','Hollywood Bowl','Los Angeles, CA','Saturday','9/6/2025','8:00 PM','6853254','Los-Angeles-Philharmonic--Weekend-Spectaculars---Josh-Groban-9-6-2025'],['Los Angeles Philharmonic: Rafael Payare - Dvorak & Marsalis','Hollywood Bowl','Los Angeles, CA','Tuesday','9/9/2025','8:00 PM','6853225','Los-Angeles-Philharmonic--Rafael-Payare---Dvorak---Marsalis-9-9-2025'],['Los Angeles Philharmonic: Jazz Plus - Black Movie Soundtrack','Hollywood Bowl','Los Angeles, CA','Wednesday','9/10/2025','8:00 PM','6853262','Los-Angeles-Philharmonic--Jazz-Plus---Black-Movie-Soundtrack-9-10-2025'],['Los Angeles Philharmonic: Jonathon Heyward - Romeo and Juliet','Hollywood Bowl','Los Angeles, CA','Thursday','9/11/2025','8:00 PM','6853235','Los-Angeles-Philharmonic--Jonathon-Heyward---Romeo-and-Juliet-9-11-2025'],['Chicago - The Band & Los Angeles Philharmonic','Hollywood Bowl','Los Angeles, CA','Friday','9/12/2025','8:00 PM','6853245','Chicago---The-Band---Los-Angeles-Philharmonic-9-12-2025'],['Chicago - The Band & Los Angeles Philharmonic','Hollywood Bowl','Los Angeles, CA','Saturday','9/13/2025','8:00 PM','6853255','Chicago---The-Band---Los-Angeles-Philharmonic-9-13-2025'],['Chicago - The Band & Los Angeles Philharmonic','Hollywood Bowl','Los Angeles, CA','Sunday','9/14/2025','7:30 PM','6853267','Chicago---The-Band---Los-Angeles-Philharmonic-9-14-2025'],['Los Angeles Philharmonic: Jazz Plus - Perfect Angel - The Definitive Minnie Riperton Tribute','Hollywood Bowl','Los Angeles, CA','Wednesday','9/24/2025','8:00 PM','6853263','Los-Angeles-Philharmonic--Jazz-Plus---Perfect-Angel---The-Definitive-Minnie-Riperton-Tribute-9-24-2025']],'philharmonic','https://www.ticketnetwork.com');