//
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-04A
TN_Widget.CreateTable([['Chris Botti','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','8/29/2026','8:00 PM','7961590','Chris-Botti-8-29-2026'],['Celtic Thunder','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Sunday','9/13/2026','6:00 PM','7786252','Celtic-Thunder-9-13-2026'],['Merrill Live','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Tuesday','9/15/2026','6:00 PM','8169432','Merrill-Live-9-15-2026'],['Folsom Prison Experience','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','9/18/2026','7:00 PM','8006251','Folsom-Prison-Experience-9-18-2026'],['Rocky Horror Picture Show w/ Barry Bostwick','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Sunday','10/4/2026','8:00 PM','7933320','Rocky-Horror-Picture-Show-w--Barry-Bostwick-10-4-2026'],['The Fab Four - The Ultimate Tribute','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','10/16/2026','7:30 PM','7733570','The-Fab-Four---The-Ultimate-Tribute-10-16-2026'],['The Rascals','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','10/17/2026','7:00 PM','7721344','The-Rascals-10-17-2026'],['Kansas - The Band','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','11/13/2026','8:00 PM','7982331','Kansas---The-Band-11-13-2026'],['Shaun Cassidy','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','12/4/2026','8:00 PM','8155297','Shaun-Cassidy-12-4-2026'],['Will Downing','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','12/5/2026','8:00 PM','7979637','Will-Downing-12-5-2026'],['Get The Led Out - Tribute Band','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Thursday','4/22/2027','8:00 PM','8181759','Get-The-Led-Out---Tribute-Band-4-22-2027'],['Get The Led Out - Tribute Band','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','4/23/2027','8:00 PM','8181761','Get-The-Led-Out---Tribute-Band-4-23-2027'],['Get The Led Out - Tribute Band','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','4/24/2027','8:00 PM','8181762','Get-The-Led-Out---Tribute-Band-4-24-2027'],['The Orchestra Starring ELO and ELO Part II Former Members','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Sunday','4/25/2027','7:00 PM','8199226','The-Orchestra-Starring-ELO-and-ELO-Part-II-Former-Members-4-25-2027']],'Scottish Rite Auditorium','http://www.ticketnetwork.com/ticket/Scottish-Rite-Auditorium-events.aspx');