{"id":7976,"date":"2019-04-10T03:53:42","date_gmt":"2019-04-10T03:53:42","guid":{"rendered":"https:\/\/mickgb.com\/?p=7976"},"modified":"2023-11-23T17:20:46","modified_gmt":"2023-11-23T17:20:46","slug":"eachtra-sa-chainneon-mor","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/eachtra-sa-chainneon-mor\/","title":{"rendered":"Eachtra sa Chainneon M\u00f3r!"},"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; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\"><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>Timpeall is c\u00faig bhliain \u00f3 shin chuaigh me ar chuairt <\/span><span style=\"color: #000000; font-size: 11pt;\">specialta<\/span><span style=\"color: #000000; font-size: 11pt;\"> go dt\u00ed an cainneon m\u00f3r in Arizona. \u00a0Ceann <\/span><span style=\"color: #000000; font-size: 11pt;\">d\u2019Iontais\u00ed<\/span><span style=\"color: #000000; font-size: 11pt;\"> an domhain is ea an cainneoin seo agus chomh luath agus a fheiceann t\u00fa \u00e9, baineann s\u00e9 an chaint d\u00edot!<\/span><\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">C\u00e9 gurb \u00e1lainn an radharc \u00e9 \u00f3n imeall, t\u00e1 s\u00e9 i bhfad n\u00edos \u00e1ille f\u00f3s \u00e9 a fheice\u00e1il laistigh den chainneon <\/span><span style=\"color: #000000; font-size: 11pt;\">fh\u00e9in<\/span><span style=\"color: #000000; font-size: 11pt;\">.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">T\u00e1 a fhios agam sin mar t\u00e9im ar si\u00fal\u00f3id m\u00f3r sa chainneon seo beagnach gach bliain. \u00a0Uaireanta tosa\u00edm an t-si\u00fal\u00f3id \u00f3n taobh thuaidh agus uaireanta eile \u00f3n taobh theas. De ghn\u00e1th si\u00falaim s\u00edos go dt\u00ed an <\/span><span style=\"color: #000000; font-size: 11pt;\">abha<\/span><span style=\"color: #000000; font-size: 11pt;\"> mh\u00f3r ag bun <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> chainneoin, <\/span><span style=\"color: #000000; font-size: 11pt;\">Abha<\/span><span style=\"color: #000000; font-size: 11pt;\"> an <\/span><span style=\"color: #000000; font-size: 11pt;\">Cholorado<\/span><span style=\"color: #000000; font-size: 11pt;\">, agus ansin an\u00edos agus ar ais go dt\u00ed imeall an chainneoin.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">An t-am seo at\u00e1 i gceist agam, thosaigh m\u00e9 ar m\u2019eachtra ag a ceathair a chlog ar maidin. \u00a0Thug me faoi deara go raibh storm mh\u00f3r ar si\u00fal, <\/span><span style=\"color: #000000; font-size: 11pt;\">b\u2019fheidir<\/span><span style=\"color: #000000; font-size: 11pt;\"> fiche cilim\u00e9adar i bhfad uaim. Chonaic m\u00e9 splancacha tintr\u00ed agus chuala m\u00e9 pl\u00e9ascanna toirn\u00ed ach bh\u00ed an aimsir maith go leor sa chainneon f\u00e9in. \u00a0Bh\u00ed se ag cur beag\u00e1n baist\u00ed san \u00e1it ina raibh m\u00e9 <\/span><span style=\"color: #000000; font-size: 11pt;\">fh\u00e9in<\/span><span style=\"color: #000000; font-size: 11pt;\"> agus chuir m\u00e9 orm mo ch\u00f3ta baist\u00ed agus ar aghaidh liom!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Bh\u00ed go maith agus <\/span><span style=\"color: #000000; font-size: 11pt;\">ni<\/span><span style=\"color: #000000; font-size: 11pt;\"> raibh go holc, agus tar \u00e9is tr\u00ed uaire, n\u00f3 mar sin, bh\u00ed an storm ar si\u00fal f\u00f3s agus n\u00ed raibh s\u00e9 chomh fada uaim anois is a bh\u00ed s\u00e9 n\u00edos luaithe. \u00a0Bh\u00ed an bh\u00e1isteach n\u00edos troime anois freisin. Lean m\u00e9 ar aghaidh go dt\u00ed an \u2018Phantom Ranch\u2019 ag bun <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> chainneoin. Sin baile beag ina bhfuil siopa agus b\u2019fh\u00e9idir fiche both\u00e1n beag. \u00a0T\u00e1 sruth\u00e1n m\u00f3r in aice leis darb ainm \u2018Bright Angel Creek\u2019. Chonaic me a l\u00e1n daoine ar bruach an t-sruth\u00e1in, agus d\u00edreach ina dhiaidh sin chuala me torann bodhraitheach cos\u00fail le h-eitle\u00e1n cogaidh. \u00a0Ghabh me s\u00edos go dt\u00ed an bruach agus chonaic m\u00e9 go raibh s\u00e9 ag rith go tapa, agus ag d\u00e9anamh torainn mh\u00f3ir mar bh\u00ed na clocha <\/span><span style=\"color: #000000; font-size: 11pt;\">lastigh<\/span><span style=\"color: #000000; font-size: 11pt;\"> ag torm\u00e1il. Bh\u00ed an t-uisce f\u00e9in ag coipeadh go tiubh agus \u00e9 chomh dearg le fuil, geall leis, agus bh\u00ed g\u00e9aga crann \u00e1 scuabadh leo ar uachtar an uisce. \u00a0N\u00ed fhaca me a leith\u00e9id riamh. <\/span><span style=\"color: #000000; font-size: 11pt;\">Cuirfeadh<\/span><span style=\"color: #000000; font-size: 11pt;\"> s\u00e9 fait\u00edos ar dhuine ar bith! D\u2019fhiafraigh m\u00e9 de dhuine \u00e9igean c\u00e9ard a bh\u00ed ar si\u00fal. \u2018Maidhm thuile\u2019 at\u00e1 ann <\/span><span style=\"color: #000000; font-size: 11pt;\">ad\u00fairt<\/span><span style=\"color: #000000; font-size: 11pt;\"> s\u00e9, nach uamhnach \u00e9? Sea! a d\u2019fhreagair m\u00e9.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Thuig m\u00e9 d\u00edreach <\/span><span style=\"color: #000000; font-size: 11pt;\">cen<\/span><span style=\"color: #000000; font-size: 11pt;\"> f\u00e1th go bhfuil an cainneon seo mar at\u00e1 s\u00e9 anois. \u00a0Seo cumhacht an n\u00e1d\u00fair, agus go h\u00e1irithe, cumhacht an uisce ag obair thar thr\u00e9imhse fada!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Ach n\u00ed raibh m\u00e9 in ann fanacht mar bh\u00ed orm filleadh ar ais. \u00a0Bh\u00ed fait\u00edos orm, ach mar sin f\u00e9in, thosaigh m\u00e9 ag si\u00fal romham. \u00a0<\/span><span style=\"color: #000000; font-size: 11pt;\">Uaireantra<\/span><span style=\"color: #000000; font-size: 11pt;\">, chonaic m\u00e9 uisce ag scuabadh l\u00e9i in \u00e1iteanna nach sn\u00edonn s\u00ed de ghn\u00e1th. \u00a0Sin mar a <\/span><span style=\"color: #000000; font-size: 11pt;\">sc\u00e9ith<\/span><span style=\"color: #000000; font-size: 11pt;\"> an <\/span><span style=\"color: #000000; font-size: 11pt;\">abha<\/span><span style=\"color: #000000; font-size: 11pt;\">, a d\u00fairt m\u00e9 liom f\u00e9in. Bh\u00ed deifir orm anois mar bh\u00ed m\u00e9 neirbh\u00edseach. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">I dtobainne, chonaic me go raibh uisce ar gach thaobh dom, ag rith go tapa. \u00a0Bh\u00ed me gafa anseo; bh\u00ed <\/span><span style=\"color: #000000; font-size: 11pt;\">athbhuile<\/span><span style=\"color: #000000; font-size: 11pt;\"> ar mo chro\u00ed agus bh\u00ed s\u00e9 deacair an\u00e1il a <\/span><span style=\"color: #000000; font-size: 11pt;\">tharraingt..<\/span><span style=\"color: #000000; font-size: 11pt;\"> \u00a0\u201cN\u00e1 cuir scaoll f\u00fam!\u201d <\/span><span style=\"color: #000000; font-size: 11pt;\">ad\u00fairt<\/span><span style=\"color: #000000; font-size: 11pt;\"> m\u00e9 liom f\u00e9in, \u201cfan anseo <\/span><span style=\"color: #000000; font-size: 11pt;\">noim\u00e9ad<\/span><span style=\"color: #000000; font-size: 11pt;\"> agus smaoinigh ar an rud is fearr duit a dh\u00e9anamh!\u201d \u00a0Tharraing m\u00e9 m\u2019an\u00e1il go deas mall, c\u00fapla uair, agus m\u00e9 ag <\/span><span style=\"color: #000000; font-size: 11pt;\">comh\u00e1ireamh<\/span><span style=\"color: #000000; font-size: 11pt;\"> go dt\u00ed a deich gach uair. Ansin, rinne m\u00e9 <\/span><span style=\"color: #000000; font-size: 11pt;\">taithsc\u00e9ala\u00edocht<\/span><span style=\"color: #000000; font-size: 11pt;\"> agus chonaic m\u00e9 go raibh sruth amh\u00e1in n\u00edos laige n\u00e1 na cinn eile. \u00a0\u00a0Thosaigh m\u00e9 ag dul trasna an tsrutha sin, agus ag <\/span><span style=\"color: #000000; font-size: 11pt;\">\u00fasaid<\/span><span style=\"color: #000000; font-size: 11pt;\"> mo bhata\u00ed si\u00fail chun fanacht ar mo chothrom. Bh\u00ed an t-uisce go coim <\/span><span style=\"color: #000000; font-size: 11pt;\">orm ,agus<\/span><span style=\"color: #000000; font-size: 11pt;\"> bh\u00ed se an-deacair dul trasna. D\u00e1 dtitfinn thitfeadh m\u00e9 isteach in eas a bh\u00ed sa sruth agus bheinn caillte. \u00a0Ach d\u2019\u00e9irigh liom agus tar \u00e9is sin n\u00ed raibh aon fhadhb eile agam ag dul ar ais go dt\u00ed an bruach. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Nuair a bhail\u00edonn b\u00e1isteach i sruthanna beaga, agus nuair a ritheann na sruthanna sin s\u00edos meascann siad le sruthanna eile, agus go luath m\u00e9ada\u00edonn siad go dt\u00ed go <\/span><span style=\"color: #000000; font-size: 11pt;\">mbionn<\/span><span style=\"color: #000000; font-size: 11pt;\"> <\/span><span style=\"color: #000000; font-size: 11pt;\">abha<\/span><span style=\"color: #000000; font-size: 11pt;\"> mh\u00f3r agus cumhacht dochreidte iontu! \u00a0Maidhm thuile a tugtar ar an <\/span><span style=\"color: #000000; font-size: 11pt;\">feinime\u00e1n<\/span><span style=\"color: #000000; font-size: 11pt;\"> seo, agus t\u00e1 s\u00e9 an-<\/span><span style=\"color: #000000; font-size: 11pt;\">d\u00e1ins\u00e9arach<\/span><span style=\"color: #000000; font-size: 11pt;\"> ar fad do gach rud beo ina bealach.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Bh\u00ed an t-\u00e1dh dearg i mo chaip\u00edn n\u00e1r tharla timpiste dom, agus caithfidh m\u00e9 <\/span><span style=\"color: #000000; font-size: 11pt;\">a<\/span><span style=\"color: #000000; font-size: 11pt;\"> admh\u00e1il go bhfuil m\u00e9 i bhfad n\u00edos c\u00farama\u00ed anois nuair a th\u00e9im ar si\u00fal\u00f3id, agus b\u00edm ag \u00e9isteacht go haireach le tuar na haimsire!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\"> <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><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>Timpeall is c\u00faig bhliain \u00f3 shin chuaigh me ar chuairt specialta go dt\u00ed an cainneon m\u00f3r in Arizona. \u00a0Ceann d\u2019Iontais\u00ed an domhain is ea an cainneoin seo agus chomh luath agus a fheiceann t\u00fa \u00e9, baineann s\u00e9 an chaint d\u00edot! C\u00e9 gurb \u00e1lainn an radharc \u00e9 \u00f3n imeall, t\u00e1 s\u00e9 i bhfad n\u00edos \u00e1ille [&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:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\">&nbsp;\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"> <\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Timpeall is c\u00faig bhliain \u00f3 shin chuaigh me ar chuairt <\/span><span style=\"color:#000000;font-size:11pt\">specialta<\/span><span style=\"color:#000000;font-size:11pt\"> go dt\u00ed an cainneon m\u00f3r in Arizona. \u00a0Ceann <\/span><span style=\"color:#000000;font-size:11pt\">d\u2019Iontais\u00ed<\/span><span style=\"color:#000000;font-size:11pt\"> an domhain is ea an cainneoin seo agus chomh luath agus a fheiceann t\u00fa \u00e9, baineann s\u00e9 an chaint d\u00edot!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">C\u00e9 gurb \u00e1lainn an radharc \u00e9 \u00f3n imeall, t\u00e1 s\u00e9 i bhfad n\u00edos \u00e1ille f\u00f3s \u00e9 a fheice\u00e1il laistigh den chainneon <\/span><span style=\"color:#000000;font-size:11pt\">fh\u00e9in<\/span><span style=\"color:#000000;font-size:11pt\">.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">T\u00e1 a fhios agam sin mar t\u00e9im ar si\u00fal\u00f3id m\u00f3r sa chainneon seo beagnach gach bliain. \u00a0Uaireanta tosa\u00edm an t-si\u00fal\u00f3id \u00f3n taobh thuaidh agus uaireanta eile \u00f3n taobh theas.  De ghn\u00e1th si\u00falaim s\u00edos go dt\u00ed an <\/span><span style=\"color:#000000;font-size:11pt\">abha<\/span><span style=\"color:#000000;font-size:11pt\"> mh\u00f3r ag bun <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> chainneoin, <\/span><span style=\"color:#000000;font-size:11pt\">Abha<\/span><span style=\"color:#000000;font-size:11pt\"> an <\/span><span style=\"color:#000000;font-size:11pt\">Cholorado<\/span><span style=\"color:#000000;font-size:11pt\">, agus ansin an\u00edos agus ar ais go dt\u00ed imeall an chainneoin.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">An t-am seo at\u00e1 i gceist agam, thosaigh m\u00e9 ar m\u2019eachtra ag a ceathair a chlog ar maidin. \u00a0Thug me faoi deara go raibh storm mh\u00f3r ar si\u00fal, <\/span><span style=\"color:#000000;font-size:11pt\">b\u2019fheidir<\/span><span style=\"color:#000000;font-size:11pt\"> fiche cilim\u00e9adar i bhfad uaim.   Chonaic m\u00e9 splancacha tintr\u00ed agus chuala m\u00e9 pl\u00e9ascanna toirn\u00ed ach bh\u00ed an aimsir maith go leor sa chainneon f\u00e9in. \u00a0Bh\u00ed se ag cur beag\u00e1n baist\u00ed san \u00e1it ina raibh m\u00e9 <\/span><span style=\"color:#000000;font-size:11pt\">fh\u00e9in<\/span><span style=\"color:#000000;font-size:11pt\"> agus chuir m\u00e9 orm mo ch\u00f3ta baist\u00ed agus ar aghaidh liom!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Bh\u00ed go maith agus <\/span><span style=\"color:#000000;font-size:11pt\">ni<\/span><span style=\"color:#000000;font-size:11pt\"> raibh go holc, agus tar \u00e9is tr\u00ed uaire, n\u00f3 mar sin, bh\u00ed an storm ar si\u00fal f\u00f3s agus n\u00ed raibh s\u00e9 chomh fada uaim anois is a bh\u00ed s\u00e9 n\u00edos luaithe. \u00a0Bh\u00ed an bh\u00e1isteach n\u00edos troime anois freisin.  Lean m\u00e9 ar aghaidh go dt\u00ed an \u2018Phantom Ranch\u2019 ag bun <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> chainneoin.  Sin baile beag ina bhfuil siopa agus b\u2019fh\u00e9idir fiche both\u00e1n beag. \u00a0T\u00e1 sruth\u00e1n m\u00f3r in aice leis darb ainm \u2018Bright Angel Creek\u2019.  Chonaic me a l\u00e1n daoine ar bruach an t-sruth\u00e1in, agus d\u00edreach ina dhiaidh sin chuala me torann bodhraitheach cos\u00fail le h-eitle\u00e1n cogaidh. \u00a0Ghabh me s\u00edos go dt\u00ed an bruach agus chonaic m\u00e9 go raibh s\u00e9 ag rith go tapa, agus ag d\u00e9anamh torainn mh\u00f3ir mar bh\u00ed na clocha <\/span><span style=\"color:#000000;font-size:11pt\">lastigh<\/span><span style=\"color:#000000;font-size:11pt\"> ag torm\u00e1il.  Bh\u00ed an t-uisce f\u00e9in ag coipeadh go tiubh agus \u00e9 chomh dearg le fuil, geall leis, agus bh\u00ed g\u00e9aga crann \u00e1 scuabadh leo ar uachtar an uisce. \u00a0N\u00ed fhaca me a leith\u00e9id riamh.  <\/span><span style=\"color:#000000;font-size:11pt\">Cuirfeadh<\/span><span style=\"color:#000000;font-size:11pt\"> s\u00e9 fait\u00edos ar dhuine ar bith!  D\u2019fhiafraigh m\u00e9 de dhuine \u00e9igean c\u00e9ard a bh\u00ed ar si\u00fal.  \u2018Maidhm thuile\u2019 at\u00e1 ann <\/span><span style=\"color:#000000;font-size:11pt\">ad\u00fairt<\/span><span style=\"color:#000000;font-size:11pt\"> s\u00e9, nach uamhnach \u00e9?  Sea! a d\u2019fhreagair m\u00e9.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Thuig m\u00e9 d\u00edreach <\/span><span style=\"color:#000000;font-size:11pt\">cen<\/span><span style=\"color:#000000;font-size:11pt\"> f\u00e1th go bhfuil an cainneon seo mar at\u00e1 s\u00e9 anois. \u00a0Seo cumhacht an n\u00e1d\u00fair, agus go h\u00e1irithe, cumhacht an uisce ag obair thar thr\u00e9imhse fada!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Ach n\u00ed raibh m\u00e9 in ann fanacht mar bh\u00ed orm filleadh ar ais. \u00a0Bh\u00ed fait\u00edos orm, ach mar sin f\u00e9in, thosaigh m\u00e9 ag si\u00fal romham. \u00a0<\/span><span style=\"color:#000000;font-size:11pt\">Uaireantra<\/span><span style=\"color:#000000;font-size:11pt\">, chonaic m\u00e9 uisce ag scuabadh l\u00e9i in \u00e1iteanna nach sn\u00edonn s\u00ed de ghn\u00e1th. \u00a0Sin mar a <\/span><span style=\"color:#000000;font-size:11pt\">sc\u00e9ith<\/span><span style=\"color:#000000;font-size:11pt\"> an <\/span><span style=\"color:#000000;font-size:11pt\">abha<\/span><span style=\"color:#000000;font-size:11pt\">, a d\u00fairt m\u00e9 liom f\u00e9in.  Bh\u00ed deifir orm anois mar bh\u00ed m\u00e9 neirbh\u00edseach. <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">I dtobainne, chonaic me go raibh uisce ar gach thaobh dom, ag rith go tapa. \u00a0Bh\u00ed me gafa anseo; bh\u00ed <\/span><span style=\"color:#000000;font-size:11pt\">athbhuile<\/span><span style=\"color:#000000;font-size:11pt\"> ar mo chro\u00ed agus bh\u00ed s\u00e9 deacair an\u00e1il a <\/span><span style=\"color:#000000;font-size:11pt\">tharraingt..<\/span><span style=\"color:#000000;font-size:11pt\"> \u00a0\u201cN\u00e1 cuir scaoll f\u00fam!\u201d <\/span><span style=\"color:#000000;font-size:11pt\">ad\u00fairt<\/span><span style=\"color:#000000;font-size:11pt\"> m\u00e9 liom f\u00e9in, \u201cfan anseo <\/span><span style=\"color:#000000;font-size:11pt\">noim\u00e9ad<\/span><span style=\"color:#000000;font-size:11pt\"> agus smaoinigh ar an rud is fearr duit a dh\u00e9anamh!\u201d \u00a0Tharraing m\u00e9 m\u2019an\u00e1il go deas mall, c\u00fapla uair, agus m\u00e9 ag <\/span><span style=\"color:#000000;font-size:11pt\">comh\u00e1ireamh<\/span><span style=\"color:#000000;font-size:11pt\"> go dt\u00ed a deich gach uair.  Ansin, rinne m\u00e9 <\/span><span style=\"color:#000000;font-size:11pt\">taithsc\u00e9ala\u00edocht<\/span><span style=\"color:#000000;font-size:11pt\"> agus chonaic m\u00e9 go raibh sruth amh\u00e1in n\u00edos laige n\u00e1 na cinn eile. \u00a0\u00a0Thosaigh m\u00e9 ag dul trasna an tsrutha sin, agus ag <\/span><span style=\"color:#000000;font-size:11pt\">\u00fasaid<\/span><span style=\"color:#000000;font-size:11pt\"> mo bhata\u00ed si\u00fail chun fanacht ar mo chothrom.   Bh\u00ed an t-uisce go coim <\/span><span style=\"color:#000000;font-size:11pt\">orm ,agus<\/span><span style=\"color:#000000;font-size:11pt\"> bh\u00ed se an-deacair dul trasna.  D\u00e1 dtitfinn thitfeadh m\u00e9 isteach in eas a bh\u00ed sa sruth agus bheinn caillte. \u00a0Ach d\u2019\u00e9irigh liom agus tar \u00e9is sin n\u00ed raibh aon fhadhb eile agam ag dul ar ais go dt\u00ed an bruach. <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Nuair a bhail\u00edonn b\u00e1isteach i sruthanna beaga, agus nuair a ritheann na sruthanna sin s\u00edos meascann siad le sruthanna eile, agus go luath m\u00e9ada\u00edonn siad go dt\u00ed go <\/span><span style=\"color:#000000;font-size:11pt\">mbionn<\/span><span style=\"color:#000000;font-size:11pt\"> <\/span><span style=\"color:#000000;font-size:11pt\">abha<\/span><span style=\"color:#000000;font-size:11pt\"> mh\u00f3r agus cumhacht dochreidte iontu! \u00a0Maidhm thuile a tugtar ar an <\/span><span style=\"color:#000000;font-size:11pt\">feinime\u00e1n<\/span><span style=\"color:#000000;font-size:11pt\"> seo, agus t\u00e1 s\u00e9 an-<\/span><span style=\"color:#000000;font-size:11pt\">d\u00e1ins\u00e9arach<\/span><span style=\"color:#000000;font-size:11pt\"> ar fad do gach rud beo ina bealach.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\">Bh\u00ed an t-\u00e1dh dearg i mo chaip\u00edn n\u00e1r tharla timpiste dom, agus caithfidh m\u00e9 <\/span><span style=\"color:#000000;font-size:11pt\">a<\/span><span style=\"color:#000000;font-size:11pt\"> admh\u00e1il go bhfuil m\u00e9 i bhfad n\u00edos c\u00farama\u00ed anois nuair a th\u00e9im ar si\u00fal\u00f3id, agus b\u00edm ag \u00e9isteacht go haireach le tuar na haimsire!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1;font-size:12pt\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[45],"tags":[],"class_list":["post-7976","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pearsanta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7976","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=7976"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7976\/revisions"}],"predecessor-version":[{"id":9627,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7976\/revisions\/9627"}],"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=7976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}