{"id":8641,"date":"2021-09-29T22:47:23","date_gmt":"2021-09-29T22:47:23","guid":{"rendered":"https:\/\/mickgb.com\/?p=8641"},"modified":"2023-11-23T00:59:10","modified_gmt":"2023-11-23T00:59:10","slug":"ar-ais-sa-smugairle-roin-cuid-a-tri","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/ar-ais-sa-smugairle-roin-cuid-a-tri\/","title":{"rendered":"Ar ais sa Smugairle R\u00f3in \u2013 cuid a tr\u00ed!"},"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: 6pt; padding-bottom: 0; line-height: 1.3; 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>Bh\u00ed na lampa\u00ed teasa \u00e1 lasadh ag T\u00f3in Mh\u00f3r th\u00edos sa Smugairle R\u00f3in, in iarracht muid a bh\u00ed ann a chur ar \u00e1r gcompord agus chun custaim\u00e9ir\u00ed nua a mhealladh isteach mar a bheadh leamhan ar choinneal. Bh\u00ed S\u00e9im\u00ed agus m\u00e9 f\u00e9in i mbun comhr\u00e1 faoi na ruda\u00ed a chreideann cuid mhaith den phobal ach nach bhfuil f\u00edor ar chor ar bith. Bh\u00ed S\u00e9im\u00ed ag iarraidh an l\u00e1mh uachtar a fh\u00e1il orm sa d\u00edosp\u00f3ireacht sin agus d\u00e9anta na f\u00edrinne, bh\u00ed mo phort beagnach seinnte.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cNach mbainfeadh an radharc an an\u00e1il d\u00edot, a Mhich\u00edl?\u201d arsa S\u00e9im\u00ed agus \u00e9 ag breathn\u00fa i dtreo an chaisle\u00e1in, a bh\u00ed i bhfr\u00e1ma na habhann agus Droichead She\u00e1in.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cT\u00e1 an ceart agat, agus n\u00ed \u00e9ir\u00edm tuirseach den radharc sin riamh, a Sh\u00e9im\u00ed. Ach t\u00e1 radhairc \u00e1ille eile ar f\u00e1il sa chontae at\u00e1 chomh h\u00e1lainn, i mo thuairim!\u201d Thapaigh m\u00e9 an deis sin gan mhoill. Cheap m\u00e9 go dtarraingeoinn a aird i dtreo mionchainte.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cBraitheann s\u00e9 ar cad at\u00e1 \u00e1 lorg agat,\u201d arsa S\u00e9im\u00ed. \u201cIs maith liomsa an measc\u00e1n sa radharc seo. T\u00e1 eilimint\u00ed n\u00e1d\u00fartha agus saorga ag teacht go foirfe le ch\u00e9ile. Agus n\u00edl m\u00f3r\u00e1n ruda\u00ed de dh\u00e9ant\u00fas an duine n\u00edos \u00e1ille n\u00e1 \u00e1r gcaisle\u00e1n \u00e1rsa anseo.\u201d<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cCaithfidh m\u00e9 aont\u00fa leat faoi sin, a Sh\u00e9im\u00ed. Bh\u00ed mise ag smaoineamh faoi Inis T\u00edog, agus c\u00e9 go bhfuil na radhairc \u00e1ille at\u00e1 ar f\u00e1il ann thar a bheith iontach, caithfidh m\u00e9 a admh\u00e1il nach bhfuil aon radharc ansin chomh maorga leis an radharc seo os \u00e1r gcomhar anois.\u201d Bh\u00ed m\u00e9 an-s\u00e1sta mar n\u00ed raibh m\u00e9 faoi ionsa\u00ed agus b\u2019fh\u00e9idir gur \u00e9irigh liom an t-\u00e1bhar a athr\u00fa. Ach n\u00ed fhaca m\u00e9 an pil\u00e9ar ag teacht.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cNach \u00e9asca duit aont\u00fa liom ar chomhdh\u00e9anamh radharc, a Mhich\u00edl! Ach n\u00edl t\u00fa in ann aont\u00fa liom ar chor ar bith faoi c\u00e9 chomh neamhr\u00e9as\u00fanta is at\u00e1 go leor daoine faoi ch\u00farsa\u00ed eola\u00edochta. Nach cuma sa Diabhal, a d\u00fairt t\u00fa, nach ea?\u201d Chaoch s\u00e9 a sh\u00fail orm ansin amhail is a bh\u00ed a fhios aige cad a bh\u00ed ar intinn agam a dh\u00e9anamh.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">Toisc n\u00e1r \u00e9irigh liom le m\u2019iarracht an t-\u00e1bhar a athr\u00fa, bh\u00ed s\u00e9 ar t\u00ed agam ar dt\u00fas lean\u00faint ar aghaidh ag cosaint an dearcaidh ar sheas m\u00e9 ar a shon, ach stad m\u00e9 roimh aon fhreagra a thabhairt, agus smaoinigh m\u00e9 ar feadh n\u00f3im\u00e9id. Ag deireadh an lae nach raibh an ceart ag S\u00e9im\u00ed? Bh\u00ed m\u00e9 ag iarraidh m\u2019oineach a chosaint, ach arbh fhi\u00fa an tairbhe an triobl\u00f3id? Bh\u00ed s\u00e9 soil\u00e9ir dom n\u00e1rbh fhi\u00fa agus mar sin bh\u00ed s\u00e9 in am dul ar an umhla\u00edocht agus an fh\u00edrinne a insint ar an toirt.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cA Sh\u00e9im\u00ed, tuigim cad at\u00e1 \u00e1 r\u00e1 agat, agus t\u00e1 s\u00e9 r\u00edshoil\u00e9ir go ndearna t\u00fa machnamh domhain ar an \u00e1bhar seo. N\u00ed dhearna mise an m\u00e9id machnaimh sin, gan dabht ar bith. T\u00e1 an-chiall le do thuairim, agus glacaim leis go hioml\u00e1n. Ag briongl\u00f3ideach a bh\u00ed m\u00e9 agus t\u00e1 s\u00e9 thar a bheith soil\u00e9ir dom anois go bhfuil an domhan n\u00edos casta n\u00e1 mar a cheap m\u00e9.\u201d Lig m\u00e9 osna fhaoisimh asam ansin, agus dhiurnaigh m\u00e9 mo ghloine. Luigh m\u00e9 siar sa chathaoir, ar b\u00eds ag fanacht le cad a bheadh le r\u00e1 ag S\u00e9im\u00ed.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cT\u00e1 intinn oscailte agat, a chara, agus is rud maith \u00e9 sin, gan dabht. N\u00edl an freagra ceart ag aon duine an t-am go l\u00e9ir, mise san \u00e1ireamh\u201d, arsa S\u00e9im\u00ed. D\u2019imigh an teannas a bh\u00ed san aer ar an toirt.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cAr aon n\u00f3s, a Mhich\u00edl, is \u00e9 a bh\u00ed ar intinn agam a r\u00e1 n\u00e1 gurb iad na hamad\u00e1in c\u00e9anna sin a sh\u00e9anann na f\u00edric\u00ed at\u00e1 cionsiocair le go leor fadhbanna socha\u00ed at\u00e1 againn faoi l\u00e1thair.\u201d<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cHipit\u00e9is shuimi\u00fail \u00e9 sin, gan dabht, a Sh\u00e9im\u00ed. An bhfuil aon sampla\u00ed agat?\u201d Bh\u00ed m\u00e9 s\u00e1sta anois mar bh\u00ed comhr\u00e1 neamh bhagrach ar si\u00fal againn, agus bh\u00ed dearcadh suimi\u00fail ag S\u00e9im\u00ed ar gach \u00e1bhar. Agus an rud ba th\u00e1bhachta\u00ed \u2013 n\u00ed raibh m\u00e9 faoi ionsa\u00ed n\u00ed ba mh\u00f3! Lean S\u00e9im\u00ed ar aghaidh gan srian anois.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cN\u00edl aon easpa sampla\u00ed, a Mhich\u00edl. I ngach c\u00e1s, feictear dom go bhfuil br\u00e9ag mh\u00f3r mar phr\u00edomhch\u00fais na faidhbe m\u00f3ire at\u00e1 i gceist. Seo c\u00fapla sampla: t\u00e9amh domhanda, toghch\u00e1n na hUachtar\u00e1nachta sna St\u00e1it Aontaithe sa bhliain 2020, an cin\u00edochas, cath na hIar\u00e1ice, an lucht frith-vacsa\u00ednithe, QAnon agus go leor eile. Pioc ceann dom!\u201d<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">\u201cMaith go leor, a Sh\u00e9im\u00ed, ach b\u2019fh\u00e9idir go bhfuil s\u00e9 in am d\u00fainn imeacht. Ar mhaith leat cup\u00e1n tae ag mo theachsa?\u201d arsa mise.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\">Ba ghearr go rabhamar suite go daingean i mo theach agus tae \u00fardh\u00e9anta \u00e1 n-\u00f3l againn.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3; font-size: 11pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/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>Bh\u00ed na lampa\u00ed teasa \u00e1 lasadh ag T\u00f3in Mh\u00f3r th\u00edos sa Smugairle R\u00f3in, in iarracht muid a bh\u00ed ann a chur ar \u00e1r gcompord agus chun custaim\u00e9ir\u00ed nua a mhealladh isteach mar a bheadh leamhan ar choinneal. Bh\u00ed S\u00e9im\u00ed agus m\u00e9 f\u00e9in i mbun comhr\u00e1 faoi na ruda\u00ed a chreideann cuid mhaith den phobal [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7006,"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:2.4;font-weight:bold;font-size:18pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">Bh\u00ed na lampa\u00ed teasa \u00e1 lasadh ag T\u00f3in Mh\u00f3r th\u00edos sa Smugairle R\u00f3in, in iarracht muid a bh\u00ed ann a chur ar \u00e1r gcompord agus chun custaim\u00e9ir\u00ed nua a mhealladh isteach mar a bheadh leamhan ar choinneal.  Bh\u00ed S\u00e9im\u00ed agus m\u00e9 f\u00e9in i mbun comhr\u00e1 faoi na ruda\u00ed a chreideann cuid mhaith den phobal ach nach bhfuil f\u00edor ar chor ar bith.  Bh\u00ed S\u00e9im\u00ed ag iarraidh an l\u00e1mh uachtar a fh\u00e1il orm sa d\u00edosp\u00f3ireacht sin agus d\u00e9anta na f\u00edrinne, bh\u00ed mo phort beagnach seinnte.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cNach mbainfeadh an radharc an an\u00e1il d\u00edot, a Mhich\u00edl?\u201d  arsa S\u00e9im\u00ed agus \u00e9 ag breathn\u00fa i dtreo an chaisle\u00e1in, a bh\u00ed i bhfr\u00e1ma na habhann agus Droichead She\u00e1in.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cT\u00e1 an ceart agat, agus n\u00ed \u00e9ir\u00edm tuirseach den radharc sin riamh, a Sh\u00e9im\u00ed.  Ach t\u00e1 radhairc \u00e1ille eile ar f\u00e1il sa chontae at\u00e1 chomh h\u00e1lainn, i mo thuairim!\u201d  Thapaigh m\u00e9 an deis sin gan mhoill.  Cheap m\u00e9 go dtarraingeoinn a aird i dtreo mionchainte.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cBraitheann s\u00e9 ar cad at\u00e1 \u00e1 lorg agat,\u201d arsa S\u00e9im\u00ed.  \u201cIs maith liomsa an measc\u00e1n sa radharc seo.  T\u00e1 eilimint\u00ed n\u00e1d\u00fartha agus saorga ag teacht go foirfe le ch\u00e9ile.  Agus n\u00edl m\u00f3r\u00e1n ruda\u00ed de dh\u00e9ant\u00fas an duine n\u00edos \u00e1ille n\u00e1 \u00e1r gcaisle\u00e1n \u00e1rsa anseo.\u201d<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cCaithfidh m\u00e9 aont\u00fa leat faoi sin, a Sh\u00e9im\u00ed.  Bh\u00ed mise ag smaoineamh faoi Inis T\u00edog, agus c\u00e9 go bhfuil na radhairc \u00e1ille at\u00e1 ar f\u00e1il ann thar a bheith iontach, caithfidh m\u00e9 a admh\u00e1il nach bhfuil aon radharc ansin chomh maorga leis an radharc seo os \u00e1r gcomhar anois.\u201d  Bh\u00ed m\u00e9 an-s\u00e1sta mar n\u00ed raibh m\u00e9 faoi ionsa\u00ed agus b\u2019fh\u00e9idir gur \u00e9irigh liom an t-\u00e1bhar a athr\u00fa.  Ach n\u00ed fhaca m\u00e9 an pil\u00e9ar ag teacht.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cNach \u00e9asca duit aont\u00fa liom ar chomhdh\u00e9anamh radharc, a Mhich\u00edl!  Ach n\u00edl t\u00fa in ann aont\u00fa liom ar chor ar bith faoi c\u00e9 chomh neamhr\u00e9as\u00fanta is at\u00e1 go leor daoine faoi ch\u00farsa\u00ed eola\u00edochta.  Nach cuma sa Diabhal, a d\u00fairt t\u00fa, nach ea?\u201d  Chaoch s\u00e9 a sh\u00fail orm ansin amhail is a bh\u00ed a fhios aige cad a bh\u00ed ar intinn agam a dh\u00e9anamh.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">Toisc n\u00e1r \u00e9irigh liom le m\u2019iarracht an t-\u00e1bhar a athr\u00fa, bh\u00ed s\u00e9 ar t\u00ed agam ar dt\u00fas lean\u00faint ar aghaidh ag cosaint an dearcaidh ar sheas m\u00e9 ar a shon, ach stad m\u00e9 roimh aon fhreagra a thabhairt, agus smaoinigh m\u00e9 ar feadh n\u00f3im\u00e9id.  Ag deireadh an lae nach raibh an ceart ag S\u00e9im\u00ed?  Bh\u00ed m\u00e9 ag iarraidh m\u2019oineach a chosaint, ach arbh fhi\u00fa an tairbhe an triobl\u00f3id?  Bh\u00ed s\u00e9 soil\u00e9ir dom n\u00e1rbh fhi\u00fa agus mar sin bh\u00ed s\u00e9 in am dul ar an umhla\u00edocht agus an fh\u00edrinne a insint ar an toirt.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cA Sh\u00e9im\u00ed, tuigim cad at\u00e1 \u00e1 r\u00e1 agat, agus t\u00e1 s\u00e9 r\u00edshoil\u00e9ir go ndearna t\u00fa machnamh domhain ar an \u00e1bhar seo.  N\u00ed dhearna mise an m\u00e9id machnaimh sin, gan dabht ar bith.  T\u00e1 an-chiall le do thuairim, agus glacaim leis go hioml\u00e1n.  Ag briongl\u00f3ideach a bh\u00ed m\u00e9 agus t\u00e1 s\u00e9 thar a bheith soil\u00e9ir dom anois go bhfuil an domhan n\u00edos casta n\u00e1 mar a cheap m\u00e9.\u201d  Lig m\u00e9 osna fhaoisimh asam ansin, agus dhiurnaigh m\u00e9 mo ghloine.  Luigh m\u00e9 siar sa chathaoir, ar b\u00eds ag fanacht le cad a bheadh le r\u00e1 ag S\u00e9im\u00ed.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cT\u00e1 intinn oscailte agat, a chara, agus is rud maith \u00e9 sin, gan dabht.  N\u00edl an freagra ceart ag aon duine an t-am go l\u00e9ir, mise san \u00e1ireamh\u201d, arsa S\u00e9im\u00ed.  D\u2019imigh an teannas a bh\u00ed san aer ar an toirt.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cAr aon n\u00f3s, a Mhich\u00edl, is \u00e9 a bh\u00ed ar intinn agam a r\u00e1 n\u00e1 gurb iad na hamad\u00e1in c\u00e9anna sin a sh\u00e9anann na f\u00edric\u00ed at\u00e1 cionsiocair le go leor fadhbanna socha\u00ed at\u00e1 againn faoi l\u00e1thair.\u201d<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cHipit\u00e9is shuimi\u00fail \u00e9 sin, gan dabht, a Sh\u00e9im\u00ed.  An bhfuil aon sampla\u00ed agat?\u201d  Bh\u00ed m\u00e9 s\u00e1sta anois mar bh\u00ed comhr\u00e1 neamh bhagrach ar si\u00fal againn, agus bh\u00ed dearcadh suimi\u00fail ag S\u00e9im\u00ed ar gach \u00e1bhar.  Agus an rud ba th\u00e1bhachta\u00ed \u2013 n\u00ed raibh m\u00e9 faoi ionsa\u00ed n\u00ed ba mh\u00f3!  Lean S\u00e9im\u00ed ar aghaidh gan srian anois.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cN\u00edl aon easpa sampla\u00ed, a Mhich\u00edl.  I ngach c\u00e1s, feictear dom go bhfuil br\u00e9ag mh\u00f3r mar phr\u00edomhch\u00fais na faidhbe m\u00f3ire at\u00e1 i gceist.  Seo c\u00fapla sampla: t\u00e9amh domhanda, toghch\u00e1n na hUachtar\u00e1nachta sna St\u00e1it Aontaithe sa bhliain 2020, an cin\u00edochas, cath na hIar\u00e1ice, an lucht frith-vacsa\u00ednithe, QAnon agus go leor eile.  Pioc ceann dom!\u201d  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">\u201cMaith go leor, a Sh\u00e9im\u00ed, ach b\u2019fh\u00e9idir go bhfuil s\u00e9 in am d\u00fainn imeacht.  Ar mhaith leat cup\u00e1n tae ag mo theachsa?\u201d  arsa mise.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\">Ba ghearr go rabhamar suite go daingean i mo theach agus tae \u00fardh\u00e9anta \u00e1 n-\u00f3l againn.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"> <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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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:6pt;padding-bottom:0;line-height:1.3;font-size:11pt\"><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\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[40],"tags":[],"class_list":["post-8641","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gearrscealta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8641","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/comments?post=8641"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8641\/revisions"}],"predecessor-version":[{"id":9392,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8641\/revisions\/9392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/7006"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=8641"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=8641"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=8641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}