//
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-03A
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([['Breaking Benjamin & Staind','iTHINK Financial Amphitheatre','West Palm Beach, FL','Wednesday','5/14/2025','5:30 PM','6314441','Breaking-Benjamin---Staind-5-14-2025'],['Dierks Bentley, Zach Top & The Band Loula','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','6/7/2025','7:00 PM','6994489','Dierks-Bentley--Zach-Top---The-Band-Loula-6-7-2025'],['Summer of Loud Tour: Parkway Drive, Killswitch Engage, I Prevail & Beartooth','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','6/21/2025','3:00 PM','7008427','Summer-of-Loud-Tour--Parkway-Drive--Killswitch-Engage--I-Prevail---Beartooth-6-21-2025'],['Kidz Bop Live','iTHINK Financial Amphitheatre','West Palm Beach, FL','Thursday','6/26/2025','6:00 PM','6980658','Kidz-Bop-Live-6-26-2025'],['Slightly Stoopid, Iration & Little Stranger','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','6/28/2025','6:30 PM','6972036','Slightly-Stoopid--Iration---Little-Stranger-6-28-2025'],['Stick Figure & Stephen Marley','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','7/5/2025','7:00 PM','6999002','Stick-Figure---Stephen-Marley-7-5-2025'],['The Offspring, Jimmy Eat World & New Found Glory','iTHINK Financial Amphitheatre','West Palm Beach, FL','Friday','7/11/2025','7:00 PM','7020416','The-Offspring--Jimmy-Eat-World---New-Found-Glory-7-11-2025'],['Toto, Christopher Cross, & Men at Work','iTHINK Financial Amphitheatre','West Palm Beach, FL','Friday','7/18/2025','6:45 PM','6874412','Toto--Christopher-Cross----Men-at-Work-7-18-2025'],['Suicideboys ','iTHINK Financial Amphitheatre','West Palm Beach, FL','Tuesday','8/5/2025','6:30 PM','7075962','Suicideboys--8-5-2025'],['Kesha & Scissor Sisters','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','8/9/2025','7:00 PM','7075677','Kesha---Scissor-Sisters-8-9-2025'],['Little Big Town, Ashley McBryde & Carter Faith','iTHINK Financial Amphitheatre','West Palm Beach, FL','Thursday','8/21/2025','7:00 PM','7080709','Little-Big-Town--Ashley-McBryde---Carter-Faith-8-21-2025'],['Thomas Rhett, Tucker Wetmore & The Castellows','iTHINK Financial Amphitheatre','West Palm Beach, FL','Thursday','9/4/2025','7:30 PM','6710419','Thomas-Rhett--Tucker-Wetmore---The-Castellows-9-4-2025'],['Nelly, Ja Rule & Eve','iTHINK Financial Amphitheatre','West Palm Beach, FL','Tuesday','9/9/2025','8:00 PM','6872277','Nelly--Ja-Rule---Eve-9-9-2025'],['Pantera','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','9/13/2025','7:00 PM','7006354','Pantera-9-13-2025'],['Hardy','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','9/20/2025','6:30 PM','6980553','Hardy-9-20-2025'],['Jason Aldean, Nate Smith & RaeLynn','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','10/4/2025','7:30 PM','6944243','Jason-Aldean--Nate-Smith---RaeLynn-10-4-2025'],['Papa Roach & Rise Against','iTHINK Financial Amphitheatre','West Palm Beach, FL','Sunday','10/5/2025','7:00 PM','6814093','Papa-Roach---Rise-Against-10-5-2025'],['Pierce The Veil','iTHINK Financial Amphitheatre','West Palm Beach, FL','Thursday','10/30/2025','6:30 PM','7070989','Pierce-The-Veil-10-30-2025']],'Coral Sky Amphitheatre ','http://www.ticketnetwork.com/en/search/?text=Coral Sky Amphitheatre ');