{"id":7358,"date":"2022-08-03T19:52:32","date_gmt":"2022-08-03T19:52:32","guid":{"rendered":"https:\/\/mickgb.com\/?p=7358"},"modified":"2023-11-23T00:44:03","modified_gmt":"2023-11-23T00:44:03","slug":"tuairisc-o-mheiricea-eisteachtai-roghchoiste-eanair-6","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/tuairisc-o-mheiricea-eisteachtai-roghchoiste-eanair-6\/","title":{"rendered":"Tuairisc \u00f3 Mheirice\u00e1 \u2013 \u00c9isteachta\u00ed Roghchoiste Ean\u00e1ir 6 &#8211; \u00c9isteacht 9"},"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><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><strong><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>Ag doirteadh peitril ar an tine!<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">San \u00e9isteacht seo, chuir an t-Ionada\u00ed Elaine Luria (Daonlatha\u00ed\u2013Virginia) agus an t<\/span><span style=\"font-size: 14pt;\">&#8211;<\/span><span style=\"font-size: 14pt;\">Ionada\u00ed Adam Kinzinger (Poblachtach-Illinois) na ceisteanna ar na finn\u00e9ithe &#8211; Matthew Pottinger (<\/span><span style=\"font-size: 14pt;\">iarleas<\/span><span style=\"font-size: 14pt;\">chomhairleoir Sl\u00e1nd\u00e1la N\u00e1isi\u00fanta) agus Sarah Matthews (iarp<\/span><span style=\"font-size: 14pt;\">h<\/span><span style=\"font-size: 14pt;\">reasr\u00fana\u00ed). Bh\u00ed an bheirt <\/span><span style=\"font-size: 14pt;\">fhinn\u00e9 sin<\/span><span style=\"font-size: 14pt;\"> go m\u00f3r ar son Trump<\/span><span style=\"font-size: 14pt;\">, ach nuair a <\/span><span style=\"font-size: 14pt;\">sheol s\u00e9 <\/span><span style=\"font-size: 14pt;\">tvu\u00edt gr\u00e1nna <\/span><span style=\"font-size: 14pt;\">ag 2:24 <\/span><span style=\"font-size: 14pt;\">p.m. <\/span><span style=\"font-size: 14pt;\">ar an 6 Ean\u00e1ir<\/span><span style=\"font-size: 14pt;\">, <\/span><span style=\"font-size: 14pt;\">d\u2019<\/span><span style=\"font-size: 14pt;\">\u00e9irigh siad as a bpoist ar an bpointe! <\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Chuir an Roghchoiste an bh\u00e9im ar an t-am <\/span><span style=\"font-size: 14pt;\">ar an 6 Ean\u00e1ir <\/span><span style=\"font-size: 14pt;\">idir deireadh \u00f3r\u00e1ide Trump ag an \u2018Ellipse\u2019, nuair a spreag s\u00e9 gr\u00e1scar feargach chun m\u00e1irse\u00e1il ar an gCaipeat\u00f3l, agus an n\u00f3im\u00e9ad a chuir s\u00e9 abhaile an gr\u00e1scar c\u00e9anna. <\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Bhreathnaigh Trump ar thuairisci\u00fa na c\u00edr\u00e9ibe ar an teilif\u00eds sa seomra bia sa Teach B\u00e1n. Dar le habhc\u00f3ide an T\u00ed Bh\u00e1in, Pat Cipollone, n\u00edor theastaigh le haon duine ar fhoireann Trump (seachas Trump<\/span><span style=\"font-size: 14pt;\"> f\u00e9in<\/span><span style=\"font-size: 14pt;\">) go leanfa\u00ed leis an gc\u00edr\u00e9ib. <\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">C\u00e9 n\u00e1r chuir s\u00e9 glaonna ar na p\u00f3il\u00edn\u00ed n\u00e1 aon oifigigh eile an t-ord a chur ar bun ar\u00eds le linn na c\u00edr\u00e9ibe, chur <\/span><span style=\"font-size: 14pt;\">Trump<\/span><span style=\"font-size: 14pt;\"> glaonna ar a dhl\u00edod\u00f3ir Rudy Giuliani agus ar ch\u00fapla sheanad\u00f3ir, ag iarraidh comhaireamh na v\u00f3ta\u00ed sa Chaipeat\u00f3l a mhoilli\u00fa.<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">In ionad stop a chur leis an bhfor\u00e9igean, ag 1:49 p.m. ghiolc Trump nasc d\u00e1 \u00f3r\u00e1id, ag an am c\u00e9anna agus a <\/span><span style=\"font-size: 14pt;\">d\u2019fh\u00f3gair na p\u00f3il\u00edn\u00ed <\/span><span style=\"font-size: 14pt;\">go raibh<\/span><span style=\"font-size: 14pt;\"> c\u00edr\u00e9ib a<\/span><span style=\"font-size: 14pt;\">r si\u00fal<\/span><span style=\"font-size: 14pt;\">. Ansin, dar le finn\u00e9ithe \u00e9ags\u00fala, dhoirt Trump peitreal ar an tine, nuair a chuir s\u00e9 i leith Leasuachtar\u00e1n Pence gur cladhaire a bh\u00ed ann. Mar a d\u00fairt an Roghchoiste, chuir Trump \u201cs\u00fail sprice ar a dhroim\u201d. D\u00edreach de dheasca na tvu\u00edte sin, chuaigh an <\/span><span style=\"font-size: 14pt;\">for\u00e9igean in olcas, agus ag 2:26 p.m., ba gh\u00e1 Pence a bhogadh gan mhoill go l\u00e1thair n\u00ed ba sh\u00e1bh\u00e1ilte. Uair amh\u00e1in, bh\u00ed s\u00e9 i bhfoisceacht go mbeanna\u00ed Dia do na c\u00edr\u00e9ibeoir\u00ed, agus bh\u00ed c\u00farsa\u00ed chomh dains\u00e9arach <\/span><span style=\"font-size: 14pt;\">sin <\/span><span style=\"font-size: 14pt;\">go raibh gn\u00edomhair\u00ed na r\u00fanseirbh\u00edse ag cur glaonna ar a dteaghlaigh, chun sl\u00e1n a fh\u00e1g\u00e1il d\u00f3ibh.<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"font-size: 14pt;\">T\u00e1 sibh an-speisialta<\/span><span style=\"font-size: 14pt;\">!<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Faoi dheireadh ag 2:38 p.m.<\/span><span style=\"font-size: 14pt;\"> <\/span><span style=\"font-size: 14pt;\">agus \u00e9 faoi bhr\u00fa \u00f3na chomhairleoir\u00ed, sheol Trump tvu\u00edt amach ag r\u00e1: \u201cTabhair taca\u00edocht do ph\u00f3il\u00edn\u00ed an Chaipeat\u00f3il agus do na gn\u00edomhaireachta\u00ed forfheidhmithe dl\u00ed, le do thoil! T\u00e1 siad ar son \u00e1r dt\u00edre i nd\u00e1ir\u00edre. Fanaig\u00ed socair!\u201d Ag an bpointe sin, bh\u00ed an lucht d\u00e9anta dl\u00ed i bhfolach sa Chaipeat\u00f3l agus g\u00e1smhaisc \u00e1 gcaitheamh acu.<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Lean an troid chrua go dt\u00ed 4:17 p.m. nuair a d\u2019eisigh Trump f\u00edstaifead inar labhair s\u00e9 leis an drong, ag r\u00e1: \u201cT\u00e9ig\u00ed abhaile, t\u00e1 gr\u00e1 againn daoibh, t\u00e1 sibh an-speisialta.\u201d Fuair an Roghchoiste amach go raibh na p\u00f3il\u00edn\u00ed ag f\u00e1il na l\u00e1imhe in uachtar ar na c\u00edr\u00e9ibeoir\u00ed faoin am ar eisigh Trump an taifead sin. Ag 6:01 p.m. sheol Trump tvu\u00edt eile, ag r\u00e1 leis na c\u00edr\u00e9ibeoir\u00ed gur t\u00edrghr\u00e1th\u00f3ir\u00ed iad!<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Faoi dheireadh, ar an 7 Ean\u00e1ir, d\u2019eisigh Trump taifead <\/span><span style=\"font-size: 14pt;\">eile<\/span><span style=\"font-size: 14pt;\">, ag r\u00e1 go raibh alltacht air faoin bhfor\u00e9igean, agus go gcuirfear an dl\u00ed ar aon duine a bhris <\/span><span style=\"font-size: 14pt;\">an dl\u00ed<\/span><span style=\"font-size: 14pt;\">. Gheall s\u00e9 go mbeadh an pr\u00f3iseas aistrithe in ord agus in eagar. Thaispe\u00e1in an Roghchoiste m\u00edreanna gearrtha nuair a bh\u00ed Trump ag ullmh\u00fa an taifid, ina raibh a in\u00edon Ivanka ag tabhairt comhairle d\u00f3 n\u00e1r thaitin leis. Feictear \u00e9 ag r\u00e1: \u201cN\u00edor mhaith liom a r\u00e1 go bhfuil an toghch\u00e1n cr\u00edochnaithe. N\u00edl uaim ach a r\u00e1 go bhfuil na tortha\u00ed deimhnithe ag an gComhdh\u00e1il.\u201d<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Agus, ar nd\u00f3igh, n\u00edor stad Trump riamh ag ma\u00edomh go raibh an bua aige sa toghch\u00e1n. Mar a d\u00fairt an t-Ionada\u00ed Kinzinger ar an \u00e1bhar: \u201cN\u00edl na f\u00f3rsa\u00ed a spreag Trump imithe. An id\u00e9-eola\u00edocht mh\u00edl\u00edteach, \u00e9adulangach. Na m\u00edl\u00edst\u00ed, an coimhth\u00edos agus an mh\u00edsh\u00e1stacht. Na fantais\u00edochta<\/span><span style=\"font-size: 14pt;\">\u00ed<\/span><span style=\"font-size: 14pt;\"> aist\u00ed. T\u00e1 siad go l\u00e9ir amuigh ansin f\u00f3s. R\u00e9idh le himeacht<\/span><span style=\"font-size: 14pt;\">!<\/span><span style=\"font-size: 14pt;\">\u201d<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"font-size: 14pt;\">Damhsa an tSic\u00edn!<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Rinne mearscaipeadh ar fh\u00edse\u00e1n \u00e1irithe a thaispe\u00e1in an Roghchoiste, a tharraing droch-ch\u00e1il ar an Seanad\u00f3ir Josh Hawley (Poblachtach \u2013 Missouri), duine de lucht taca\u00edochta Trump. Sa ch\u00e9ad radharc, feictear Hawley ag ard\u00fa a dhoirne mar chomhartha dl\u00fathph\u00e1irt\u00edochta leis an lucht ag\u00f3ide ar maidin ar an 6 Ean\u00e1ir. Sa dara radharc, feictear Hawley ag tabhairt r\u00faid tr\u00edd an gCaipeat\u00f3l nuair a bhris na c\u00edr\u00e9ibeoir\u00ed isteach.<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">T\u00e1 an f\u00edstaifead post\u00e1ilte ar fud an idirl\u00edn agus ceol t\u00e9ama \u2018Chariots of Fire\u2019 ar si\u00fal, in \u00e9ineacht le picti\u00far sic\u00edn\u00ed ag rith! N\u00ed ligfear d\u00f3 dearmad a dh\u00e9anamh air go br\u00e1ch!<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Ag deireadh na h\u00e9isteachta, mhol Liz Cheney (leaschathaoirleach an Roghchoiste) na finn\u00e9ithe go l\u00e9ir, ach go h\u00e1irithe Cassidy Hutchinson agus na mn\u00e1 eile, a raibh s\u00e9 de chr\u00f3gacht acu fianaise a thabhairt in ainneoin bagairt\u00ed an Uachtar\u00e1in agus a ch\u00falaist\u00edn\u00ed.<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">D\u00fairt Cheney go raibh eolas nua ag teacht chun solais agus bearna sa damba ag oscailt. Mar sin, beidh sraith eile \u00e9isteachta\u00ed poibl\u00ed i m\u00ed Mhe\u00e1n F\u00f3mhair. Beimid ar b\u00eds ag fanacht leo!<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/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>Ag doirteadh peitril ar an tine! San \u00e9isteacht seo, chuir an t-Ionada\u00ed Elaine Luria (Daonlatha\u00ed\u2013Virginia) agus an t-Ionada\u00ed Adam Kinzinger (Poblachtach-Illinois) na ceisteanna ar na finn\u00e9ithe &#8211; Matthew Pottinger (iarleaschomhairleoir Sl\u00e1nd\u00e1la N\u00e1isi\u00fanta) agus Sarah Matthews (iarphreasr\u00fana\u00ed). Bh\u00ed an bheirt fhinn\u00e9 sin go m\u00f3r ar son Trump, ach nuair a sheol s\u00e9 tvu\u00edt gr\u00e1nna ag [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"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:2.4\"><strong><span style=\"color:#000000;font-size:18pt\">\u00c9isteacht <\/span><span style=\"color:#000000;font-size:18pt\">8 (ar <\/span><span style=\"color:#000000;font-size:18pt\">an<\/span><span style=\"color:#000000;font-size:18pt\"> 21 I\u00fail)<\/span><span style=\"color:#000000;font-size:18pt\"> <\/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:2.4\"><span style=\"font-size:14pt\">Miche\u00e1l <\/span><span style=\"font-size:14pt\">Bair\u00e9ad<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"font-size:14pt\">Ag doirteadh peitril ar an tine!<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">San \u00e9isteacht seo, chuir an t-Ionada\u00ed Elaine Luria (Daonlatha\u00ed\u2013Virginia) agus an t<\/span><span style=\"font-size:14pt\">-<\/span><span style=\"font-size:14pt\">Ionada\u00ed Adam Kinzinger (Poblachtach-Illinois) na ceisteanna ar na finn\u00e9ithe - Matthew Pottinger (<\/span><span style=\"font-size:14pt\">iarleas<\/span><span style=\"font-size:14pt\">chomhairleoir Sl\u00e1nd\u00e1la N\u00e1isi\u00fanta) agus Sarah Matthews (iarp<\/span><span style=\"font-size:14pt\">h<\/span><span style=\"font-size:14pt\">reasr\u00fana\u00ed).  Bh\u00ed an bheirt <\/span><span style=\"font-size:14pt\">fhinn\u00e9 sin<\/span><span style=\"font-size:14pt\"> go m\u00f3r ar son Trump<\/span><span style=\"font-size:14pt\">, ach nuair a <\/span><span style=\"font-size:14pt\">sheol s\u00e9 <\/span><span style=\"font-size:14pt\">tvu\u00edt gr\u00e1nna <\/span><span style=\"font-size:14pt\">ag 2:24 <\/span><span style=\"font-size:14pt\">p.m. <\/span><span style=\"font-size:14pt\">ar an 6 Ean\u00e1ir<\/span><span style=\"font-size:14pt\">, <\/span><span style=\"font-size:14pt\">d\u2019<\/span><span style=\"font-size:14pt\">\u00e9irigh siad as a bpoist ar an bpointe!  <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Chuir an Roghchoiste an bh\u00e9im ar an t-am <\/span><span style=\"font-size:14pt\">ar an 6 Ean\u00e1ir <\/span><span style=\"font-size:14pt\">idir deireadh \u00f3r\u00e1ide Trump ag an \u2018Ellipse\u2019, nuair a spreag s\u00e9 gr\u00e1scar feargach chun m\u00e1irse\u00e1il ar an gCaipeat\u00f3l, agus an n\u00f3im\u00e9ad a chuir s\u00e9 abhaile an gr\u00e1scar c\u00e9anna. <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Bhreathnaigh Trump ar thuairisci\u00fa na c\u00edr\u00e9ibe ar an teilif\u00eds sa seomra bia sa Teach B\u00e1n.  Dar le habhc\u00f3ide an T\u00ed Bh\u00e1in, Pat Cipollone, n\u00edor theastaigh le haon duine ar fhoireann Trump (seachas Trump<\/span><span style=\"font-size:14pt\"> f\u00e9in<\/span><span style=\"font-size:14pt\">) go leanfa\u00ed leis an gc\u00edr\u00e9ib.   <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">C\u00e9 n\u00e1r chuir s\u00e9 glaonna ar na p\u00f3il\u00edn\u00ed n\u00e1 aon oifigigh eile an t-ord a chur ar bun ar\u00eds le linn na c\u00edr\u00e9ibe, chur <\/span><span style=\"font-size:14pt\">Trump<\/span><span style=\"font-size:14pt\"> glaonna ar a dhl\u00edod\u00f3ir Rudy Giuliani agus ar ch\u00fapla sheanad\u00f3ir, ag iarraidh comhaireamh na v\u00f3ta\u00ed sa Chaipeat\u00f3l a mhoilli\u00fa.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">In ionad stop a chur leis an bhfor\u00e9igean, ag 1:49 p.m. ghiolc Trump nasc d\u00e1 \u00f3r\u00e1id, ag an am c\u00e9anna agus a <\/span><span style=\"font-size:14pt\">d\u2019fh\u00f3gair na p\u00f3il\u00edn\u00ed <\/span><span style=\"font-size:14pt\">go raibh<\/span><span style=\"font-size:14pt\"> c\u00edr\u00e9ib a<\/span><span style=\"font-size:14pt\">r si\u00fal<\/span><span style=\"font-size:14pt\">.  Ansin, dar le finn\u00e9ithe \u00e9ags\u00fala, dhoirt Trump peitreal ar an tine, nuair a chuir s\u00e9 i leith Leasuachtar\u00e1n Pence gur cladhaire a bh\u00ed ann.  Mar a d\u00fairt an Roghchoiste, chuir Trump \u201cs\u00fail sprice ar a dhroim\u201d.  D\u00edreach de dheasca na tvu\u00edte sin, chuaigh an <\/span><span style=\"font-size:14pt\">for\u00e9igean in olcas, agus ag 2:26 p.m., ba gh\u00e1 Pence a bhogadh gan mhoill go l\u00e1thair n\u00ed ba sh\u00e1bh\u00e1ilte.  Uair amh\u00e1in, bh\u00ed s\u00e9 i bhfoisceacht go mbeanna\u00ed Dia do na c\u00edr\u00e9ibeoir\u00ed, agus bh\u00ed c\u00farsa\u00ed chomh dains\u00e9arach <\/span><span style=\"font-size:14pt\">sin <\/span><span style=\"font-size:14pt\">go raibh gn\u00edomhair\u00ed na r\u00fanseirbh\u00edse ag cur glaonna ar a dteaghlaigh, chun sl\u00e1n a fh\u00e1g\u00e1il d\u00f3ibh.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"font-size:14pt\">T\u00e1 sibh an-speisialta<\/span><span style=\"font-size:14pt\">!<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Faoi dheireadh ag 2:38 p.m.<\/span><span style=\"font-size:14pt\"> <\/span><span style=\"font-size:14pt\">agus \u00e9 faoi bhr\u00fa \u00f3na chomhairleoir\u00ed, sheol Trump tvu\u00edt amach ag r\u00e1: \u201cTabhair taca\u00edocht do ph\u00f3il\u00edn\u00ed an Chaipeat\u00f3il agus do na gn\u00edomhaireachta\u00ed forfheidhmithe dl\u00ed, le do thoil!  T\u00e1 siad ar son \u00e1r dt\u00edre i nd\u00e1ir\u00edre.  Fanaig\u00ed socair!\u201d  Ag an bpointe sin, bh\u00ed an lucht d\u00e9anta dl\u00ed i bhfolach sa Chaipeat\u00f3l agus g\u00e1smhaisc \u00e1 gcaitheamh acu.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Lean an troid chrua go dt\u00ed 4:17 p.m. nuair a d\u2019eisigh Trump f\u00edstaifead inar labhair s\u00e9 leis an drong, ag r\u00e1: \u201cT\u00e9ig\u00ed abhaile, t\u00e1 gr\u00e1 againn daoibh, t\u00e1 sibh an-speisialta.\u201d  Fuair an Roghchoiste amach go raibh na p\u00f3il\u00edn\u00ed ag f\u00e1il na l\u00e1imhe in uachtar ar na c\u00edr\u00e9ibeoir\u00ed faoin am ar eisigh Trump an taifead sin.  Ag 6:01 p.m. sheol Trump tvu\u00edt eile, ag r\u00e1 leis na c\u00edr\u00e9ibeoir\u00ed gur t\u00edrghr\u00e1th\u00f3ir\u00ed iad!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Faoi dheireadh, ar an 7 Ean\u00e1ir, d\u2019eisigh Trump taifead <\/span><span style=\"font-size:14pt\">eile<\/span><span style=\"font-size:14pt\">, ag r\u00e1 go raibh alltacht air faoin bhfor\u00e9igean, agus go gcuirfear an dl\u00ed ar aon duine a bhris <\/span><span style=\"font-size:14pt\">an dl\u00ed<\/span><span style=\"font-size:14pt\">.  Gheall s\u00e9 go mbeadh an pr\u00f3iseas aistrithe in ord agus in eagar.  Thaispe\u00e1in an Roghchoiste m\u00edreanna gearrtha nuair a bh\u00ed Trump ag ullmh\u00fa an taifid, ina raibh a in\u00edon Ivanka ag tabhairt comhairle d\u00f3 n\u00e1r thaitin leis.  Feictear \u00e9 ag r\u00e1: \u201cN\u00edor mhaith liom a r\u00e1 go bhfuil an toghch\u00e1n cr\u00edochnaithe.  N\u00edl uaim ach a r\u00e1 go bhfuil na tortha\u00ed deimhnithe ag an gComhdh\u00e1il.\u201d<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Agus, ar nd\u00f3igh, n\u00edor stad Trump riamh ag ma\u00edomh go raibh an bua aige sa toghch\u00e1n.  Mar a d\u00fairt an t-Ionada\u00ed Kinzinger ar an \u00e1bhar: \u201cN\u00edl na f\u00f3rsa\u00ed a spreag Trump imithe.  An id\u00e9-eola\u00edocht mh\u00edl\u00edteach, \u00e9adulangach.  Na m\u00edl\u00edst\u00ed, an coimhth\u00edos agus an mh\u00edsh\u00e1stacht.  Na fantais\u00edochta<\/span><span style=\"font-size:14pt\">\u00ed<\/span><span style=\"font-size:14pt\"> aist\u00ed.  T\u00e1 siad go l\u00e9ir amuigh ansin f\u00f3s.  R\u00e9idh le himeacht<\/span><span style=\"font-size:14pt\">!<\/span><span style=\"font-size:14pt\">\u201d<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"font-size:14pt\">Damhsa an tSic\u00edn!<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Rinne mearscaipeadh ar fh\u00edse\u00e1n \u00e1irithe a thaispe\u00e1in an Roghchoiste, a tharraing droch-ch\u00e1il ar an Seanad\u00f3ir Josh Hawley (Poblachtach \u2013 Missouri), duine de lucht taca\u00edochta Trump.  Sa ch\u00e9ad radharc, feictear Hawley ag ard\u00fa a dhoirne mar chomhartha dl\u00fathph\u00e1irt\u00edochta leis an lucht ag\u00f3ide ar maidin ar an 6 Ean\u00e1ir.  Sa dara radharc, feictear Hawley ag tabhairt r\u00faid tr\u00edd an gCaipeat\u00f3l nuair a bhris na c\u00edr\u00e9ibeoir\u00ed isteach.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">T\u00e1 an f\u00edstaifead post\u00e1ilte ar fud an idirl\u00edn agus ceol t\u00e9ama \u2018Chariots of Fire\u2019 ar si\u00fal, in \u00e9ineacht le picti\u00far sic\u00edn\u00ed ag rith!  N\u00ed ligfear d\u00f3 dearmad a dh\u00e9anamh air go br\u00e1ch!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Ag deireadh na h\u00e9isteachta, mhol Liz Cheney (leaschathaoirleach an Roghchoiste) na finn\u00e9ithe go l\u00e9ir, ach go h\u00e1irithe Cassidy Hutchinson agus na mn\u00e1 eile, a raibh s\u00e9 de chr\u00f3gacht acu fianaise a thabhairt in ainneoin bagairt\u00ed an Uachtar\u00e1in agus a ch\u00falaist\u00edn\u00ed.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">D\u00fairt Cheney go raibh eolas nua ag teacht chun solais agus bearna sa damba ag oscailt.  Mar sin, beidh sraith eile \u00e9isteachta\u00ed poibl\u00ed i m\u00ed Mhe\u00e1n F\u00f3mhair.  Beimid ar b\u00eds ag fanacht leo!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><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],"tags":[],"class_list":["post-7358","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-idirnaisiunta","category-polaitiocht"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7358","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=7358"}],"version-history":[{"count":5,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7358\/revisions"}],"predecessor-version":[{"id":9321,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7358\/revisions\/9321"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=7358"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7358"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7358"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}