// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Flair Dance Student Showcase','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Thursday','5/21/2026','6:00 PM','7954407','Flair-Dance-Student-Showcase-5-21-2026'],['Patty Griffin','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','7/17/2026','8:00 PM','7880482','Patty-Griffin-7-17-2026'],['Hot Tuna','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','8/7/2026','8:00 PM','7793589','Hot-Tuna-8-7-2026'],['Honmoon Princesses - A Tribute to Demon Hunters','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','8/8/2026','1:00 PM','7934117','Honmoon-Princesses---A-Tribute-to-Demon-Hunters-8-8-2026'],['Chris Botti','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','8/29/2026','TBD','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'],['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']],'Scottish Rite Auditorium','http://www.ticketnetwork.com/ticket/Scottish-Rite-Auditorium-events.aspx');