// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['The Temptations & The Four Tops','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','5/11/2024','8:00 PM','6136911','The-Temptations---The-Four-Tops-5-11-2024'],['The Temptations & The Four Tops','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Sunday','5/12/2024','7:00 PM','6134305','The-Temptations---The-Four-Tops-5-12-2024'],['The Dixie Dregs','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Tuesday','5/21/2024','7:30 PM','6296402','The-Dixie-Dregs-5-21-2024'],['The Allman Betts Band','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Thursday','5/23/2024','7:30 PM','6217327','The-Allman-Betts-Band-5-23-2024'],['The Genesis Show','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','6/21/2024','8:00 PM','6266171','The-Genesis-Show-6-21-2024'],['Hollywood's Greatest Game Show','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','6/29/2024','8:00 PM','6331421','Hollywood-s-Greatest-Game-Show-6-29-2024'],['The Fab Four - The Ultimate Tribute','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Saturday','7/27/2024','7:00 PM','6295362','The-Fab-Four---The-Ultimate-Tribute-7-27-2024'],['Kenny Wayne Shepherd Band','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Wednesday','8/7/2024','7:30 PM','6331403','Kenny-Wayne-Shepherd-Band-8-7-2024'],['Dave Mason's Traffic Jam','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','8/9/2024','8:00 PM','6278162','Dave-Mason-s-Traffic-Jam-8-9-2024'],['Killer Queen','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','9/27/2024','8:00 PM','6374945','Killer-Queen-9-27-2024'],['Bruce Hornsby And The Noisemakers','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Wednesday','10/2/2024','7:30 PM','6306844','Bruce-Hornsby-And-The-Noisemakers-10-2-2024'],['Burton Cummings','Scottish Rite Auditorium - Collingswood','Collingswood, NJ','Friday','10/4/2024','8:00 PM','6314198','Burton-Cummings-10-4-2024']],'New Jersey + collingswood','http://www.ticketnetwork.com/ticket/collingswood?cid=217&spid=32');