//
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-04B
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([['Journeyman - Tribute to Eric Clapton','Harvester Performance Center','Rocky Mount, VA','Thursday','5/8/2025','8:00 PM','6882333','Journeyman---Tribute-to-Eric-Clapton-5-8-2025'],['Journeyman - Tribute to Eric Clapton','The Amp Ballantyne','Charlotte, NC','Friday','5/9/2025','5:30 PM','6995543','Journeyman---Tribute-to-Eric-Clapton-5-9-2025'],['Journeyman - Tribute to Eric Clapton','Center for the Arts of Bonita Springs','Bonita Springs, FL','Friday','5/16/2025','7:30 PM','7024049','Journeyman---Tribute-to-Eric-Clapton-5-16-2025'],['Eric Clapton','Motorpoint Arena - Nottingham','Nottingham, United Kingdom','Sunday','5/18/2025','7:30 PM','6865291','Eric-Clapton-5-18-2025'],['Journeyman - Tribute to Eric Clapton','Key West Theater','Key West, FL','Tuesday','5/20/2025','8:00 PM','6675980','Journeyman---Tribute-to-Eric-Clapton-5-20-2025'],['Eric Clapton','Royal Albert Hall','London, United Kingdom','Wednesday','5/21/2025','7:30 PM','6865294','Eric-Clapton-5-21-2025'],['Eric Clapton','Royal Albert Hall','London, United Kingdom','Friday','5/23/2025','7:30 PM','6865292','Eric-Clapton-5-23-2025'],['Eric Clapton','Royal Albert Hall','London, United Kingdom','Saturday','5/24/2025','7:30 PM','6865293','Eric-Clapton-5-24-2025'],['Journeyman - Tribute to Eric Clapton','Suffolk Theater','Riverhead, NY','Saturday','6/7/2025','8:00 PM','7082246','Journeyman---Tribute-to-Eric-Clapton-6-7-2025'],['Journeyman - Tribute to Eric Clapton','The Factory - Chesterfield','St. Louis, MO','Friday','6/13/2025','8:00 PM','7083128','Journeyman---Tribute-to-Eric-Clapton-6-13-2025'],['Journeyman - Tribute to Eric Clapton','Lexington Village Theatre','Lexington, MI','Friday','6/27/2025','8:00 PM','6773539','Journeyman---Tribute-to-Eric-Clapton-6-27-2025'],['Eric Clapton','Bridgestone Arena','Nashville, TN','Monday','9/8/2025','7:30 PM','7020218','Eric-Clapton-9-8-2025'],['Eric Clapton','Rocket Arena','Cleveland, OH','Thursday','9/11/2025','7:30 PM','7020388','Eric-Clapton-9-11-2025'],['Eric Clapton','Wells Fargo Center - PA','Philadelphia, PA','Saturday','9/13/2025','7:30 PM','7020217','Eric-Clapton-9-13-2025'],['Eric Clapton','TD Garden','Boston, MA','Tuesday','9/16/2025','7:30 PM','7020379','Eric-Clapton-9-16-2025'],['Eric Clapton','Madison Square Garden','New York, NY','Friday','9/19/2025','7:30 PM','7020380','Eric-Clapton-9-19-2025'],['Eric Clapton','Mohegan Sun Arena - CT','Uncasville, CT','Saturday','9/20/2025','7:00 PM','7020382','Eric-Clapton-9-20-2025'],['A Tribute to Eric Clapton','Jefferson Performing Arts Center','Metairie, LA','Friday','9/26/2025','7:30 PM','7084512','A-Tribute-to-Eric-Clapton-9-26-2025'],['Journeyman - Tribute to Eric Clapton','Arcada Theatre','Saint Charles, IL','Thursday','11/6/2025','7:30 PM','6951147','Journeyman---Tribute-to-Eric-Clapton-11-6-2025'],['Journeyman - Tribute to Eric Clapton','Des Plaines Theatre','Des Plaines, IL','Friday','11/7/2025','8:00 PM','7006025','Journeyman---Tribute-to-Eric-Clapton-11-7-2025'],['Journeyman - Tribute to Eric Clapton','Crest Theatre - Sacramento','Sacramento, CA','Wednesday','8/8/2074','8:00 PM','6526989','Journeyman---Tribute-to-Eric-Clapton-8-8-2074']],'Eric Clapton','http://www.ticketnetwork.com/en/search/?text=Eric%20Clapton');