//
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-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Hawaii Symphony Orchestra: Hapa Halloween','Hawaii Theatre','Honolulu, HI','Saturday','10/18/2025','7:30 PM','7297404','Hawaii-Symphony-Orchestra--Hapa-Halloween-10-18-2025'],['Hawaii Symphony Orchestra: Harry Potter and the Half Blood Prince in Concert','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Saturday','10/25/2025','7:30 PM','7297406','Hawaii-Symphony-Orchestra--Harry-Potter-and-the-Half-Blood-Prince-in-Concert-10-25-2025'],['Hawaii Symphony Orchestra: Harry Potter and the Half Blood Prince in Concert','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Sunday','10/26/2025','4:00 PM','7297407','Hawaii-Symphony-Orchestra--Harry-Potter-and-the-Half-Blood-Prince-in-Concert-10-26-2025'],['Hawaii Symphony Orchestra: Brahms & Elgar','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Friday','11/7/2025','7:30 PM','7297386','Hawaii-Symphony-Orchestra--Brahms---Elgar-11-7-2025'],['Hawaii Symphony Orchestra: Hapa Holiday','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Thursday','12/18/2025','7:30 PM','7297388','Hawaii-Symphony-Orchestra--Hapa-Holiday-12-18-2025'],['Hawaii Symphony Orchestra: Home Alone in Concert','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Saturday','12/20/2025','7:30 PM','7297390','Hawaii-Symphony-Orchestra--Home-Alone-in-Concert-12-20-2025'],['Hawaii Symphony Orchestra: Home Alone in Concert','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Sunday','12/21/2025','4:00 PM','7297391','Hawaii-Symphony-Orchestra--Home-Alone-in-Concert-12-21-2025'],['Hawaii Symphony Orchestra: Dane Lam - Mozart & Mahler','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Sunday','1/25/2026','4:00 PM','7297392','Hawaii-Symphony-Orchestra--Dane-Lam----Mozart---Mahler-1-25-2026'],['Hawaii Symphony Orchestra: Dane Lam - Brahms & The Black Dragon','Hawaii Theatre','Honolulu, HI','Sunday','2/8/2026','4:00 PM','7297393','Hawaii-Symphony-Orchestra--Dane-Lam----Brahms---The-Black-Dragon-2-8-2026'],['Hawaii Symphony Orchestra: Midsummer Night's Dream','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Sunday','3/8/2026','4:00 PM','7297394','Hawaii-Symphony-Orchestra--Midsummer-Night-s-Dream-3-8-2026'],['Hawaii Symphony Orchestra: Dane Lam - Prokofiev's Romeo & Juliet','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Thursday','3/19/2026','7:30 PM','7297398','Hawaii-Symphony-Orchestra--Dane-Lam---Prokofiev-s-Romeo---Juliet-3-19-2026'],['Hawaii Symphony Orchestra: Dane Lam - Tchaikovsky's Romeo & Juliet','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Sunday','3/22/2026','4:00 PM','7297399','Hawaii-Symphony-Orchestra--Dane-Lam---Tchaikovsky-s-Romeo---Juliet-3-22-2026'],['Hawaii Symphony Orchestra: Hapa Mama Celebration with Johnny Valentine','Hawaii Theatre','Honolulu, HI','Saturday','5/9/2026','7:30 PM','7366690','Hawaii-Symphony-Orchestra--Hapa-Mama-Celebration-with-Johnny-Valentine-5-9-2026'],['Hawaii Symphony Orchestra: Joann Falletta - Adam Golka Plays Mozart','Hawaii Theatre','Honolulu, HI','Sunday','5/10/2026','4:00 PM','7297400','Hawaii-Symphony-Orchestra--Joann-Falletta---Adam-Golka-Plays-Mozart-5-10-2026'],['Hawaii Symphony Orchestra: Hapasymphony - Waitiki 7','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Friday','6/5/2026','7:30 PM','7297401','Hawaii-Symphony-Orchestra--Hapasymphony---Waitiki-7-6-5-2026'],['Hawaii Symphony Orchestra: Renee Fleming','Neal S. Blaisdell Center - Concert Hall','Honolulu, HI','Sunday','6/7/2026','4:00 PM','7297403','Hawaii-Symphony-Orchestra--Renee-Fleming-6-7-2026']],'','https://www.ticketnetwork.com');