//
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([['FedEx St. Jude Championship - Friday','TPC Southwind','Memphis, TN','Friday','8/14/2026','8:00 AM','7358493','FedEx-St--Jude-Championship---Friday-8-14-2026'],['FedEx St. Jude Championship - Saturday ','TPC Southwind','Memphis, TN','Saturday','8/15/2026','8:00 AM','7358494','FedEx-St--Jude-Championship---Saturday--8-15-2026'],['FedEx St. Jude Championship - Sunday','TPC Southwind','Memphis, TN','Sunday','8/16/2026','8:00 AM','7358495','FedEx-St--Jude-Championship---Sunday-8-16-2026'],['BMW Championship - Tuesday (Practice Round)','Bellerive Country Club','St. Louis, MO','Tuesday','8/18/2026','7:00 AM','7636268','BMW-Championship---Tuesday--Practice-Round--8-18-2026'],['BMW Championship - Wednesday (Practice Round)','Bellerive Country Club','St. Louis, MO','Wednesday','8/19/2026','7:00 AM','7627234','BMW-Championship---Wednesday--Practice-Round--8-19-2026'],['BMW Championship - Thursday','Bellerive Country Club','St. Louis, MO','Thursday','8/20/2026','8:00 AM','7358501','BMW-Championship---Thursday-8-20-2026'],['AdventHealth Championship','Blue Hills Country Club','Kansas City, MO','Thursday','8/20/2026','8:00 AM','7573838','AdventHealth-Championship-8-20-2026'],['BMW Championship - Friday','Bellerive Country Club','St. Louis, MO','Friday','8/21/2026','8:00 AM','7358502','BMW-Championship---Friday-8-21-2026'],['AdventHealth Championship','Blue Hills Country Club','Kansas City, MO','Friday','8/21/2026','8:00 AM','7573839','AdventHealth-Championship-8-21-2026'],['BMW Championship - Saturday','Bellerive Country Club','St. Louis, MO','Saturday','8/22/2026','8:00 AM','7358504','BMW-Championship---Saturday-8-22-2026'],['AdventHealth Championship','Blue Hills Country Club','Kansas City, MO','Saturday','8/22/2026','8:00 AM','7573840','AdventHealth-Championship-8-22-2026'],['BMW Championship - Sunday','Bellerive Country Club','St. Louis, MO','Sunday','8/23/2026','8:00 AM','7358505','BMW-Championship---Sunday-8-23-2026'],['AdventHealth Championship','Blue Hills Country Club','Kansas City, MO','Sunday','8/23/2026','8:00 AM','7573841','AdventHealth-Championship-8-23-2026'],['The Tour Championship - Wednesday','East Lake Golf Club','Atlanta, GA','Wednesday','8/26/2026','8:00 AM','7885333','The-Tour-Championship---Wednesday-8-26-2026'],['The Tour Championship - 4 Day Pass','East Lake Golf Club','Atlanta, GA','Thursday','8/27/2026','TBD','7854244','The-Tour-Championship---4-Day-Pass-8-27-2026'],['The Tour Championship - Thursday','East Lake Golf Club','Atlanta, GA','Thursday','8/27/2026','8:00 AM','7358508','The-Tour-Championship---Thursday-8-27-2026'],['The Tour Championship - Friday','East Lake Golf Club','Atlanta, GA','Friday','8/28/2026','8:00 AM','7358509','The-Tour-Championship---Friday-8-28-2026'],['The Tour Championship - Saturday','East Lake Golf Club','Atlanta, GA','Saturday','8/29/2026','8:00 AM','7358510','The-Tour-Championship---Saturday-8-29-2026'],['The Tour Championship - Sunday','East Lake Golf Club','Atlanta, GA','Sunday','8/30/2026','8:00 AM','7358512','The-Tour-Championship---Sunday-8-30-2026'],['Biltmore Championship','The Cliffs at Walnut Cove','Arden, NC','Thursday','9/17/2026','8:00 AM','7552459','Biltmore-Championship-9-17-2026'],['Biltmore Championship','The Cliffs at Walnut Cove','Arden, NC','Friday','9/18/2026','8:00 AM','7552460','Biltmore-Championship-9-18-2026'],['Biltmore Championship','The Cliffs at Walnut Cove','Arden, NC','Saturday','9/19/2026','8:00 AM','7552461','Biltmore-Championship-9-19-2026'],['Biltmore Championship','The Cliffs at Walnut Cove','Arden, NC','Sunday','9/20/2026','8:00 AM','7552462','Biltmore-Championship-9-20-2026'],['Compliance Solutions Championship','The Patriot Golf Club','Owasso, OK','Thursday','10/1/2026','8:00 AM','7573850','Compliance-Solutions-Championship-10-1-2026'],['Bank of Utah Championship - Thursday','Black Desert Golf Course','Ivins, UT','Thursday','10/1/2026','8:00 AM','7670537','Bank-of-Utah-Championship---Thursday-10-1-2026']],'pga championship','http://www.ticketnetwork.com/en/search/?text=pga%20championship');