{"id":63150,"date":"2020-06-14T17:02:40","date_gmt":"2020-06-14T21:02:40","guid":{"rendered":"https:\/\/www2.westmount.org\/?p=63150"},"modified":"2020-06-14T17:59:49","modified_gmt":"2020-06-14T21:59:49","slug":"reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16","status":"publish","type":"post","link":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/","title":{"rendered":"Reopening of the Westmount Athletic Grounds (WAG) as of June 16"},"content":{"rendered":"<p>\r\n<script type=\"text\/javascript\"> \r\nvar tag='##P#A#H1#H2#H3#H4#H5#H6#SPAN#DIV#TD#LI#BUTTON#B#I#FONT#LABEL#STRONG';\r\nvar class_='' ;\r\nvar id_='' ;\r\nvar max_=parseInt('220') ;\r\nvar min_=parseInt('60') ;\r\nvar all_elems=new Array();\r\nvar elements_id=null;\r\nvar al_id=false;\r\nvar al_class=false;\r\nvar allow_ids=new Array();\r\nvar allow_classes=new Array();\r\n\r\nx=id_;\r\nif(x)\r\n\twhile(x.indexOf('#')!=-1)\r\n\t{\r\n\tval=x.substr(0,x.indexOf('#'));\t   \r\n\tallow_ids.push(val);\r\n\tx=x.substr(x.indexOf('#')+1);\r\n\t}\r\nelse\r\n\tallow_ids[0]=false;\r\n\r\nx=class_;\r\nif(x)\r\n\twhile(x.indexOf('#')!=-1)\r\n\t{\r\n\tval=x.substr(0,x.indexOf('#'));\t   \r\n\tallow_classes.push(val);\r\n\tx=x.substr(x.indexOf('#')+1);\r\n\t}\r\nelse\r\n\tallow_classes[0]=false;\r\n\r\nfunction getTextNodesIn(node, includeWhitespaceNodes, fontSize)\r\n{\r\n    var textNodes = [], whitespace = \/^\\s*$\/;\r\n    function getTextNodes(node) \r\n    {\r\n    \t\t    \/\/alert(node.parentNode);\r\n\r\n        if (node.nodeType == 3) \r\n\t{\r\n\t\t    if (includeWhitespaceNodes || !whitespace.test(node.nodeValue)) \r\n\t\t    {\r\n\t\t    parent_=node.parentNode;\r\n\t\t\t  if(parent_.nodeName==\"FONT\" && parent_.getAttribute(\"my\")==\"my\" )\r\n\t\t\t  {if(((tag.indexOf('#'+parent_.parentNode.tagName)!=-1) || (tag.indexOf(\"all\")!=-1)) && (parent_.parentNode.tagName!=\"SCRIPT\"))\r\n\t\t\t\t{\r\n\t\t\t\t\tx=fontSize+\"%\";\r\n\t\t\t\t\tparent_.style.fontSize=x;\r\n\t\t\t\t}\r\n\t\t\t  }\r\n\t\t\t\t\t\t  \r\n\t\t\t  else\r\n\t\t\t  {\t\r\n\t\t\t\tif(((tag.indexOf('#'+parent_.tagName)!=-1) || (tag.indexOf(\"all\")!=-1)) && (parent_.tagName!=\"SCRIPT\"))\r\n\t\t\t\t {\r\n\r\n\t\t\t\t\tvar newnode=document.createElement('font');\r\n\t\t\t\t\tnewnode.setAttribute('style','font-size:'+fontSize+'%');\r\n\t\t\t\t\tnewnode.setAttribute('my','my');\r\n\t\t\t\t\t\r\n\t\t\t\t    var text = document.createTextNode(node.nodeValue);\r\n\t\t\t\t    \r\n\t\t\t\t    newnode.appendChild(text);\r\n\t\t\t\t    parent_.replaceChild(newnode,node);\r\n\t\t\t\t\ttextNodes.push(node);\r\n\t\t\t\t }   \r\n\t\t\t   }\r\n\t\t  \r\n\t\t    }\r\n        } \r\n\telse \r\n\t{\r\n            for (var i = 0, len = node.childNodes.length; i < len; ++i) \r\n\t    {\r\n                getTextNodes(node.childNodes[i]);\r\n            }\r\n        }\r\n    }\r\n\r\n    getTextNodes(node);\r\n    return textNodes;\r\n}\r\n\r\nvar prefsLoaded_my = false;\r\nvar defaultFontSize_my =100;\r\nvar currentFontSize_my = defaultFontSize_my;\r\n    \/\/alert(currentFontSize_my);\r\n\r\nfunction changeFontSize_my(sizeDifference_my){\r\n    currentFontSize_my = parseInt(currentFontSize_my) + parseInt(sizeDifference_my * 5);\r\n    if(currentFontSize_my > max_){\r\n        currentFontSize_my = max_;\r\n    }else if(currentFontSize_my < min_){\r\n        currentFontSize_my = min_;\r\n    }\r\nsetFontSize_my(currentFontSize_my);\r\n};\r\n\r\nfunction setFontSize_my(fontSize){\r\nfor(i=0; i<all_elems.length; i++)\r\n    \tgetTextNodesIn(all_elems[i],false, currentFontSize_my);\r\n};\r\n\r\n\r\nfunction revertStyles_my()\r\n{\r\n\r\n    currentFontSize_my = defaultFontSize_my;\r\n    setFontSize_my(0);\r\n\r\n}\r\n\r\n\r\nfunction createCookie_my(name,value,days) {\r\n  if (days) {\r\n    var date = new Date();\r\n    date.setTime(date.getTime()+(days*24*60*60*1000));\r\n    var expires = \"; expires=\"+date.toGMTString();\r\n  }\r\n  else expires = \"\";\r\n  document.cookie = name+\"=\"+value+expires+\"; path=\/\";\r\n};\r\n\r\nfunction readCookie_my(name) {\r\n  var nameEQ = name + \"=\";\r\n  var ca = document.cookie.split(';');\r\n  for(var i=0;i < ca.length;i++) {\r\n    var c = ca[i];\r\n    while (c.charAt(0)==' ') c = c.substring(1,c.length);\r\n    if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);\r\n  }\r\n  return null;\r\n};\r\n\r\n\r\n\tvar getElementsByClassName = function (className, tag, elm){\r\n\t\r\n\tif (document.getElementsByClassName) {\r\n\t\tgetElementsByClassName = function (className, tag, elm) {\r\n\t\t\telm = elm || document;\r\n\t\t\tvar elements = elm.getElementsByClassName(className),\r\n\t\t\t\tnodeName = (tag)? new RegExp(\"\\b\" + tag + \"\\b\", \"i\") : null,\r\n\t\t\t\treturnElements = [],\r\n\t\t\t\tcurrent;\r\n\t\t\tfor(var i=0, il=elements.length; i<il; i+=1){\r\n\t\t\t\tcurrent = elements[i];\r\n\t\t\t\tif(!nodeName || nodeName.test(current.nodeName)) {\r\n\t\t\t\t\treturnElements.push(current);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\treturn returnElements;\r\n\t\t};\r\n\t}\r\n\telse if (document.evaluate) {\r\n\t\tgetElementsByClassName = function (className, tag, elm) {\r\n\t\t\ttag = tag || \"*\";\r\n\t\t\telm = elm || document;\r\n\t\t\tvar classes = className.split(\" \"),\r\n\t\t\t\tclassesToCheck = \"\",\r\n\t\t\t\txhtmlNamespace = \"http:\/\/www.w3.org\/1999\/xhtml\",\r\n\t\t\t\tnamespaceResolver = (document.documentElement.namespaceURI === xhtmlNamespace)? xhtmlNamespace : null,\r\n\t\t\t\treturnElements = [],\r\n\t\t\t\telements,\r\n\t\t\t\tnode;\r\n\t\t\tfor(var j=0, jl=classes.length; j<jl; j+=1){\r\n\t\t\t\tclassesToCheck += \"[contains(concat(' ', @class, ' '), ' \" + classes[j] + \" ')]\";\r\n\t\t\t}\r\n\t\t\ttry\t{\r\n\t\t\t\telements = document.evaluate(\".\/\/\" + tag + classesToCheck, elm, namespaceResolver, 0, null);\r\n\t\t\t}\r\n\t\t\tcatch (e) {\r\n\t\t\t\telements = document.evaluate(\".\/\/\" + tag + classesToCheck, elm, null, 0, null);\r\n\t\t\t}\r\n\t\t\twhile ((node = elements.iterateNext())) {\r\n\t\t\t\treturnElements.push(node);\r\n\t\t\t}\r\n\t\t\treturn returnElements;\r\n\t\t};\r\n\t}\r\n\telse {\r\n\t\tgetElementsByClassName = function (className, tag, elm) {\r\n\t\t\ttag = tag || \"*\";\r\n\t\t\telm = elm || document;\r\n\t\t\tvar classes = className.split(\" \"),\r\n\t\t\t\tclassesToCheck = [],\r\n\t\t\t\telements = (tag === \"*\" && elm.all)? elm.all : elm.getElementsByTagName(tag),\r\n\t\t\t\tcurrent,\r\n\t\t\t\treturnElements = [],\r\n\t\t\t\tmatch;\r\n\t\t\tfor(var k=0, kl=classes.length; k<kl; k+=1){\r\n\t\t\t\tclassesToCheck.push(new RegExp(\"(^|\\s)\" + classes[k] + \"(\\s|$)\"));\r\n\t\t\t}\r\n\t\t\tfor(var l=0, ll=elements.length; l<ll; l+=1){\r\n\t\t\t\tcurrent = elements[l];\r\n\t\t\t\tmatch = false;\r\n\t\t\t\tfor(var m=0, ml=classesToCheck.length; m<ml; m+=1){\r\n\t\t\t\t\tmatch = classesToCheck[m].test(current.className);\r\n\t\t\t\t\tif (!match) {\r\n\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t\tif (match) {\r\n\t\t\t\t\treturnElements.push(current);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\treturn returnElements;\r\n\t\t};\r\n\t}\r\n\treturn getElementsByClassName(className, tag, elm);\r\n};\r\n\r\nfunction zoomOnload()\r\n{\r\n\tif(allow_ids[0])\r\n\tfor(i=0; i<allow_ids.length; i++)\r\n\t{\r\n\t\tif(allow_ids[i])\r\n\t\t{\r\n\t\t\tif(document.getElementById(allow_ids[i]))\r\n\t\t\t{\r\n\t\t\t\tall_elems.push(document.getElementById(allow_ids[i]));\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\t\r\n\telse\r\n\r\n\t{\r\n\t\t\tal_id=true;\r\n\t}\r\n\t\r\n\tif(allow_classes[0])\r\n\tfor(i=0; i<allow_classes.length; i++)\r\n\t{\r\n\t\tif(allow_classes[i])\r\n\t\t{\r\n\t\t\tif(getElementsByClassName(allow_classes[i])[0])\r\n\t\t\t{\r\n\t\t\t\tvar elements_class=new Array();\r\n\t\t\t\telements_class=getElementsByClassName(allow_classes[i]);\r\n\t\t\t\tfor(x=0; x<elements_class.length; x++)\r\n\t\t\t\t\tall_elems.push(elements_class[x]);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\r\n\t}\r\n\t\r\n\telse\r\n\r\n\t{\r\n\t\t\tal_class=true;\r\n\t}\r\n\t\r\nif(al_id && al_class)\r\nall_elems[0]=document.body;\r\nsetUserOptions_my();\r\n\r\n}\r\n\r\n\r\nfunction setUserOptions_my(){\r\n\r\n    if(!prefsLoaded_my)\r\n    {\r\n        cookie = readCookie_my(\"fontSize\");\r\n        currentFontSize_my = cookie ? cookie : defaultFontSize_my;\r\n\tfor(i=0; i<all_elems.length; i++)\r\n\t{\r\n\r\n\t\tif(all_elems[i])\r\n\t\t\tsetFontSize_my(all_elems[i], false, currentFontSize_my);\r\n\t}\r\n        prefsLoaded_my = true;\r\n    }\r\n}\r\n\r\nfunction saveSettings_my()\r\n{\r\n  createCookie_my(\"fontSize\", currentFontSize_my, 365);\r\n}\r\n\r\nfunction zoomAddToOnload()\r\n{ \r\n\tif(zoomOldFunctionOnLoad){ zoomOldFunctionOnLoad(); }\r\n\tzoomOnload();\r\n}\r\n\r\nfunction zoomAddToOnUnload()\r\n{ \r\n\tif(zoomOldFunctionOnUnload){ zoomOldFunctionOnUnload(); }\r\n\tsaveSettings_my();\r\n}\r\n\r\nfunction zoomLoadBody()\r\n{\r\n\tzoomOldFunctionOnLoad = window.onload;\r\n\tzoomOldFunctionOnUnload = window.onunload;\r\n\twindow.onload = zoomAddToOnload;\r\n\twindow.onunload = zoomAddToOnUnload;\r\n}\r\n\r\nvar zoomOldFunctionOnLoad = null;\r\nvar zoomOldFunctionOnUnload = null;\r\n\r\nzoomLoadBody();\r\n<\/script>\r\n<span id=\"plus\" style=\"display:inline;cursor:pointer; font-size:40px; line-height:initial\" onclick=\"changeFontSize_my(2); return false;\">A<\/span><span id=\"100\" style=\"display:inline;cursor:pointer; font-size:30px; line-height:initial\" onclick=\"revertStyles_my(2); return false;\">A<\/span><span id=\"minus\" style=\"display:inline;cursor:pointer; font-size:28px; line-height:initial\" onclick=\"changeFontSize_my(-2); return false;\">A<\/span>The City of Westmount advises you that maintenance work on the Westmount Athletic Grounds will be completed by June 16th. Thank you for your patience over the past few weeks.<\/p>\n<p>Due to the COVID-19 pandemic, the work had to be postponed and it is usually done in late spring. The grass field needs to be aerated, fertilized and seeded, so during this period, people or animals cannot be on the field. The work will be carried out properly and promptly. Thank you for your understanding.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The City of Westmount advises you that maintenance work on the Westmount Athletic Grounds will be completed by June 16th.<\/p>\n","protected":false},"author":15,"featured_media":41687,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6299],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Reopening of the Westmount Athletic Grounds (WAG) as of June 16 - City of Westmount<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reopening of the Westmount Athletic Grounds (WAG) as of June 16 - City of Westmount\" \/>\n<meta property=\"og:description\" content=\"The City of Westmount advises you that maintenance work on the Westmount Athletic Grounds will be completed by June 16th.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/\" \/>\n<meta property=\"og:site_name\" content=\"City of Westmount\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/villedewestmount\" \/>\n<meta property=\"article:published_time\" content=\"2020-06-14T21:02:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-14T21:59:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www2.westmount.org\/wp-content\/uploads\/2018\/11\/wag_r_track_1173x677_rh.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1140\" \/>\n\t<meta property=\"og:image:height\" content=\"658\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"sebastian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@VilleWestmount\" \/>\n<meta name=\"twitter:site\" content=\"@VilleWestmount\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sebastian\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/\"},\"author\":{\"name\":\"sebastian\",\"@id\":\"https:\/\/www2.westmount.org\/#\/schema\/person\/7da69433d5d0e0a109bf8c3090bba6f3\"},\"headline\":\"Reopening of the Westmount Athletic Grounds (WAG) as of June 16\",\"datePublished\":\"2020-06-14T21:02:40+00:00\",\"dateModified\":\"2020-06-14T21:59:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/\"},\"wordCount\":97,\"publisher\":{\"@id\":\"https:\/\/www2.westmount.org\/#organization\"},\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/\",\"url\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/\",\"name\":\"Reopening of the Westmount Athletic Grounds (WAG) as of June 16 - City of Westmount\",\"isPartOf\":{\"@id\":\"https:\/\/www2.westmount.org\/#website\"},\"datePublished\":\"2020-06-14T21:02:40+00:00\",\"dateModified\":\"2020-06-14T21:59:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ville de Westmount\",\"item\":\"https:\/\/www2.westmount.org\/en\/?page_id=5346\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reopening of the Westmount Athletic Grounds (WAG) as of June 16\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www2.westmount.org\/#website\",\"url\":\"https:\/\/www2.westmount.org\/\",\"name\":\"City of Westmount\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www2.westmount.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www2.westmount.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www2.westmount.org\/#organization\",\"name\":\"Ville de Westmount\",\"url\":\"https:\/\/www2.westmount.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www2.westmount.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www2.westmount.org\/wp-content\/uploads\/2014\/12\/Westmount_logo.jpg\",\"contentUrl\":\"https:\/\/www2.westmount.org\/wp-content\/uploads\/2014\/12\/Westmount_logo.jpg\",\"width\":468,\"height\":606,\"caption\":\"Ville de Westmount\"},\"image\":{\"@id\":\"https:\/\/www2.westmount.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/villedewestmount\",\"https:\/\/twitter.com\/VilleWestmount\",\"https:\/\/instagram.com\/villewestmountcity\/\",\"https:\/\/www.youtube.com\/user\/WestmountTV\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www2.westmount.org\/#\/schema\/person\/7da69433d5d0e0a109bf8c3090bba6f3\",\"name\":\"sebastian\",\"url\":\"https:\/\/www2.westmount.org\/en\/author\/sebastian\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reopening of the Westmount Athletic Grounds (WAG) as of June 16 - City of Westmount","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Reopening of the Westmount Athletic Grounds (WAG) as of June 16 - City of Westmount","og_description":"The City of Westmount advises you that maintenance work on the Westmount Athletic Grounds will be completed by June 16th.","og_url":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/","og_site_name":"City of Westmount","article_publisher":"https:\/\/www.facebook.com\/villedewestmount","article_published_time":"2020-06-14T21:02:40+00:00","article_modified_time":"2020-06-14T21:59:49+00:00","og_image":[{"width":"1140","height":"658","url":"https:\/\/www2.westmount.org\/wp-content\/uploads\/2018\/11\/wag_r_track_1173x677_rh.jpg","type":"image\/jpeg"}],"author":"sebastian","twitter_card":"summary_large_image","twitter_creator":"@VilleWestmount","twitter_site":"@VilleWestmount","twitter_misc":{"Written by":"sebastian"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/#article","isPartOf":{"@id":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/"},"author":{"name":"sebastian","@id":"https:\/\/www2.westmount.org\/#\/schema\/person\/7da69433d5d0e0a109bf8c3090bba6f3"},"headline":"Reopening of the Westmount Athletic Grounds (WAG) as of June 16","datePublished":"2020-06-14T21:02:40+00:00","dateModified":"2020-06-14T21:59:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/"},"wordCount":97,"publisher":{"@id":"https:\/\/www2.westmount.org\/#organization"},"articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/","url":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/","name":"Reopening of the Westmount Athletic Grounds (WAG) as of June 16 - City of Westmount","isPartOf":{"@id":"https:\/\/www2.westmount.org\/#website"},"datePublished":"2020-06-14T21:02:40+00:00","dateModified":"2020-06-14T21:59:49+00:00","breadcrumb":{"@id":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www2.westmount.org\/en\/reopening-of-the-westmount-athletic-grounds-wag-as-of-june-16\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ville de Westmount","item":"https:\/\/www2.westmount.org\/en\/?page_id=5346"},{"@type":"ListItem","position":2,"name":"Reopening of the Westmount Athletic Grounds (WAG) as of June 16"}]},{"@type":"WebSite","@id":"https:\/\/www2.westmount.org\/#website","url":"https:\/\/www2.westmount.org\/","name":"City of Westmount","description":"","publisher":{"@id":"https:\/\/www2.westmount.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www2.westmount.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www2.westmount.org\/#organization","name":"Ville de Westmount","url":"https:\/\/www2.westmount.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www2.westmount.org\/#\/schema\/logo\/image\/","url":"https:\/\/www2.westmount.org\/wp-content\/uploads\/2014\/12\/Westmount_logo.jpg","contentUrl":"https:\/\/www2.westmount.org\/wp-content\/uploads\/2014\/12\/Westmount_logo.jpg","width":468,"height":606,"caption":"Ville de Westmount"},"image":{"@id":"https:\/\/www2.westmount.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/villedewestmount","https:\/\/twitter.com\/VilleWestmount","https:\/\/instagram.com\/villewestmountcity\/","https:\/\/www.youtube.com\/user\/WestmountTV"]},{"@type":"Person","@id":"https:\/\/www2.westmount.org\/#\/schema\/person\/7da69433d5d0e0a109bf8c3090bba6f3","name":"sebastian","url":"https:\/\/www2.westmount.org\/en\/author\/sebastian\/"}]}},"jetpack_featured_media_url":"https:\/\/www2.westmount.org\/wp-content\/uploads\/2018\/11\/wag_r_track_1173x677_rh.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/posts\/63150"}],"collection":[{"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/comments?post=63150"}],"version-history":[{"count":3,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/posts\/63150\/revisions"}],"predecessor-version":[{"id":65261,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/posts\/63150\/revisions\/65261"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/media\/41687"}],"wp:attachment":[{"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/media?parent=63150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/categories?post=63150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www2.westmount.org\/en\/wp-json\/wp\/v2\/tags?post=63150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}