//
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([['Little Lies - Fleetwood Mac Tribute','The Westcott Theatre','Syracuse, NY','Sunday','7/20/2025','7:00 PM','7053881','Little-Lies---Fleetwood-Mac-Tribute-7-20-2025'],['Back and Forth - Foo Fighters Tribute','The Westcott Theatre','Syracuse, NY','Saturday','7/26/2025','8:00 PM','7066014','Back-and-Forth---Foo-Fighters-Tribute-7-26-2025'],['Leftover Salmon','The Westcott Theatre','Syracuse, NY','Friday','8/1/2025','6:00 PM','7157697','Leftover-Salmon-8-1-2025'],['Creed Fisher','The Westcott Theatre','Syracuse, NY','Saturday','8/2/2025','8:00 PM','7174255','Creed-Fisher-8-2-2025'],['Completely Unchained','The Westcott Theatre','Syracuse, NY','Friday','8/8/2025','8:00 PM','6970411','Completely-Unchained-8-8-2025'],['Brandon Watson','The Westcott Theatre','Syracuse, NY','Saturday','8/9/2025','8:00 PM','7160080','Brandon-Watson-8-9-2025'],['House Party Rave','The Westcott Theatre','Syracuse, NY','Saturday','8/9/2025','10:00 PM','7241864','House-Party-Rave-8-9-2025'],['Zeppelin V - Tribute to Led Zeppelin','The Westcott Theatre','Syracuse, NY','Saturday','8/16/2025','8:00 PM','7048233','Zeppelin-V---Tribute-to-Led-Zeppelin-8-16-2025'],['Ontologics','The Westcott Theatre','Syracuse, NY','Sunday','8/31/2025','8:00 PM','7247794','Ontologics-8-31-2025'],['Crossfire Hurricane - Rolling Stones Tribute','The Westcott Theatre','Syracuse, NY','Saturday','9/6/2025','7:00 PM','7126741','Crossfire-Hurricane---Rolling-Stones-Tribute-9-6-2025'],['BUNT.','The Westcott Theatre','Syracuse, NY','Thursday','9/11/2025','8:00 PM','7135451','BUNT--9-11-2025'],['Puppy Pals','The Westcott Theatre','Syracuse, NY','Sunday','9/14/2025','6:00 PM','7170479','Puppy-Pals-9-14-2025'],['Pure Petty - Tribute to Tom Petty','The Westcott Theatre','Syracuse, NY','Saturday','9/20/2025','7:00 PM','7048236','Pure-Petty---Tribute-to-Tom-Petty-9-20-2025'],['Daniel Donato's Cosmic Country','The Westcott Theatre','Syracuse, NY','Tuesday','9/23/2025','8:00 PM','7235673','Daniel-Donato-s-Cosmic-Country-9-23-2025'],['Nicotine Dolls','The Westcott Theatre','Syracuse, NY','Thursday','9/25/2025','8:00 PM','7069977','Nicotine-Dolls-9-25-2025'],['Emorfik','The Westcott Theatre','Syracuse, NY','Saturday','9/27/2025','8:00 PM','7192894','Emorfik-9-27-2025'],['Raise Your Hands - A Tribute to Bon Jovi','The Westcott Theatre','Syracuse, NY','Saturday','10/4/2025','8:00 PM','7204399','Raise-Your-Hands---A-Tribute-to-Bon-Jovi-10-4-2025'],['Grateful Shred','The Westcott Theatre','Syracuse, NY','Wednesday','10/29/2025','8:00 PM','7221704','Grateful-Shred-10-29-2025'],['Dexter and The Moonrocks','The Westcott Theatre','Syracuse, NY','Sunday','11/16/2025','8:00 PM','7232106','Dexter-and-The-Moonrocks-11-16-2025'],['The Lemonheads','The Westcott Theatre','Syracuse, NY','Friday','11/28/2025','8:00 PM','7218199','The-Lemonheads-11-28-2025'],['Choir! Choir! Choir!','The Westcott Theatre','Syracuse, NY','Saturday','11/29/2025','8:00 PM','7162043','Choir--Choir--Choir--11-29-2025'],['Twelve Twenty Four','The Westcott Theatre','Syracuse, NY','Friday','12/12/2025','8:00 PM','7260191','Twelve-Twenty-Four-12-12-2025'],['Echoes of Eagles - Tribute To The Eagles','The Westcott Theatre','Syracuse, NY','Saturday','12/13/2025','8:00 PM','7183547','Echoes-of-Eagles---Tribute-To-The-Eagles-12-13-2025']],'Westcott Theatre','https://www.ticketnetwork.com/ticket/Westcott-Theatre-events.aspx');