//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Seattle Opera: Tosca','McCaw Hall','Seattle, WA','Friday','5/9/2025','7:30 PM','6495455','Seattle-Opera--Tosca-5-9-2025'],['Seattle Opera: Tosca','McCaw Hall','Seattle, WA','Saturday','5/10/2025','7:30 PM','6495457','Seattle-Opera--Tosca-5-10-2025'],['Seattle Opera: Tosca','McCaw Hall','Seattle, WA','Sunday','5/11/2025','2:00 PM','6495458','Seattle-Opera--Tosca-5-11-2025'],['Seattle Opera: Tosca','McCaw Hall','Seattle, WA','Wednesday','5/14/2025','7:30 PM','6495459','Seattle-Opera--Tosca-5-14-2025'],['Seattle Opera: Tosca','McCaw Hall','Seattle, WA','Saturday','5/17/2025','7:30 PM','6495460','Seattle-Opera--Tosca-5-17-2025'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Wednesday','5/13/2026','7:30 PM','6949130','The-Phantom-Of-The-Opera-5-13-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Thursday','5/14/2026','1:00 PM','6949132','The-Phantom-Of-The-Opera-5-14-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Thursday','5/14/2026','7:30 PM','6949131','The-Phantom-Of-The-Opera-5-14-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Friday','5/15/2026','8:00 PM','6949133','The-Phantom-Of-The-Opera-5-15-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Saturday','5/16/2026','2:00 PM','6949136','The-Phantom-Of-The-Opera-5-16-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Saturday','5/16/2026','8:00 PM','6949134','The-Phantom-Of-The-Opera-5-16-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Sunday','5/17/2026','1:00 PM','6949137','The-Phantom-Of-The-Opera-5-17-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Sunday','5/17/2026','6:30 PM','6949138','The-Phantom-Of-The-Opera-5-17-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Tuesday','5/19/2026','7:30 PM','6949140','The-Phantom-Of-The-Opera-5-19-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Wednesday','5/20/2026','7:30 PM','6949141','The-Phantom-Of-The-Opera-5-20-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Thursday','5/21/2026','7:30 PM','6949143','The-Phantom-Of-The-Opera-5-21-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Friday','5/22/2026','8:00 PM','6949144','The-Phantom-Of-The-Opera-5-22-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Saturday','5/23/2026','2:00 PM','6949146','The-Phantom-Of-The-Opera-5-23-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Saturday','5/23/2026','8:00 PM','6949145','The-Phantom-Of-The-Opera-5-23-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Sunday','5/24/2026','1:00 PM','6949147','The-Phantom-Of-The-Opera-5-24-2026'],['The Phantom Of The Opera','Paramount Theatre - Seattle','Seattle, WA','Sunday','5/24/2026','6:30 PM','6949148','The-Phantom-Of-The-Opera-5-24-2026']],'Seattle Opera','https://www.ticketnetwork.com/ticket/Seattle-Opera-events.aspx');