//
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-01A
TN_Widget.CreateTable([['Ian Asher','The Westcott Theatre','Syracuse, NY','Thursday','4/2/2026','9:00 PM','7817724','Ian-Asher-4-2-2026'],['Dave East','The Westcott Theatre','Syracuse, NY','Sunday','4/5/2026','7:00 PM','7744438','Dave-East-4-5-2026'],['Shakedown Citi','The Westcott Theatre','Syracuse, NY','Friday','4/10/2026','8:00 PM','7723889','Shakedown-Citi-4-10-2026'],['Boogie Down Broadway','The Westcott Theatre','Syracuse, NY','Friday','4/24/2026','7:00 PM','7773035','Boogie-Down-Broadway-4-24-2026'],['Jadakiss','The Westcott Theatre','Syracuse, NY','Saturday','5/2/2026','8:00 PM','7810455','Jadakiss-5-2-2026'],['Lee Fields','The Westcott Theatre','Syracuse, NY','Friday','5/8/2026','8:00 PM','7743843','Lee-Fields-5-8-2026'],['Unplugged - A Tribute to MTV','The Westcott Theatre','Syracuse, NY','Saturday','5/9/2026','6:00 PM','7559655','Unplugged---A-Tribute-to-MTV-5-9-2026'],['Violent Vira','The Westcott Theatre','Syracuse, NY','Monday','5/18/2026','8:00 PM','7724645','Violent-Vira-5-18-2026'],['Stella Standingbear','The Westcott Theatre','Syracuse, NY','Wednesday','5/20/2026','8:00 PM','7787112','Stella-Standingbear-5-20-2026'],['Samantha Fish','The Westcott Theatre','Syracuse, NY','Thursday','5/28/2026','8:00 PM','7754198','Samantha-Fish-5-28-2026'],['Steal Your Face','The Westcott Theatre','Syracuse, NY','Saturday','5/30/2026','8:00 PM','7744042','Steal-Your-Face-5-30-2026'],['Magic Hunks','The Westcott Theatre','Syracuse, NY','Sunday','5/31/2026','8:00 PM','7821968','Magic-Hunks-5-31-2026'],['Folkfaces & Arthur Buezo','The Westcott Theatre','Syracuse, NY','Saturday','6/13/2026','8:00 PM','7810028','Folkfaces---Arthur-Buezo-6-13-2026'],['Midgets with Attitude','The Westcott Theatre','Syracuse, NY','Saturday','6/20/2026','8:00 PM','7784501','Midgets-with-Attitude-6-20-2026'],['Live Dead & Brothers','The Westcott Theatre','Syracuse, NY','Sunday','6/28/2026','8:00 PM','7724912','Live-Dead---Brothers-6-28-2026'],['CusCampbell','The Westcott Theatre','Syracuse, NY','Saturday','7/18/2026','8:00 PM','7734230','CusCampbell-7-18-2026'],['Ally the Piper','The Westcott Theatre','Syracuse, NY','Thursday','7/30/2026','8:00 PM','7812008','Ally-the-Piper-7-30-2026'],['Back and Forth - Foo Fighters Tribute','The Westcott Theatre','Syracuse, NY','Saturday','10/24/2026','8:00 PM','7066014','Back-and-Forth---Foo-Fighters-Tribute-10-24-2026']],'Westcott Theatre','https://www.ticketnetwork.com/ticket/Westcott-Theatre-events.aspx');