//
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([['Valspar Championship - Thursday','Innisbrook Resort And Golf Club','Palm Harbor, FL','Thursday','3/19/2026','8:00 AM','7060498','Valspar-Championship---Thursday-3-19-2026'],['Valspar Championship - Friday','Innisbrook Resort And Golf Club','Palm Harbor, FL','Friday','3/20/2026','8:00 AM','7060499','Valspar-Championship---Friday-3-20-2026'],['Valspar Championship - Saturday','Innisbrook Resort And Golf Club','Palm Harbor, FL','Saturday','3/21/2026','8:00 AM','7060500','Valspar-Championship---Saturday-3-21-2026'],['Valspar Championship - Sunday','Innisbrook Resort And Golf Club','Palm Harbor, FL','Sunday','3/22/2026','8:00 AM','7060501','Valspar-Championship---Sunday-3-22-2026'],['Club Car Championship','The Landings Club','Savannah, GA','Thursday','3/26/2026','8:00 AM','7573790','Club-Car-Championship-3-26-2026'],['Club Car Championship','The Landings Club','Savannah, GA','Friday','3/27/2026','8:00 AM','7573791','Club-Car-Championship-3-27-2026'],['Club Car Championship','The Landings Club','Savannah, GA','Saturday','3/28/2026','8:00 AM','7573793','Club-Car-Championship-3-28-2026'],['Club Car Championship','The Landings Club','Savannah, GA','Sunday','3/29/2026','8:00 AM','7573794','Club-Car-Championship-3-29-2026'],['Senior PGA Championship - Thursday','The Concession Golf Club','Bradenton, FL','Thursday','4/16/2026','8:00 AM','7188403','Senior-PGA-Championship---Thursday-4-16-2026'],['Senior PGA Championship - Friday','The Concession Golf Club','Bradenton, FL','Friday','4/17/2026','8:00 AM','7188404','Senior-PGA-Championship---Friday-4-17-2026'],['Senior PGA Championship - Saturday','The Concession Golf Club','Bradenton, FL','Saturday','4/18/2026','8:00 AM','7188405','Senior-PGA-Championship---Saturday-4-18-2026'],['Senior PGA Championship - Sunday','The Concession Golf Club','Bradenton, FL','Sunday','4/19/2026','8:00 AM','7188406','Senior-PGA-Championship---Sunday-4-19-2026'],['Cadillac Championship - Wednesday','Trump National Doral','Miami, FL','Wednesday','4/29/2026','8:00 AM','7710728','Cadillac-Championship---Wednesday-4-29-2026'],['Cadillac Championship - Thursday','Trump National Doral','Miami, FL','Thursday','4/30/2026','8:00 AM','7358377','Cadillac-Championship---Thursday-4-30-2026'],['Cadillac Championship - Friday','Trump National Doral','Miami, FL','Friday','5/1/2026','8:00 AM','7358379','Cadillac-Championship---Friday-5-1-2026'],['Cadillac Championship - Saturday','Trump National Doral','Miami, FL','Saturday','5/2/2026','8:00 AM','7358381','Cadillac-Championship---Saturday-5-2-2026'],['Cadillac Championship - Sunday','Trump National Doral','Miami, FL','Sunday','5/3/2026','8:00 AM','7358382','Cadillac-Championship---Sunday-5-3-2026'],['PGA Truist Championship - Wednesday','Quail Hollow Golf Club','Charlotte, NC','Wednesday','5/6/2026','8:00 AM','7678701','PGA-Truist-Championship---Wednesday-5-6-2026'],['PGA Truist Championship - Thursday','Quail Hollow Golf Club','Charlotte, NC','Thursday','5/7/2026','8:00 AM','7234145','PGA-Truist-Championship---Thursday-5-7-2026'],['PGA Truist Championship - Friday','Quail Hollow Golf Club','Charlotte, NC','Friday','5/8/2026','8:00 AM','7234146','PGA-Truist-Championship---Friday-5-8-2026'],['PGA Truist Championship - Saturday','Quail Hollow Golf Club','Charlotte, NC','Saturday','5/9/2026','8:00 AM','7234147','PGA-Truist-Championship---Saturday-5-9-2026'],['PGA Truist Championship - Sunday','Quail Hollow Golf Club','Charlotte, NC','Sunday','5/10/2026','8:00 AM','7234148','PGA-Truist-Championship---Sunday-5-10-2026'],['2026 PGA Championship - Weekly Badge','Aronimink Golf Club','Newtown Square, PA','Monday','5/11/2026','TBD','7061897','2026-PGA-Championship---Weekly-Badge-5-11-2026'],['2026 PGA Championship - Monday','Aronimink Golf Club','Newtown Square, PA','Monday','5/11/2026','8:00 AM','7061889','2026-PGA-Championship---Monday-5-11-2026'],['2026 PGA Championship - Tuesday','Aronimink Golf Club','Newtown Square, PA','Tuesday','5/12/2026','8:00 AM','7061890','2026-PGA-Championship---Tuesday-5-12-2026']],'pga championship','http://www.ticketnetwork.com/en/search/?text=pga%20championship');