// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['Veritex Bank Championship','Texas Rangers Golf Club','Arlington, TX','Thursday','4/24/2025','8:00 AM','6825045','Veritex-Bank-Championship-4-24-2025'],['Veritex Bank Championship','Texas Rangers Golf Club','Arlington, TX','Friday','4/25/2025','8:00 AM','6825046','Veritex-Bank-Championship-4-25-2025'],['Veritex Bank Championship','Texas Rangers Golf Club','Arlington, TX','Saturday','4/26/2025','8:00 AM','6825047','Veritex-Bank-Championship-4-26-2025'],['Veritex Bank Championship','Texas Rangers Golf Club','Arlington, TX','Sunday','4/27/2025','8:00 AM','6825048','Veritex-Bank-Championship-4-27-2025'],['Truist Championship','Philadelphia Cricket Club','Flourtown, PA','Wednesday','5/7/2025','TBD','6613785','Truist-Championship-5-7-2025'],['Truist Championship','Philadelphia Cricket Club','Flourtown, PA','Thursday','5/8/2025','TBD','6613786','Truist-Championship-5-8-2025'],['Truist Championship','Philadelphia Cricket Club','Flourtown, PA','Friday','5/9/2025','TBD','6613787','Truist-Championship-5-9-2025'],['Truist Championship','Philadelphia Cricket Club','Flourtown, PA','Saturday','5/10/2025','TBD','6613788','Truist-Championship-5-10-2025'],['Truist Championship','Philadelphia Cricket Club','Flourtown, PA','Sunday','5/11/2025','TBD','6613789','Truist-Championship-5-11-2025'],['PGA Championship - Weekly Badge','Quail Hollow Golf Club','Charlotte, NC','Monday','5/12/2025','TBD','6608197','PGA-Championship---Weekly-Badge-5-12-2025'],['PGA Championship - Monday','Quail Hollow Golf Club','Charlotte, NC','Monday','5/12/2025','8:00 AM','6444049','PGA-Championship---Monday-5-12-2025'],['PGA Championship - Tuesday','Quail Hollow Golf Club','Charlotte, NC','Tuesday','5/13/2025','8:00 AM','6444050','PGA-Championship---Tuesday-5-13-2025'],['PGA Championship - Wednesday','Quail Hollow Golf Club','Charlotte, NC','Wednesday','5/14/2025','8:00 AM','6444051','PGA-Championship---Wednesday-5-14-2025'],['PGA Championship - Thursday','Quail Hollow Golf Club','Charlotte, NC','Thursday','5/15/2025','8:00 AM','6444052','PGA-Championship---Thursday-5-15-2025'],['AdventHealth Championship - Thursday (Time: TBD)','Blue Hills Country Club','Kansas City, MO','Thursday','5/15/2025','8:00 AM','6944943','AdventHealth-Championship---Thursday--Time--TBD--5-15-2025'],['PGA Championship - Friday','Quail Hollow Golf Club','Charlotte, NC','Friday','5/16/2025','8:00 AM','6444053','PGA-Championship---Friday-5-16-2025'],['AdventHealth Championship - Friday (Time: TBD)','Blue Hills Country Club','Kansas City, MO','Friday','5/16/2025','8:00 AM','6944944','AdventHealth-Championship---Friday--Time--TBD--5-16-2025'],['PGA Championship - Saturday','Quail Hollow Golf Club','Charlotte, NC','Saturday','5/17/2025','8:00 AM','6444054','PGA-Championship---Saturday-5-17-2025'],['AdventHealth Championship - Saturday (Time: TBD)','Blue Hills Country Club','Kansas City, MO','Saturday','5/17/2025','8:00 AM','6944945','AdventHealth-Championship---Saturday--Time--TBD--5-17-2025'],['PGA Championship - Sunday','Quail Hollow Golf Club','Charlotte, NC','Sunday','5/18/2025','8:00 AM','6444055','PGA-Championship---Sunday-5-18-2025'],['AdventHealth Championship - Sunday (Time: TBD)','Blue Hills Country Club','Kansas City, MO','Sunday','5/18/2025','8:00 AM','6944946','AdventHealth-Championship---Sunday--Time--TBD--5-18-2025'],['Kitchenaid Senior PGA Championship - Thursday','Congressional Country Club','Bethesda, MD','Thursday','5/22/2025','8:00 AM','6474717','Kitchenaid-Senior-PGA-Championship---Thursday-5-22-2025'],['Kitchenaid Senior PGA Championship - Friday','Congressional Country Club','Bethesda, MD','Friday','5/23/2025','8:00 AM','6474732','Kitchenaid-Senior-PGA-Championship---Friday-5-23-2025'],['Kitchenaid Senior PGA Championship - Saturday','Congressional Country Club','Bethesda, MD','Saturday','5/24/2025','8:00 AM','6474733','Kitchenaid-Senior-PGA-Championship---Saturday-5-24-2025'],['Kitchenaid Senior PGA Championship - Sunday','Congressional Country Club','Bethesda, MD','Sunday','5/25/2025','8:00 AM','6474734','Kitchenaid-Senior-PGA-Championship---Sunday-5-25-2025']],'pga championship','http://www.ticketnetwork.com/en/search/?text=pga%20championship');