{"id":7936,"date":"2020-09-30T01:45:18","date_gmt":"2020-09-30T01:45:18","guid":{"rendered":"https:\/\/mickgb.com\/?p=7936"},"modified":"2023-11-23T03:39:37","modified_gmt":"2023-11-23T03:39:37","slug":"aisling-mheiriceanach","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/aisling-mheiriceanach\/","title":{"rendered":"Aisling Mheirice\u00e1nach!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Tugtar \u2018eachtra eala duibhe\u2019 n\u00f3 \u2018Black Swan event\u2019 as B\u00e9arla ar eachtra neamhghn\u00e1ch a bhfuil tionchar m\u00f3r ag baint leis, ach go bhfuil ach seans an-bheag a tharl\u00f3idh s\u00e9. T\u00e1 s\u00e9 deacair go leor a shamhl\u00fa eachtra amh\u00e1in mar sin ag tarl\u00fa, ach c\u00e9ard faoi dh\u00e1 eachtra mar sin agus iad araon ag dul i bhfeidhm go m\u00f3r ar theaghlach amh\u00e1in. Lig dom sc\u00e9al dochreidte a insint duit anois.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>Aisling Mheirice\u00e1nach<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Bh\u00ed aithne mhaith ar Albert Petrocelli le fada ina cheantar in Staten Island, i Nua-Eabhrac sna St\u00e1it Aontaithe.\u00a0\u00a0D\u00e1 mba thiom\u00e1na\u00ed \u00e9 Albert, n\u00ed bheadh an cl\u00fa c\u00e9anna ag baint leis. Ach b\u2019fhearr le hAlbert si\u00fal gach seans ar f\u00e9idir leis. Bheadh s\u00e9 feicthe agat beagnach gach maidin agus \u00e9 ag dul ar Aifreann. Bheadh a fhios agat gur fear diaganta a bh\u00ed ann, mar bh\u00edodh an chor\u00f3in Mhuire ar a mh\u00e9ara aige agus \u00e9 ag si\u00fal. Bh\u00ed na clocha paidr\u00edn d\u00e9anta as marmar Chonamara. Cheapf\u00e1 gur rud ait \u00e9 sin, go dt\u00ed go bhfuair t\u00fa amach go raibh s\u00e9 p\u00f3sta le Gael-Mheirice\u00e1nach.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Chas Albert le Ginger Walsh ag siopa uachtair reoite nuair a bh\u00ed an bheirt acu f\u00f3s ag freastal ar an me\u00e1nscoil. Go luath ina dhiaidh sin thosaigh siad ag si\u00fal amach le ch\u00e9ile agus laistigh de bhliain bh\u00ed siad geallta. Ansin, coinscr\u00edobhadh Albert san arm, agus sula i bhfad roghna\u00edodh \u00e9 le dualgas gn\u00edomhach i V\u00edtneam. Ph\u00f3sadh iad faoi dheifir ansin sular imlonna\u00edodh \u00e9, ar an 18 M\u00e1rta, 1967, idir L\u00e1 Fh\u00e9ile P\u00e1draig agus L\u00e1 Fh\u00e9ile I\u00f3saf \u2013 f\u00e9ile th\u00e1bhachtach san Iod\u00e1il.<br \/>Th\u00e1inig Albert sl\u00e1n abhaile \u00f3 V\u00edtneam tar \u00e9is bliana ann, agus sula i bhfad bh\u00ed beirt mhac acu, Albert agus Mark. Thairg an Rann\u00f3g D\u00f3ite\u00e1in Chathair Nua-Eabhrac post d\u00f3 mar chomhraiceoir tine, agus ghlac s\u00e9 \u00e9. Rinne s\u00e9 staid\u00e9ar agus bhain s\u00e9 amach c\u00e1il\u00edocht ghairmi\u00fail, \u00edoctha as ag an Arm faoin \u2018GI Bill\u2019.\u00a0\u00a0D\u2019\u00e9irigh s\u00e9 a bhealach an\u00edos tr\u00ed na c\u00e9imeanna go dt\u00ed go raibh s\u00e9 ina cheannaire cathl\u00e1in. T\u00f3gadh na mic i dteaghlach gr\u00e1mhar. Lean Albert \u00d3g a athair agus d\u2019oibrigh s\u00e9 don Rann\u00f3g D\u00f3ite\u00e1in Nua-Eabhrac.\u00a0\u00a0Tar \u00e9is tamall, ceapadh ina cheannaire cathl\u00e1in \u00e9. Lean Mark sl\u00ed eile agus fuair s\u00e9 post mar chl\u00e9ireach ag obair do bhr\u00f3ic\u00e9ir\u00ed tr\u00e1chtearra\u00ed, ag seachadadh orduithe d\u00f3ibh san ionad tr\u00e1d\u00e1la. Tar \u00e9is d\u00f3ibh p\u00f3sadh, cheannaigh na mic tithe sa cheantar, gar don \u00e1it in\u00e1r rugadh agus t\u00f3gadh iad. Bh\u00ed in\u00edon ag Albert agus a bhean, agus ceapadh Mark mar bhr\u00f3ic\u00e9ir tr\u00e1chtearra\u00ed ar an 9 Me\u00e1n F\u00f3mhar, 2001.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Mhaithf\u00ed duit d\u00e1 smaoineof\u00e1 gur f\u00edora\u00edodh an aisling Mheirice\u00e1nach d\u00f3ibh, agus bheadh an ceart agat go pointe \u00e1irithe. Ar an drochuair, n\u00ed mar an gc\u00e9anna f\u00edor\u00fa na haislinge agus \u00ed a choinne\u00e1il beo &#8211;\u00a0\u00a0go h\u00e1irithe nuair a tharla\u00edonn eachtra eala duibhe duit!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong>Tromlu\u00ed Meirice\u00e1nach<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Sular fh\u00e1g Mark a theach ar maidin an 9 Me\u00e1n F\u00f3mhar, d\u00fairt s\u00e9 lena bhean ch\u00e9ile go mbeadh a ch\u00e9ad chruinne br\u00f3ic\u00e9ir\u00ed ar si\u00fal \u2018thuas staighre\u2019. N\u00ed raibh a fhios ag Nicole gur chiallaigh s\u00e9 sin an dara hurl\u00e1r is n\u00f3cha sa T\u00far Thuaidh san Ionad Tr\u00e1d\u00e1la Domhanda Tr\u00e1d\u00e1la. Cheap s\u00ed gurb \u00e9 an foirgneamh inar oibrigh s\u00e9 de ghn\u00e1th a bh\u00ed i gceist. Faraor, bh\u00ed an-dearmad uirthi! Bh\u00ed an chruinne ar si\u00fal nuair a bhuail an ch\u00e9ad eitle\u00e1n, agus n\u00edor mhair fi\u00fa duine amh\u00e1in ar an url\u00e1r sin.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Sa tr\u00e1thn\u00f3na, chuaigh Albert M\u00f3r agus Albert \u00d3g go dt\u00ed l\u00e1thair na tubaiste, ag lorg Mark. Tar \u00e9is d\u00f3ibh dh\u00e1 l\u00e1 ag cuardach tais\u00ed Mark, thit an lug ar an lag orthu ar an tr\u00ed\u00fa l\u00e1, agus ar a thr\u00edochad\u00fa l\u00e1 breithe.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">De r\u00e9ir a ch\u00e9ile, fuarthas baill choirp Mark. Nuair a fuair siad a ghiall, dea-sc\u00e9ala d\u00f3ite a bh\u00ed ann. Thug s\u00e9 saghas clabhs\u00far d\u00f3ibh agus ag an am c\u00e9anna thug s\u00e9 s\u00f3l\u00e1s d\u00f3ibh, mar meabhra\u00edtear d\u00f3ibh a mheangadh m\u00f3r n\u00e1d\u00fartha \u2013 saintr\u00e9ith an fhir mhac\u00e1nta seo.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Ar an 10 L\u00fanasa, 2002, cr\u00e9amadh a thais\u00ed, i Reilig an Ais\u00e9ir\u00ed, gar don \u00e1it ar chaith s\u00e9 a shaol go l\u00e9ir.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Th\u00f3g athair Mark leacht cuimhneach\u00e1in d\u00f3 ina ghaird\u00edn c\u00fail, le bratacha chun urraim a thabhairt do na daoine a cailleadh ar 9\/11. Bh\u00ed dealbha aingeal timpeall croise bige d\u00e9anta as cruach \u00f3n Ionad Tr\u00e1d\u00e1la Domhanda, agus bh\u00ed portr\u00e1id Mark ar l\u00e1 a ph\u00f3sta i measc na n-aingeal.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Ar bhealach \u00e9igin, fuair an teaghlach an misneach le lean\u00faint ar aghaidh, agus chuimhnigh siad ar Mark gach aon uile l\u00e1.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Inseoidh m\u00e9 sc\u00e9al faoin dara heala dhubh duit an tseachtain seo chugainn.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> Tugtar \u2018eachtra eala duibhe\u2019 n\u00f3 \u2018Black Swan event\u2019 as B\u00e9arla ar eachtra neamhghn\u00e1ch a bhfuil tionchar m\u00f3r ag baint leis, ach go bhfuil ach seans an-bheag a tharl\u00f3idh s\u00e9. T\u00e1 s\u00e9 deacair go leor a shamhl\u00fa eachtra amh\u00e1in mar sin ag tarl\u00fa, ach c\u00e9ard faoi dh\u00e1 eachtra mar sin agus iad araon ag [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK11\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK12\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK9\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK10\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Tugtar \u2018eachtra eala duibhe\u2019 n\u00f3 \u2018Black Swan event\u2019 as B\u00e9arla ar eachtra neamhghn\u00e1ch a bhfuil  tionchar m\u00f3r ag baint leis, ach go bhfuil ach seans an-bheag a tharl\u00f3idh s\u00e9.  T\u00e1 s\u00e9 deacair go leor a shamhl\u00fa eachtra amh\u00e1in mar sin ag tarl\u00fa, ach c\u00e9ard faoi dh\u00e1 eachtra mar sin agus iad araon ag dul i bhfeidhm go m\u00f3r ar theaghlach amh\u00e1in.  Lig dom sc\u00e9al dochreidte a insint duit anois.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>Aisling Mheirice\u00e1nach<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Bh\u00ed aithne mhaith ar Albert Petrocelli le fada ina cheantar in Staten Island, i Nua-Eabhrac sna St\u00e1it Aontaithe.&nbsp;&nbsp;D\u00e1 mba thiom\u00e1na\u00ed \u00e9 Albert, n\u00ed bheadh an cl\u00fa c\u00e9anna ag baint leis.  Ach b\u2019fhearr le hAlbert si\u00fal gach seans ar f\u00e9idir leis.  Bheadh s\u00e9 feicthe agat beagnach gach maidin agus \u00e9 ag dul ar Aifreann.  Bheadh a fhios agat gur fear diaganta a bh\u00ed ann, mar bh\u00edodh an chor\u00f3in Mhuire ar a mh\u00e9ara aige agus \u00e9 ag si\u00fal.  Bh\u00ed na clocha paidr\u00edn d\u00e9anta as marmar Chonamara.  Cheapf\u00e1 gur rud ait \u00e9 sin, go dt\u00ed go bhfuair t\u00fa amach go raibh s\u00e9 p\u00f3sta le Gael-Mheirice\u00e1nach.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Chas Albert le Ginger Walsh ag siopa uachtair reoite nuair a bh\u00ed an bheirt acu f\u00f3s ag freastal ar an me\u00e1nscoil.  Go luath ina dhiaidh sin thosaigh siad ag si\u00fal amach le ch\u00e9ile agus laistigh de bhliain bh\u00ed siad geallta.  Ansin, coinscr\u00edobhadh Albert san arm, agus sula i bhfad roghna\u00edodh \u00e9 le dualgas gn\u00edomhach i V\u00edtneam.  Ph\u00f3sadh iad faoi dheifir ansin sular imlonna\u00edodh \u00e9, ar an 18 M\u00e1rta, 1967, idir L\u00e1 Fh\u00e9ile P\u00e1draig agus L\u00e1 Fh\u00e9ile I\u00f3saf \u2013 f\u00e9ile th\u00e1bhachtach san Iod\u00e1il.<br>Th\u00e1inig Albert sl\u00e1n abhaile \u00f3 V\u00edtneam tar \u00e9is bliana ann, agus sula i bhfad bh\u00ed beirt mhac acu, Albert agus Mark.  Thairg an Rann\u00f3g D\u00f3ite\u00e1in Chathair Nua-Eabhrac post d\u00f3 mar chomhraiceoir tine, agus ghlac s\u00e9 \u00e9.  Rinne s\u00e9 staid\u00e9ar agus bhain s\u00e9 amach c\u00e1il\u00edocht ghairmi\u00fail, \u00edoctha as ag an Arm faoin \u2018GI Bill\u2019.&nbsp;&nbsp;D\u2019\u00e9irigh s\u00e9 a bhealach an\u00edos tr\u00ed na c\u00e9imeanna go dt\u00ed go raibh s\u00e9 ina cheannaire cathl\u00e1in.  T\u00f3gadh na mic i dteaghlach gr\u00e1mhar.  Lean Albert \u00d3g a athair agus d\u2019oibrigh s\u00e9 don Rann\u00f3g D\u00f3ite\u00e1in Nua-Eabhrac.&nbsp;&nbsp;Tar \u00e9is tamall, ceapadh ina cheannaire cathl\u00e1in \u00e9.  Lean Mark sl\u00ed eile agus fuair s\u00e9 post mar chl\u00e9ireach ag obair do bhr\u00f3ic\u00e9ir\u00ed tr\u00e1chtearra\u00ed, ag seachadadh orduithe d\u00f3ibh san ionad tr\u00e1d\u00e1la.  Tar \u00e9is d\u00f3ibh p\u00f3sadh, cheannaigh na mic tithe sa cheantar, gar don \u00e1it in\u00e1r rugadh agus t\u00f3gadh iad.  Bh\u00ed in\u00edon ag Albert agus a bhean, agus ceapadh Mark mar bhr\u00f3ic\u00e9ir tr\u00e1chtearra\u00ed ar an 9 Me\u00e1n F\u00f3mhar, 2001.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Mhaithf\u00ed duit d\u00e1 smaoineof\u00e1 gur f\u00edora\u00edodh an aisling Mheirice\u00e1nach d\u00f3ibh, agus bheadh an ceart agat go pointe \u00e1irithe.  Ar an drochuair, n\u00ed mar an gc\u00e9anna f\u00edor\u00fa na haislinge agus \u00ed a choinne\u00e1il beo -&nbsp;&nbsp;go h\u00e1irithe nuair a tharla\u00edonn eachtra eala duibhe duit! <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong>Tromlu\u00ed Meirice\u00e1nach<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Sular fh\u00e1g Mark a theach ar maidin an 9 Me\u00e1n F\u00f3mhar, d\u00fairt s\u00e9 lena bhean ch\u00e9ile go mbeadh a ch\u00e9ad chruinne br\u00f3ic\u00e9ir\u00ed ar si\u00fal \u2018thuas staighre\u2019.  N\u00ed raibh a fhios ag Nicole gur chiallaigh s\u00e9 sin an dara hurl\u00e1r is n\u00f3cha sa T\u00far Thuaidh san Ionad Tr\u00e1d\u00e1la Domhanda Tr\u00e1d\u00e1la.  Cheap s\u00ed gurb \u00e9 an foirgneamh inar oibrigh s\u00e9 de ghn\u00e1th a bh\u00ed i gceist.  Faraor, bh\u00ed an-dearmad uirthi!   Bh\u00ed an chruinne ar si\u00fal nuair a bhuail an ch\u00e9ad eitle\u00e1n, agus n\u00edor mhair fi\u00fa duine amh\u00e1in ar an url\u00e1r sin.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Sa tr\u00e1thn\u00f3na, chuaigh Albert M\u00f3r agus Albert \u00d3g go dt\u00ed l\u00e1thair na tubaiste, ag lorg Mark.  Tar \u00e9is d\u00f3ibh dh\u00e1 l\u00e1 ag cuardach tais\u00ed Mark, thit an lug ar an lag orthu ar an tr\u00ed\u00fa l\u00e1, agus ar a thr\u00edochad\u00fa l\u00e1 breithe.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">De r\u00e9ir a ch\u00e9ile, fuarthas baill choirp Mark.  Nuair a fuair siad a ghiall, dea-sc\u00e9ala d\u00f3ite a bh\u00ed ann.  Thug s\u00e9 saghas clabhs\u00far d\u00f3ibh agus ag an am c\u00e9anna thug s\u00e9 s\u00f3l\u00e1s d\u00f3ibh, mar meabhra\u00edtear d\u00f3ibh a mheangadh m\u00f3r n\u00e1d\u00fartha \u2013 saintr\u00e9ith an fhir mhac\u00e1nta seo.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Ar an 10 L\u00fanasa, 2002, cr\u00e9amadh a thais\u00ed, i Reilig an Ais\u00e9ir\u00ed, gar don \u00e1it ar chaith s\u00e9 a shaol go l\u00e9ir.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Th\u00f3g athair Mark leacht cuimhneach\u00e1in d\u00f3 ina ghaird\u00edn c\u00fail, le bratacha chun urraim a thabhairt do na daoine a cailleadh ar 9\/11.  Bh\u00ed dealbha aingeal timpeall croise bige d\u00e9anta as cruach \u00f3n Ionad Tr\u00e1d\u00e1la Domhanda, agus bh\u00ed portr\u00e1id Mark ar l\u00e1 a ph\u00f3sta i measc na n-aingeal.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Ar bhealach \u00e9igin, fuair an teaghlach an misneach le lean\u00faint ar aghaidh, agus chuimhnigh siad ar Mark gach aon uile l\u00e1.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Inseoidh m\u00e9 sc\u00e9al faoin dara heala dhubh duit an tseachtain seo chugainn.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[35],"tags":[],"class_list":["post-7936","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nuacht-idirnaisiunta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=7936"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7936\/revisions"}],"predecessor-version":[{"id":9532,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7936\/revisions\/9532"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=7936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}