//
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([['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Thursday','7/9/2026','8:30 PM','7506077','Pageant-Of-The-Masters--7-9-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Friday','7/10/2026','8:30 PM','7506078','Pageant-Of-The-Masters--7-10-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Saturday','7/11/2026','8:30 PM','7506079','Pageant-Of-The-Masters--7-11-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Sunday','7/12/2026','8:30 PM','7506080','Pageant-Of-The-Masters--7-12-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Monday','7/13/2026','8:30 PM','7506081','Pageant-Of-The-Masters--7-13-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Tuesday','7/14/2026','8:30 PM','7506082','Pageant-Of-The-Masters--7-14-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Wednesday','7/15/2026','8:30 PM','7506083','Pageant-Of-The-Masters--7-15-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Thursday','7/16/2026','8:30 PM','7506084','Pageant-Of-The-Masters--7-16-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Friday','7/17/2026','8:30 PM','7506085','Pageant-Of-The-Masters--7-17-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Saturday','7/18/2026','8:30 PM','7506086','Pageant-Of-The-Masters--7-18-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Sunday','7/19/2026','8:30 PM','7506087','Pageant-Of-The-Masters--7-19-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Monday','7/20/2026','8:30 PM','7506088','Pageant-Of-The-Masters--7-20-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Tuesday','7/21/2026','8:30 PM','7506089','Pageant-Of-The-Masters--7-21-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Wednesday','7/22/2026','8:30 PM','7506090','Pageant-Of-The-Masters--7-22-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Thursday','7/23/2026','8:30 PM','7506091','Pageant-Of-The-Masters--7-23-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Friday','7/24/2026','8:30 PM','7506092','Pageant-Of-The-Masters--7-24-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Saturday','7/25/2026','8:30 PM','7506093','Pageant-Of-The-Masters--7-25-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Sunday','7/26/2026','8:30 PM','7506094','Pageant-Of-The-Masters--7-26-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Monday','7/27/2026','8:30 PM','7506095','Pageant-Of-The-Masters--7-27-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Tuesday','7/28/2026','8:30 PM','7506096','Pageant-Of-The-Masters--7-28-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Wednesday','7/29/2026','8:30 PM','7506097','Pageant-Of-The-Masters--7-29-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Thursday','7/30/2026','8:30 PM','7506098','Pageant-Of-The-Masters--7-30-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Friday','7/31/2026','8:30 PM','7506099','Pageant-Of-The-Masters--7-31-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Saturday','8/1/2026','8:30 PM','7506100','Pageant-Of-The-Masters--8-1-2026'],['Pageant Of The Masters ','Irvine Bowl','Laguna Beach, CA','Sunday','8/2/2026','8:30 PM','7506101','Pageant-Of-The-Masters--8-2-2026']],'pageant of the masters','http://www.ticketnetwork.com/en/search/?text=pageant%20of%20the%20masters');