//
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-02A
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([['John Fogerty','PH Live At Planet Hollywood','Las Vegas, NV','Wednesday','3/18/2026','8:00 PM','7396740','John-Fogerty-3-18-2026'],['John Fogerty','PH Live At Planet Hollywood','Las Vegas, NV','Friday','3/20/2026','8:00 PM','7396738','John-Fogerty-3-20-2026'],['John Fogerty','PH Live At Planet Hollywood','Las Vegas, NV','Saturday','3/21/2026','8:00 PM','7396734','John-Fogerty-3-21-2026'],['John Fogerty','Summit At Pechanga Resort & Casino','Temecula, CA','Friday','5/8/2026','8:00 PM','7773038','John-Fogerty-5-8-2026'],['John Fogerty','The Venue At Thunder Valley Casino','Lincoln, CA','Friday','6/26/2026','7:30 PM','7744451','John-Fogerty-6-26-2026'],['John Fogerty & Steve Winwood','Credit Union 1 Amphitheatre','Tinley Park, IL','Thursday','9/3/2026','8:00 PM','7791172','John-Fogerty---Steve-Winwood-9-3-2026'],['John Fogerty & Steve Winwood','Constellation Brands-Marvin Sands Performing Arts Center','Canandaigua, NY','Saturday','9/5/2026','7:00 PM','7791174','John-Fogerty---Steve-Winwood-9-5-2026'],['John Fogerty & Steve Winwood','Tanglewood','Lenox, MA','Sunday','9/6/2026','6:00 PM','7791132','John-Fogerty---Steve-Winwood-9-6-2026'],['John Fogerty & Steve Winwood','Leader Bank Pavilion','Boston, MA','Tuesday','9/8/2026','7:30 PM','7791175','John-Fogerty---Steve-Winwood-9-8-2026'],['John Fogerty & Steve Winwood','Hartford HealthCare Amphitheater','Bridgeport, CT','Wednesday','9/9/2026','7:00 PM','7791176','John-Fogerty---Steve-Winwood-9-9-2026'],['John Fogerty & Steve Winwood','Ovation Hall at Ocean Resort Casino ','Atlantic City, NJ','Friday','9/11/2026','8:00 PM','7791177','John-Fogerty---Steve-Winwood-9-11-2026'],['John Fogerty & Steve Winwood','Northwell at Jones Beach Theater','Wantagh, NY','Saturday','9/12/2026','7:30 PM','7791182','John-Fogerty---Steve-Winwood-9-12-2026'],['John Fogerty & Steve Winwood','Bethel Woods Center For The Arts','Bethel, NY','Sunday','9/13/2026','7:30 PM','7791186','John-Fogerty---Steve-Winwood-9-13-2026'],['John Fogerty & Steve Winwood','Wolf Trap National Park for the Performing Arts','Vienna, VA','Tuesday','9/15/2026','7:30 PM','7792846','John-Fogerty---Steve-Winwood-9-15-2026'],['John Fogerty & Steve Winwood','Truliant Amphitheater','Charlotte, NC','Wednesday','9/16/2026','7:00 PM','7791189','John-Fogerty---Steve-Winwood-9-16-2026'],['John Fogerty & Steve Winwood','St. Augustine Amphitheatre','St. Augustine, FL','Friday','9/18/2026','7:00 PM','7791321','John-Fogerty---Steve-Winwood-9-18-2026'],['John Fogerty & Steve Winwood','The BayCare Sound','Clearwater, FL','Saturday','9/19/2026','7:00 PM','7791323','John-Fogerty---Steve-Winwood-9-19-2026'],['John Fogerty & Steve Winwood','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Hollywood, FL','Sunday','9/20/2026','7:00 PM','7791190','John-Fogerty---Steve-Winwood-9-20-2026'],['John Fogerty','Lucas Oil Live At WinStar Casino','Thackerville, OK','Friday','10/2/2026','8:00 PM','7743077','John-Fogerty-10-2-2026']],'john fogerty','http://www.ticketnetwork.com/en/search/?text=john%20fogerty');