//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-01B
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([['MMR*B*Q: Alice in Chains, Three Days Grace, Mammoth WVH & Dorothy','Freedom Mortgage Pavilion','Camden, NJ','Saturday','5/10/2025','1:00 PM','6885155','MMR-B-Q--Alice-in-Chains--Three-Days-Grace--Mammoth-WVH---Dorothy-5-10-2025'],['Luke Bryan, George Birge, Ashland Craft & Adrien Nunez','Freedom Mortgage Pavilion','Camden, NJ','Friday','6/6/2025','7:00 PM','6955326','Luke-Bryan--George-Birge--Ashland-Craft---Adrien-Nunez-6-6-2025'],['Halsey','Freedom Mortgage Pavilion','Camden, NJ','Saturday','6/7/2025','7:00 PM','6989499','Halsey-6-7-2025'],['Hozier','Freedom Mortgage Pavilion','Camden, NJ','Tuesday','6/10/2025','8:00 PM','6963223','Hozier-6-10-2025'],['Wiz Khalifa & Sean Paul','Freedom Mortgage Pavilion','Camden, NJ','Thursday','7/10/2025','6:30 PM','7122093','Wiz-Khalifa---Sean-Paul-7-10-2025'],['Thomas Rhett, Tucker Wetmore & Dasha','Freedom Mortgage Pavilion','Camden, NJ','Friday','7/11/2025','7:30 PM','6710385','Thomas-Rhett--Tucker-Wetmore---Dasha-7-11-2025'],['Creed','Freedom Mortgage Pavilion','Camden, NJ','Saturday','7/12/2025','7:00 PM','6874494','Creed-7-12-2025'],['Summer of Loud Tour: Parkway Drive, Killswitch Engage, I Prevail & Beartooth','Freedom Mortgage Pavilion','Camden, NJ','Wednesday','7/23/2025','3:00 PM','7008445','Summer-of-Loud-Tour--Parkway-Drive--Killswitch-Engage--I-Prevail---Beartooth-7-23-2025'],['Dave Matthews Band - 2 Day Pass','Freedom Mortgage Pavilion','Camden, NJ','Friday','7/25/2025','TBD','6959441','Dave-Matthews-Band---2-Day-Pass-7-25-2025'],['Dave Matthews Band','Freedom Mortgage Pavilion','Camden, NJ','Friday','7/25/2025','7:30 PM','6959439','Dave-Matthews-Band-7-25-2025'],['Dave Matthews Band','Freedom Mortgage Pavilion','Camden, NJ','Saturday','7/26/2025','7:30 PM','6959440','Dave-Matthews-Band-7-26-2025'],['The Offspring, Jimmy Eat World & New Found Glory','Freedom Mortgage Pavilion','Camden, NJ','Tuesday','7/29/2025','7:00 PM','7020415','The-Offspring--Jimmy-Eat-World---New-Found-Glory-7-29-2025'],['Kidz Bop Live','Freedom Mortgage Pavilion','Camden, NJ','Saturday','8/2/2025','6:00 PM','6980680','Kidz-Bop-Live-8-2-2025'],['AJR & Valley - Band','Freedom Mortgage Pavilion','Camden, NJ','Wednesday','8/6/2025','6:20 PM','7040624','AJR---Valley---Band-8-6-2025'],['Dierks Bentley, Zach Top & The Band Loula','Freedom Mortgage Pavilion','Camden, NJ','Thursday','8/7/2025','7:00 PM','6994512','Dierks-Bentley--Zach-Top---The-Band-Loula-8-7-2025'],['Styx, Kevin Cronin & Don Felder','Freedom Mortgage Pavilion','Camden, NJ','Friday','8/8/2025','6:45 PM','6868957','Styx--Kevin-Cronin---Don-Felder-8-8-2025'],['Volbeat, Halestorm & The Ghost Inside','Freedom Mortgage Pavilion','Camden, NJ','Saturday','8/9/2025','7:00 PM','7026925','Volbeat--Halestorm---The-Ghost-Inside-8-9-2025'],['The Doobie Brothers','Freedom Mortgage Pavilion','Camden, NJ','Wednesday','8/13/2025','7:00 PM','6980732','The-Doobie-Brothers-8-13-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Freedom Mortgage Pavilion','Camden, NJ','Friday','9/12/2025','4:00 PM','6968017','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-12-2025'],['Tyler Childers','Freedom Mortgage Pavilion','Camden, NJ','Wednesday','9/24/2025','7:00 PM','6826133','Tyler-Childers-9-24-2025'],['Suicideboys ','Freedom Mortgage Pavilion','Camden, NJ','Wednesday','10/1/2025','6:30 PM','7075996','Suicideboys--10-1-2025'],['Avatar: The Last Airbender in Concert','Freedom Mortgage Pavilion','Camden, NJ','Saturday','10/11/2025','7:30 PM','7122079','Avatar--The-Last-Airbender-in-Concert-10-11-2025']],'BB&T Pavilion ','http://www.ticketnetwork.com/en/search/?text=BB&T Pavilion ');