//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://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[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ 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-01A
TN_Widget.CreateTable([['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Friday','5/29/2026','7:30 PM','7285054','Pacific-Northwest-Ballet--All-Lang-5-29-2026'],['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Saturday','5/30/2026','2:00 PM','7285056','Pacific-Northwest-Ballet--All-Lang-5-30-2026'],['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Saturday','5/30/2026','7:30 PM','7285055','Pacific-Northwest-Ballet--All-Lang-5-30-2026'],['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Friday','6/5/2026','7:30 PM','7285057','Pacific-Northwest-Ballet--All-Lang-6-5-2026'],['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Saturday','6/6/2026','2:00 PM','7285058','Pacific-Northwest-Ballet--All-Lang-6-6-2026'],['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Saturday','6/6/2026','7:30 PM','7285059','Pacific-Northwest-Ballet--All-Lang-6-6-2026'],['Pacific Northwest Ballet: All Lang','McCaw Hall','Seattle, WA','Sunday','6/7/2026','1:00 PM','7285060','Pacific-Northwest-Ballet--All-Lang-6-7-2026'],['Satinder Sartaaj','McCaw Hall','Seattle, WA','Sunday','6/21/2026','7:00 PM','7821269','Satinder-Sartaaj-6-21-2026'],['NieR: Orchestra Concert','McCaw Hall','Seattle, WA','Friday','8/7/2026','8:00 PM','7835824','NieR--Orchestra-Concert-8-7-2026'],['NieR: Orchestra Concert','McCaw Hall','Seattle, WA','Saturday','8/8/2026','8:00 PM','7835825','NieR--Orchestra-Concert-8-8-2026'],['Ali Wong','McCaw Hall','Seattle, WA','Wednesday','8/12/2026','7:00 PM','7753212','Ali-Wong-8-12-2026'],['Ali Wong','McCaw Hall','Seattle, WA','Thursday','8/13/2026','7:00 PM','7775850','Ali-Wong-8-13-2026'],['TajMo: Taj Mahal & Keb Mo ','McCaw Hall','Seattle, WA','Tuesday','9/1/2026','8:00 PM','7917088','TajMo--Taj-Mahal---Keb-Mo--9-1-2026']],'McCaw Hall','http://www.ticketnetwork.com/ticket/McCaw-Hall-events.aspx');