//
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-02A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Wednesday','2/18/2026','7:30 PM','7167266','Six-The-Musical-2-18-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Thursday','2/19/2026','2:00 PM','7167268','Six-The-Musical-2-19-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Thursday','2/19/2026','7:30 PM','7167267','Six-The-Musical-2-19-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Friday','2/20/2026','8:00 PM','7167269','Six-The-Musical-2-20-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Saturday','2/21/2026','2:00 PM','7167272','Six-The-Musical-2-21-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Saturday','2/21/2026','8:00 PM','7167270','Six-The-Musical-2-21-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Sunday','2/22/2026','1:00 PM','7167273','Six-The-Musical-2-22-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Sunday','2/22/2026','6:30 PM','7167271','Six-The-Musical-2-22-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Tuesday','2/24/2026','7:30 PM','7167274','Six-The-Musical-2-24-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Wednesday','2/25/2026','7:30 PM','7167275','Six-The-Musical-2-25-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Thursday','2/26/2026','7:30 PM','7167276','Six-The-Musical-2-26-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Friday','2/27/2026','8:00 PM','7167277','Six-The-Musical-2-27-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Saturday','2/28/2026','2:00 PM','7167279','Six-The-Musical-2-28-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Saturday','2/28/2026','8:00 PM','7167278','Six-The-Musical-2-28-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Sunday','3/1/2026','1:00 PM','7167280','Six-The-Musical-3-1-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Sunday','3/1/2026','6:30 PM','7167281','Six-The-Musical-3-1-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Tuesday','3/3/2026','7:30 PM','7167282','Six-The-Musical-3-3-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Wednesday','3/4/2026','7:30 PM','7167283','Six-The-Musical-3-4-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Thursday','3/5/2026','7:30 PM','7167284','Six-The-Musical-3-5-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Friday','3/6/2026','8:00 PM','7167285','Six-The-Musical-3-6-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Saturday','3/7/2026','2:00 PM','7167288','Six-The-Musical-3-7-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Saturday','3/7/2026','8:00 PM','7167286','Six-The-Musical-3-7-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Sunday','3/8/2026','1:00 PM','7167289','Six-The-Musical-3-8-2026'],['Six The Musical','Hollywood Pantages Theatre - CA','Los Angeles, CA','Sunday','3/8/2026','6:30 PM','7167287','Six-The-Musical-3-8-2026']],'six','https://www.ticketnetwork.com');