{"id":8633,"date":"2021-09-03T22:47:07","date_gmt":"2021-09-03T22:47:07","guid":{"rendered":"https:\/\/mickgb.com\/?p=8633"},"modified":"2023-11-23T01:00:11","modified_gmt":"2023-11-23T01:00:11","slug":"tuairisc-o-mheiricea-ag-feadail-thar-reilig-na-n-impireachtai","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/tuairisc-o-mheiricea-ag-feadail-thar-reilig-na-n-impireachtai\/","title":{"rendered":"Tuairisc \u00f3 Mheirice\u00e1: Ag feada\u00edl thar Reilig na n-Impireachta\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><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=\"margin-top: 0pt; padding-top: 0; margin-bottom: 6pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"color: #222222; background-color: #ffffff;\">Chuaigh ruda\u00ed in aimhr\u00e9idh ar an Uachtar\u00e1n Biden ag an obair le d\u00e9ana\u00ed.\u00a0\u00a0Chonaiceamar go l\u00e9ir an taifead a thaispe\u00e1in go soil\u00e9ir slua m\u00f3r ar r\u00faidbhealach in aerfort Kabul ag iarraidh dul ar bord eitle\u00e1n C-17 a bh\u00ed ag inleadh.\u00a0\u00a0Tar \u00e9is \u00e9ir\u00ed in airde, n\u00ed raibh cri\u00fa an eitle\u00e1in in ann an fearas tuirlingthe a tharraingt isteach, agus n\u00edos d\u00e9ana\u00ed th\u00e1ngthas ar bhaill choirp sna loig rotha.\u00a0\u00a0Sin an \u00edomh\u00e1 a mbeidh d\u00f3ite i gcro\u00ed agus in aigne an phobail ar fud an domhain, aon uair a luafar an Afganast\u00e1in as seo amach.\u00a0\u00a0Agus b\u2019fh\u00e9idir aon uair a smaoineoidh daoine ar Joe Biden freisin \u2013 inseoidh an aimsir!\u00a0<\/span><\/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;\">Cuireann s\u00e9 i gcuimhne d\u00fainn \u00edomh\u00e1 eile \u00f3 Saigon sa bhliain 1975\u2013 h\u00e9ileacaptar ar bhloc \u00e1ras\u00e1n b\u00e9al dorais le hAmbas\u00e1id na St\u00e1it Aontaithe, agus dr\u00e9imire ina sheasamh le balla an \u00e1ras\u00e1in, agus \u00e9 pl\u00f3daithe le daoine ag iarraidh \u00e9al\u00fa \u00f3 V\u00edtneam ag deireadh an chogaidh sin.<\/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;\">Cad sa diabhal a tharla an t-am seo, an ea?<\/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;\">Imbecilic!<\/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;\">Dar le daoine a raibh r\u00f3l l\u00e1rnach acu, is \u00ed an fhadhb is m\u00f3 at\u00e1 ann n\u00e1 an tarraingt amach f\u00e9in.\u00a0\u00a0Mar shampla, chuir Iar-Phr\u00edomh-Aire na Breataine Tony Blair a thuairim l\u00e1idir in i\u00fal ag scr\u00edobh gur gn\u00edomh amaideach (B\u00e9arla: imbecilic) at\u00e1 ann nach bhfuil aon strait\u00e9is fhadt\u00e9armach ag baint leis, \u00e1 dtiom\u00e1int ag an bpolait\u00edocht.<\/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;\">Worst Deal Ever<\/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;\">Nuair a bh\u00ed s\u00e9 in oifig, bhris an tUachtar\u00e1n Trump go leor comhaontuithe idirn\u00e1isi\u00fanta, cos\u00fail le NAFTA, comhaont\u00fa Ph\u00e1ras agus an comhaont\u00fa n\u00faicl\u00e9ach leis an Iar\u00e1in. D\u00fairt s\u00e9 nach raibh ann i ngach c\u00e1s ach an socr\u00fa is measa riamh. Bh\u00ed s\u00e9 br\u00f3d\u00fail as a chumas mar idirbhearta\u00ed!\u00a0\u00a0<\/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;\">Ach rinne Trump f\u00e9in an socr\u00fa is measa riamh leis na Taliban ar an 29 Feabhra, 2020, nuair a sh\u00ednigh a riarach\u00e1n comhaont\u00fa leo. Tugtar comhaont\u00fa su\u00edoch\u00e1in air, ach n\u00ed raibh rialtas na hAfganast\u00e1ine &#8211; ceann de na p\u00e1irtithe sa chogadh san Afganast\u00e1in, mar sh\u00ednitheoir an chomhaontaithe sin. N\u00ed raibh sa chomhaont\u00fa c\u00e9anna ach gealltanas \u00f3 na Meirice\u00e1naigh tarraingt amach roimh mh\u00ed na Bealtaine 2021, agus n\u00ed bhfuair Trump aon rud suntasach ar ais.<\/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;\">Comhaont\u00fa dothuigthe \u00e9 sin, gan dabht ar bith. N\u00ed hamh\u00e1in \u00e9 sin, ach tar \u00e9is an gh\u00e9illte gan choinn\u00edoll sin, bh\u00ed cosa rialtas na hAfganast\u00e1ine nite i gceart!\u00a0\u00a0<\/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;\"><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;\">\u00cdomh\u00e1 Ch\u00e1inteach<\/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;\">Bh\u00ed Biden in aghaidh l\u00e1ithreach leantach airm SAM a bheith san Afganast\u00e1in le fada an l\u00e1. Nuair a bh\u00ed s\u00e9 ina leas-Uachtar\u00e1n, bh\u00edodh s\u00e9 ina raic idir Biden agus Obama faoin gcogadh na hAfganast\u00e1ine i gc\u00f3na\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;\">Uair amh\u00e1in, sa bhliain 2010, bh\u00ed easaontas g\u00e9ar idir an toscaire speisialta na hAfganast\u00e1ine Richard Holbrooke agus an leas-Uachtar\u00e1n Biden mar gheall ar an strait\u00e9is san Afganast\u00e1in. D\u2019aontaigh an bheirt acu nach f\u00e9idir le Meirice\u00e1 an cogadh a bhuachan, ach d\u00fairt Holbrooke go raibh dualgas orthu fanacht ann chun taca\u00edocht a thabhairt don t\u00edr. Th\u00e1inig taom feirge ar Biden agus d\u00fairt s\u00e9: \u201cN\u00edl m\u00e9 chun mo mhac a chur ar ais ann i mbaol a bh\u00e1is, ar son cearta na mban!\u201d B\u2019fh\u00e9idir gur imir a mhoth\u00fach\u00e1in l\u00e1idre chomh maith leis a mh\u00edfhoighne r\u00f3l sa chinneadh a ndearna s\u00e9 tarraingt amach as an Afganast\u00e1in, ach m\u00e1s ea, n\u00ed rud maith \u00e9 sin.<\/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;\"><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;\">Praiseach d\u00e1 dheis<\/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;\">N\u00edl aon dabht ach go bhfuil arg\u00f3int\u00ed ar an d\u00e1 thaobh \u2013 fanacht n\u00f3 imeacht. N\u00edl s\u00e9 \u00e9asca teacht ar r\u00e9iteach, mar t\u00e1 c\u00farsa\u00ed san Afganast\u00e1in chomh casta sin. Ach fi\u00fa m\u00e1 ghlacann t\u00fa le cinneadh Biden, rinne s\u00e9 praiseach a phlean a chur i bhfeidhm go h\u00e9ifeachtach. Thug s\u00e9 an Afganast\u00e1in ar ais go dt\u00ed na Taliban, tar \u00e9is fiche bliain a bheith ann, ar chostas n\u00edos m\u00f3 n\u00e1 $2 trilli\u00fan, i gcogadh in\u00e1r mara\u00edodh timpeall 200,000 duine in ioml\u00e1n. N\u00edor th\u00f3g s\u00e9 ach 10 l\u00e1 don Taliban an t\u00edr go l\u00e9ir a ghabh\u00e1il. Dealra\u00edonn s\u00e9 gur chuir s\u00e9 sin an d\u00fa-iontas ar Biden agus a riarach\u00e1n, agus is soil\u00e9ir nach raibh siad r\u00e9idh ar chor ar bith. N\u00ed raibh aon phlean aslonnaithe inchreidte ann chun coimirce aistir a thabhairt do na daoine a bheadh i gcont\u00fairt mh\u00f3r \u00f3n Taliban. Ina ionad sin, t\u00e1 go leor daoine a bh\u00ed d\u00edlis do Mheirice\u00e1 agus a chomhghuaillithe s\u00e1innithe san Afganast\u00e1in, gan aon sl\u00ed amach d\u00f3ibh. Chonaic t\u00fa na daoine ar \u00e9irigh leo dul go dt\u00ed an t-aerfort i Kabul, agus a gcruach\u00e1s.\u00a0\u00a0I nd\u00e1ir\u00edre, t\u00e1 gach duine san Afganast\u00e1in i mbaol anois, mar n\u00edl s\u00e9 ar eolas ag \u00e9inne cad a dh\u00e9anfaidh na Taliban as seo amach agus iad i gceannas sa t\u00edr anois!\u00a0\u00a0<\/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;\"><br \/><br \/><br \/><br \/><br \/><br \/><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;\"><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;\"><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;\"><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;\"><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;\"><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;\"><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;\"><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;\"><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;\">\u00a0\u00a0<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;\"><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;\">\u00a0\u00a0<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;\">\u00a0\u00a0<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;\"><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;\"><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;\"><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;\"><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;\"><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;\"><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> Chuaigh ruda\u00ed in aimhr\u00e9idh ar an Uachtar\u00e1n Biden ag an obair le d\u00e9ana\u00ed.\u00a0\u00a0Chonaiceamar go l\u00e9ir an taifead a thaispe\u00e1in go soil\u00e9ir slua m\u00f3r ar r\u00faidbhealach in aerfort Kabul ag iarraidh dul ar bord eitle\u00e1n C-17 a bh\u00ed ag inleadh.\u00a0\u00a0Tar \u00e9is \u00e9ir\u00ed in airde, n\u00ed raibh cri\u00fa an eitle\u00e1in in ann an fearas tuirlingthe [&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\"><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\"><span style=\"color:#222222;background-color:#FFFFFF\">Chuaigh ruda\u00ed in aimhr\u00e9idh ar an Uachtar\u00e1n Biden ag an obair le d\u00e9ana\u00ed.\u00a0\u00a0Chonaiceamar go l\u00e9ir an taifead a thaispe\u00e1in go soil\u00e9ir slua m\u00f3r ar r\u00faidbhealach in aerfort Kabul ag iarraidh dul ar bord eitle\u00e1n C-17 a bh\u00ed ag inleadh.\u00a0\u00a0Tar \u00e9is \u00e9ir\u00ed in airde, n\u00ed raibh cri\u00fa an eitle\u00e1in in ann an fearas tuirlingthe a tharraingt isteach, agus n\u00edos d\u00e9ana\u00ed th\u00e1ngthas ar bhaill choirp sna loig rotha.\u00a0\u00a0Sin an \u00edomh\u00e1 a mbeidh d\u00f3ite i gcro\u00ed agus in aigne an phobail ar fud an domhain, aon uair a luafar an Afganast\u00e1in as seo amach.\u00a0\u00a0Agus b\u2019fh\u00e9idir aon uair a smaoineoidh daoine ar Joe Biden freisin \u2013 inseoidh an aimsir!\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Cuireann s\u00e9 i gcuimhne d\u00fainn \u00edomh\u00e1 eile \u00f3 Saigon sa bhliain 1975\u2013 h\u00e9ileacaptar ar bhloc \u00e1ras\u00e1n b\u00e9al dorais le hAmbas\u00e1id na St\u00e1it Aontaithe, agus dr\u00e9imire ina sheasamh le balla an \u00e1ras\u00e1in, agus \u00e9 pl\u00f3daithe le daoine ag iarraidh \u00e9al\u00fa \u00f3 V\u00edtneam ag deireadh an chogaidh sin. <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Cad sa diabhal a tharla an t-am seo, an ea?<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Imbecilic!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Dar le daoine a raibh r\u00f3l l\u00e1rnach acu, is \u00ed an fhadhb is m\u00f3 at\u00e1 ann n\u00e1 an tarraingt amach f\u00e9in.&nbsp;&nbsp;Mar shampla, chuir Iar-Phr\u00edomh-Aire na Breataine Tony Blair a thuairim l\u00e1idir in i\u00fal ag scr\u00edobh gur gn\u00edomh amaideach (B\u00e9arla: imbecilic) at\u00e1 ann nach bhfuil aon strait\u00e9is fhadt\u00e9armach ag baint leis, \u00e1 dtiom\u00e1int ag an bpolait\u00edocht.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Worst Deal Ever<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Nuair a bh\u00ed s\u00e9 in oifig, bhris an tUachtar\u00e1n Trump go leor comhaontuithe idirn\u00e1isi\u00fanta, cos\u00fail le NAFTA, comhaont\u00fa Ph\u00e1ras agus an comhaont\u00fa n\u00faicl\u00e9ach leis an Iar\u00e1in.  D\u00fairt s\u00e9 nach raibh ann i ngach c\u00e1s ach an socr\u00fa is measa riamh.  Bh\u00ed s\u00e9 br\u00f3d\u00fail as a chumas mar idirbhearta\u00ed!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Ach rinne Trump f\u00e9in an socr\u00fa is measa riamh leis na Taliban ar an 29 Feabhra, 2020, nuair a sh\u00ednigh a riarach\u00e1n comhaont\u00fa leo.  Tugtar comhaont\u00fa su\u00edoch\u00e1in air, ach n\u00ed raibh rialtas na hAfganast\u00e1ine - ceann de na p\u00e1irtithe sa chogadh san Afganast\u00e1in, mar sh\u00ednitheoir an chomhaontaithe sin.  N\u00ed raibh sa chomhaont\u00fa c\u00e9anna ach gealltanas \u00f3 na Meirice\u00e1naigh tarraingt amach roimh mh\u00ed na Bealtaine 2021, agus n\u00ed bhfuair Trump aon rud suntasach ar ais.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Comhaont\u00fa dothuigthe \u00e9 sin, gan dabht ar bith.  N\u00ed hamh\u00e1in \u00e9 sin, ach tar \u00e9is an gh\u00e9illte gan choinn\u00edoll sin, bh\u00ed cosa rialtas na hAfganast\u00e1ine nite i gceart!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;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=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">\u00cdomh\u00e1 Ch\u00e1inteach<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Bh\u00ed Biden in aghaidh l\u00e1ithreach leantach airm SAM a bheith san Afganast\u00e1in le fada an l\u00e1.  Nuair a bh\u00ed s\u00e9 ina leas-Uachtar\u00e1n, bh\u00edodh s\u00e9 ina raic idir Biden agus Obama faoin gcogadh na hAfganast\u00e1ine i gc\u00f3na\u00ed.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Uair amh\u00e1in, sa bhliain 2010, bh\u00ed easaontas g\u00e9ar idir an toscaire speisialta na hAfganast\u00e1ine Richard Holbrooke agus an leas-Uachtar\u00e1n Biden mar gheall ar an strait\u00e9is san Afganast\u00e1in.  D\u2019aontaigh an bheirt acu nach f\u00e9idir le Meirice\u00e1 an cogadh a bhuachan, ach d\u00fairt Holbrooke go raibh dualgas orthu fanacht ann chun taca\u00edocht a thabhairt don t\u00edr.  Th\u00e1inig taom feirge ar Biden agus d\u00fairt s\u00e9: \u201cN\u00edl m\u00e9 chun mo mhac a chur ar ais ann i mbaol a bh\u00e1is, ar son cearta na mban!\u201d  B\u2019fh\u00e9idir gur imir a mhoth\u00fach\u00e1in l\u00e1idre chomh maith leis a mh\u00edfhoighne r\u00f3l sa chinneadh a ndearna s\u00e9 tarraingt amach as an Afganast\u00e1in, ach m\u00e1s ea, n\u00ed rud maith \u00e9 sin.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;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=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">Praiseach d\u00e1 dheis<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\">N\u00edl aon dabht ach go bhfuil arg\u00f3int\u00ed ar an d\u00e1 thaobh \u2013 fanacht n\u00f3 imeacht.  N\u00edl s\u00e9 \u00e9asca teacht ar r\u00e9iteach, mar t\u00e1 c\u00farsa\u00ed san Afganast\u00e1in chomh casta sin.  Ach fi\u00fa m\u00e1 ghlacann t\u00fa le cinneadh Biden, rinne s\u00e9 praiseach a phlean a chur i bhfeidhm go h\u00e9ifeachtach.  Thug s\u00e9 an Afganast\u00e1in ar ais go dt\u00ed na Taliban, tar \u00e9is fiche bliain a bheith ann, ar chostas n\u00edos m\u00f3 n\u00e1 $2 trilli\u00fan, i gcogadh in\u00e1r mara\u00edodh timpeall 200,000 duine in ioml\u00e1n.  N\u00edor th\u00f3g s\u00e9 ach 10 l\u00e1 don Taliban an t\u00edr go l\u00e9ir a ghabh\u00e1il.  Dealra\u00edonn s\u00e9 gur chuir s\u00e9 sin an d\u00fa-iontas ar Biden agus a riarach\u00e1n, agus is soil\u00e9ir nach raibh siad r\u00e9idh ar chor ar bith.  N\u00ed raibh aon phlean aslonnaithe inchreidte ann chun coimirce aistir a thabhairt do na daoine a bheadh i gcont\u00fairt mh\u00f3r \u00f3n Taliban.  Ina ionad sin, t\u00e1 go leor daoine a bh\u00ed d\u00edlis do Mheirice\u00e1 agus a chomhghuaillithe s\u00e1innithe san Afganast\u00e1in, gan aon sl\u00ed amach d\u00f3ibh.  Chonaic t\u00fa na daoine ar \u00e9irigh leo dul go dt\u00ed an t-aerfort i Kabul, agus a gcruach\u00e1s.&nbsp;&nbsp;I nd\u00e1ir\u00edre, t\u00e1 gach duine san Afganast\u00e1in i mbaol anois, mar n\u00edl s\u00e9 ar eolas ag \u00e9inne cad a dh\u00e9anfaidh na Taliban as seo amach agus iad i gceannas sa t\u00edr anois!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:6pt;padding-bottom:0;line-height:1.3\"><br><br><br><br><br><br><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\"><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\"><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\">  <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\"><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\"><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\"><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\"><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\"><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\">&nbsp;&nbsp;<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\"><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\">&nbsp;&nbsp;<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\">&nbsp;&nbsp;<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\"><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\"><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\"><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\"> <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\"><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\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,35,38,44],"tags":[],"class_list":["post-8633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-idirnaisiunta","category-polaitiocht","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8633","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=8633"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8633\/revisions"}],"predecessor-version":[{"id":9396,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8633\/revisions\/9396"}],"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=8633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=8633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=8633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}