// 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-03B 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([['2025 Masters Golf Tournament - Practice Round','Augusta National Golf Club','Augusta, GA','Monday','4/7/2025','8:00 AM','6381845','2025-Masters-Golf-Tournament---Practice-Round-4-7-2025'],['2025 Masters Golf Tournament - Practice Round','Augusta National Golf Club','Augusta, GA','Tuesday','4/8/2025','8:00 AM','6381846','2025-Masters-Golf-Tournament---Practice-Round-4-8-2025'],['2025 Masters Golf Tournament - Practice Round','Augusta National Golf Club','Augusta, GA','Wednesday','4/9/2025','8:00 AM','6381847','2025-Masters-Golf-Tournament---Practice-Round-4-9-2025'],['2025 Masters Golf Tournament - 4 Day Competition Pass','Augusta National Golf Club','Augusta, GA','Thursday','4/10/2025','TBD','6381844','2025-Masters-Golf-Tournament---4-Day-Competition-Pass-4-10-2025'],['2025 Masters Golf Tournament - Thursday Competition','Augusta National Golf Club','Augusta, GA','Thursday','4/10/2025','8:00 AM','6381324','2025-Masters-Golf-Tournament---Thursday-Competition-4-10-2025'],['2025 Masters Golf Tournament - Friday Competition','Augusta National Golf Club','Augusta, GA','Friday','4/11/2025','8:00 AM','6381325','2025-Masters-Golf-Tournament---Friday-Competition-4-11-2025'],['2025 Masters Golf Tournament - Saturday Competition','Augusta National Golf Club','Augusta, GA','Saturday','4/12/2025','8:00 AM','6381326','2025-Masters-Golf-Tournament---Saturday-Competition-4-12-2025'],['2025 Masters Golf Tournament - Sunday Competition','Augusta National Golf Club','Augusta, GA','Sunday','4/13/2025','8:00 AM','6381327','2025-Masters-Golf-Tournament---Sunday-Competition-4-13-2025']],'masters golf tournament','http://www.ticketnetwork.com/en/search/?text=masters%20golf%20tournament');