{"id":7898,"date":"2020-05-13T01:44:29","date_gmt":"2020-05-13T01:44:29","guid":{"rendered":"https:\/\/mickgb.com\/?p=7898"},"modified":"2023-11-23T03:46:56","modified_gmt":"2023-11-23T03:46:56","slug":"ceisteanna-mora-na-fichidi-3","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/ceisteanna-mora-na-fichidi-3\/","title":{"rendered":"Ceisteanna M\u00f3ra na Fichid\u00ed -3!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">T\u00e1 a fhios ag gach duine at\u00e1 ina chiall nach bhfuil staid an daonlathais i Meirice\u00e1 go maith! Agus an sc\u00e9al amhlaidh, n\u00ed f\u00e9idir linn a r\u00e1 roimh r\u00e9 go h\u00e1irithe cad a tharl\u00f3idh. Mar sin f\u00e9in, t\u00e1imid in ann na scoilteanna ina gc\u00f3ras rialtais a aithint, agus leis an eolas sin, molta\u00ed a chur chun cinn ar c\u00e9ard a d\u2019fh\u00e9adfa\u00ed a dh\u00e9anamh chun feabhas a chur ar ch\u00farsa\u00ed.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Fadhbanna Strucht\u00faracha<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">T\u00e1 tr\u00ed bhrainse rialtais sna St\u00e1it Aontaithe. T\u00e1 an Seanad agus Teach na nIonadaithe sa bhrainse reachtach, agus t\u00e1 cumhacht reachtach acu.\u00a0\u00a0Is \u00e9 an tUachtar\u00e1n ceannaire an bhrainse fheidhmi\u00fach\u00e1in, agus in \u00e9ineacht leis an chomh-aireacht, riala\u00edonn siad an t\u00edr i gcomhr\u00e9ir leis na dl\u00edthe. Ar deireadh, t\u00e1 an Ch\u00fairt Uachtarach agus na C\u00fairteanna Feidear\u00e1lacha sa bhrainse bhreithi\u00fanach, agus t\u00e1 orthu an reachta\u00edocht a l\u00e9irmh\u00edni\u00fa. Ach an bhfuil an pr\u00f3iseas chun baill na mbrains\u00ed sin a roghn\u00fa f\u00e9ar\u00e1ilte? An freagra i bhfocal amh\u00e1in \u2013 n\u00edl! C\u00e9n f\u00e1th?<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Bhuel, braitheann s\u00e9 ar an mbrainse at\u00e1 i gceist. Sa Seanad, t\u00e1 beirt seanad\u00f3ir\u00ed ann \u00f3 gach st\u00e1it. T\u00e1 fadhb mh\u00f3r ag baint leis sin \u2013 t\u00e1 daonra beagnach 40 milli\u00fan duine ag California, agus t\u00e1 daonra beagnach 600 m\u00edle duine ag Wyoming \u2013 ba cheart go mbeadh 140 seanad\u00f3ir ag California mar sin chun a bheith cothrom!\u00a0\u00a0T\u00e1 fadhbanna eile i gc\u00e1s Teach na nIonadaithe. Sa ch\u00e9ad dul s\u00edos, b\u00edonn ionad amh\u00e1in le gach 750 m\u00edle duine. I gcompar\u00e1id, b\u00edonn TD amh\u00e1in le gach 29 m\u00edle duine! Ar an dara dul s\u00edos, t\u00e1 fadhb leis na ceantair v\u00f3t\u00e1la, mar bh\u00ed na Poblachtaigh in ann l\u00ednte a l\u00e1n ceantair v\u00f3t\u00e1la a athr\u00fa, chun bunt\u00e1ist\u00ed a fh\u00e1il i dtoghch\u00e1in.\u00a0\u00a0T\u00e1 focal speisialta i mB\u00e9arla ag baint leis an gcleachtadh uaf\u00e1sach seo \u2013 Gerrymandering!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">I gc\u00e1s toghch\u00e1n na hUachtar\u00e1nachta, t\u00e1 go leor fadhbanna.\u00a0\u00a0Cuirfidh m\u00e9 an bh\u00e9im anseo ar fhadhb mh\u00f3r ag baint leis an gCol\u00e1iste Toghch\u00e1in.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">I mbeagnach gach St\u00e1it, t\u00e1 riail \u2018an t-ioml\u00e1n n\u00f3 dada\u2019 i bhfeidhm, agus de r\u00e9ir na rialach sin, buann an t-iarrth\u00f3ir a bhfuil an l\u00edon is m\u00f3 v\u00f3ta\u00ed aige\/aici gach v\u00f3ta sa st\u00e1it sin. Mar sin, t\u00e1 seans maith go roghna\u00edtear Uachtar\u00e1n nach bhfuil an l\u00edon is m\u00f3 v\u00f3ta\u00ed aige\/aici sa t\u00edr ar fad. Tharla s\u00e9 sin c\u00faig huaire, agus dh\u00e1 uair le d\u00e9ana\u00ed \u2013 i 2000, le George W. Bush, agus i 2016 le Donald Trump. Is trua mh\u00f3r \u00e9 sin, i mo thuairim!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">I gc\u00e1s breithi\u00fana na C\u00fairte Uachtara\u00ed, n\u00edl aon toghch\u00e1in ann! Aon uair is g\u00e1 breitheamh nua a fh\u00e1il, roghna\u00edonn an tUachtar\u00e1n iarrth\u00f3ir agus deimhn\u00edonn an Seanad \u00e9\/\u00ed.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Is \u00e9 bun agus barr an sc\u00e9il nach rialtas daonlathach \u00e9 rialtas na St\u00e1it Aontaithe ar chor ar bith!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>An bhunfhadhb<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Is \u00e9 an t-airgead an bhunfhadhb &#8211; go h\u00e1irithe an t-airgead a chaitear i dtaca\u00edocht iarrth\u00f3ir\u00ed agus p\u00e1irtithe polait\u00edochta. Tar \u00e9is na bliana 2010, nuair a cheada\u00edtear do chomhlachta\u00ed airgead gan teorainn a thabhairt i dtaca\u00edocht toghch\u00e1in, chuaigh daonlathas na St\u00e1it Aontaithe in olcas, mar bh\u00ed c\u00fapla duine an-saibhir in ann tionchar m\u00f3r a imirt ar an gc\u00f3ras rialtais .\u00a0\u00a0Is \u00e9 an aidhm at\u00e1 ag na daoine sin n\u00e1 \u00e9ir\u00ed n\u00edos saibhre agus n\u00edos cumhachta\u00ed, ach ar an drochuair t\u00f3gann s\u00e9 sin an rialtas i dtreo olagarcachta. Faoi l\u00e1thair t\u00e1 an tUachtar\u00e1n f\u00e9in agus a ph\u00e1irt\u00ed mar ghn\u00edomhair\u00ed d\u00f3ibh, ag d\u00e9anamh mar a iarrann siad orthu \u2013 is \u00e9 sin, ag scrios an ch\u00f3ras rialtais. Mura nd\u00e9anfar beart gan mhoill, beidh na St\u00e1it Aontaithe cos\u00fail leis an R\u00fais sula i bhfad.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Molta\u00ed <\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ceapaim gurb \u00e9 an rud is fearr a dh\u00e9anamh n\u00e1 scrios an ch\u00f3ras rialtais a mhoilli\u00fa, chun tuilleadh ama a fh\u00e1il chun athruithe cuimsitheacha eile a chur i bhfeidhm. Mar sin, n\u00edl ach moladh amh\u00e1in agam, an moladh is pr\u00e1inn\u00ed ar fad. Tar \u00e9is sin, beimid in ann molta\u00ed eile a phl\u00e9!\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">T\u00e1 deis ag saor\u00e1naigh na St\u00e1it Aontaithe gn\u00edomh inmholta a dh\u00e9anamh \u2013 n\u00e1 caith v\u00f3ta\u00ed ar son Trump! Is l\u00e9ir don dall go bhfuil an tUachtar\u00e1n seo ag iarraidh a bheith mar dheacht\u00f3ir na St\u00e1it Aontaithe agus t\u00e1 s\u00e9 an-ghn\u00f3thach ag baint a rialtas as a ch\u00e9ile. D\u00e1 mbeadh ceithre bliana eile aige n\u00ed fheadair c\u00e9n dam\u00e1iste a dh\u00e9anfadh s\u00e9. B\u2019fh\u00e9idir nach mbeadh seans eile ag poblacht na St\u00e1it Aontaithe beart a dh\u00e9anamh! T\u00e1 dualgas orthu an rud ceart a dh\u00e9anamh i M\u00ed na Samhna ag an mbosca ball\u00f3ide &#8211; n\u00ed hamh\u00e1in d\u00f3ibh f\u00e9in ach d\u00fainn go l\u00e9ir ar fud an domhain a gcreideann i ndaonlathas liobr\u00e1lach!\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><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: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> T\u00e1 a fhios ag gach duine at\u00e1 ina chiall nach bhfuil staid an daonlathais i Meirice\u00e1 go maith! Agus an sc\u00e9al amhlaidh, n\u00ed f\u00e9idir linn a r\u00e1 roimh r\u00e9 go h\u00e1irithe cad a tharl\u00f3idh. Mar sin f\u00e9in, t\u00e1imid in ann na scoilteanna ina gc\u00f3ras rialtais a aithint, agus leis an eolas sin, molta\u00ed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">T\u00e1 a fhios ag gach duine at\u00e1 ina chiall nach bhfuil staid an daonlathais i Meirice\u00e1  go maith!  Agus an sc\u00e9al amhlaidh, n\u00ed f\u00e9idir linn a r\u00e1 roimh r\u00e9 go h\u00e1irithe cad a tharl\u00f3idh.  Mar sin f\u00e9in, t\u00e1imid in ann na scoilteanna ina gc\u00f3ras rialtais a aithint, agus leis an eolas sin, molta\u00ed a chur chun cinn ar c\u00e9ard a d\u2019fh\u00e9adfa\u00ed a dh\u00e9anamh chun feabhas a chur ar ch\u00farsa\u00ed.<\/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.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Fadhbanna Strucht\u00faracha<\/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.2\">T\u00e1 tr\u00ed bhrainse rialtais sna St\u00e1it Aontaithe.  T\u00e1 an Seanad agus Teach na nIonadaithe sa bhrainse reachtach, agus t\u00e1 cumhacht reachtach acu.&nbsp;&nbsp;Is \u00e9 an tUachtar\u00e1n ceannaire an bhrainse fheidhmi\u00fach\u00e1in, agus in \u00e9ineacht leis an chomh-aireacht, riala\u00edonn siad an t\u00edr i gcomhr\u00e9ir leis na dl\u00edthe.  Ar deireadh, t\u00e1 an Ch\u00fairt Uachtarach agus na C\u00fairteanna Feidear\u00e1lacha sa bhrainse bhreithi\u00fanach, agus t\u00e1 orthu an reachta\u00edocht a l\u00e9irmh\u00edni\u00fa.  Ach an bhfuil an pr\u00f3iseas chun baill na mbrains\u00ed sin a roghn\u00fa f\u00e9ar\u00e1ilte?  An freagra i bhfocal amh\u00e1in \u2013 n\u00edl!  C\u00e9n f\u00e1th?  <\/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.2\">Bhuel, braitheann s\u00e9 ar an mbrainse at\u00e1 i gceist.  Sa Seanad, t\u00e1 beirt seanad\u00f3ir\u00ed ann \u00f3 gach st\u00e1it.  T\u00e1 fadhb mh\u00f3r ag baint leis sin \u2013 t\u00e1 daonra beagnach 40 milli\u00fan duine ag California, agus t\u00e1 daonra beagnach 600 m\u00edle duine ag Wyoming \u2013 ba cheart go mbeadh 140 seanad\u00f3ir ag California mar sin chun a bheith cothrom!&nbsp;&nbsp;T\u00e1 fadhbanna eile i gc\u00e1s Teach na nIonadaithe.  Sa ch\u00e9ad dul s\u00edos, b\u00edonn ionad amh\u00e1in le gach 750 m\u00edle duine.  I gcompar\u00e1id, b\u00edonn TD amh\u00e1in le gach 29 m\u00edle duine!  Ar an dara dul s\u00edos, t\u00e1 fadhb leis na ceantair v\u00f3t\u00e1la, mar bh\u00ed na Poblachtaigh in ann l\u00ednte a l\u00e1n ceantair v\u00f3t\u00e1la a athr\u00fa, chun bunt\u00e1ist\u00ed a fh\u00e1il i dtoghch\u00e1in.&nbsp;&nbsp;T\u00e1 focal speisialta i mB\u00e9arla ag baint leis an gcleachtadh uaf\u00e1sach seo \u2013 Gerrymandering! <\/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.2\">I gc\u00e1s toghch\u00e1n na hUachtar\u00e1nachta, t\u00e1 go leor fadhbanna.&nbsp;&nbsp;Cuirfidh m\u00e9 an bh\u00e9im anseo ar fhadhb mh\u00f3r ag baint leis an gCol\u00e1iste Toghch\u00e1in.  <\/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.2\">I mbeagnach gach St\u00e1it, t\u00e1 riail \u2018an t-ioml\u00e1n n\u00f3 dada\u2019 i bhfeidhm, agus de r\u00e9ir na rialach sin, buann an t-iarrth\u00f3ir a bhfuil an l\u00edon is m\u00f3 v\u00f3ta\u00ed aige\/aici gach v\u00f3ta sa st\u00e1it sin.  Mar sin, t\u00e1 seans maith  go roghna\u00edtear Uachtar\u00e1n nach bhfuil an l\u00edon is m\u00f3 v\u00f3ta\u00ed aige\/aici sa t\u00edr ar fad.  Tharla s\u00e9 sin c\u00faig huaire, agus dh\u00e1 uair le d\u00e9ana\u00ed \u2013 i 2000, le George W. Bush, agus i 2016 le Donald Trump.  Is trua mh\u00f3r \u00e9 sin, i mo thuairim!<\/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.2\">I gc\u00e1s breithi\u00fana na C\u00fairte Uachtara\u00ed, n\u00edl aon toghch\u00e1in ann!  Aon uair is g\u00e1 breitheamh nua a fh\u00e1il, roghna\u00edonn an tUachtar\u00e1n iarrth\u00f3ir agus deimhn\u00edonn an Seanad \u00e9\/\u00ed.  <\/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.2\">Is \u00e9 bun agus barr an sc\u00e9il nach rialtas daonlathach \u00e9 rialtas na St\u00e1it Aontaithe ar chor ar bith!<\/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.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>An bhunfhadhb<\/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.2\">Is \u00e9 an t-airgead an bhunfhadhb - go h\u00e1irithe an t-airgead a chaitear i dtaca\u00edocht iarrth\u00f3ir\u00ed agus p\u00e1irtithe polait\u00edochta.  Tar \u00e9is na bliana 2010, nuair a cheada\u00edtear do chomhlachta\u00ed airgead gan teorainn a thabhairt i dtaca\u00edocht toghch\u00e1in, chuaigh daonlathas na St\u00e1it Aontaithe in olcas, mar bh\u00ed c\u00fapla duine an-saibhir in ann tionchar m\u00f3r a imirt ar an gc\u00f3ras rialtais .&nbsp;&nbsp;Is \u00e9 an aidhm at\u00e1 ag na daoine sin n\u00e1 \u00e9ir\u00ed n\u00edos saibhre agus n\u00edos cumhachta\u00ed, ach ar an drochuair t\u00f3gann s\u00e9 sin an rialtas i dtreo olagarcachta.  Faoi l\u00e1thair t\u00e1 an tUachtar\u00e1n f\u00e9in agus a ph\u00e1irt\u00ed mar ghn\u00edomhair\u00ed d\u00f3ibh, ag d\u00e9anamh mar a iarrann siad orthu \u2013 is \u00e9 sin, ag scrios an ch\u00f3ras rialtais.  Mura nd\u00e9anfar beart gan mhoill, beidh na St\u00e1it Aontaithe cos\u00fail leis an R\u00fais sula i bhfad.<\/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.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Molta\u00ed <\/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.2\">Ceapaim gurb \u00e9 an rud is fearr a dh\u00e9anamh n\u00e1 scrios an ch\u00f3ras rialtais a mhoilli\u00fa, chun tuilleadh ama a fh\u00e1il chun athruithe cuimsitheacha eile a chur i bhfeidhm.  Mar sin, n\u00edl ach moladh amh\u00e1in agam, an moladh is pr\u00e1inn\u00ed ar fad.  Tar \u00e9is sin, beimid in ann molta\u00ed eile a phl\u00e9!&nbsp;&nbsp;<\/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.2\">T\u00e1 deis ag saor\u00e1naigh na St\u00e1it Aontaithe gn\u00edomh inmholta a dh\u00e9anamh \u2013 n\u00e1 caith v\u00f3ta\u00ed ar son  Trump!  Is l\u00e9ir don dall go bhfuil an tUachtar\u00e1n seo ag iarraidh a bheith mar dheacht\u00f3ir na St\u00e1it Aontaithe agus t\u00e1 s\u00e9 an-ghn\u00f3thach ag baint a rialtas as a ch\u00e9ile.  D\u00e1 mbeadh ceithre bliana eile aige n\u00ed fheadair c\u00e9n dam\u00e1iste a dh\u00e9anfadh s\u00e9.  B\u2019fh\u00e9idir nach mbeadh seans eile ag poblacht na  St\u00e1it Aontaithe beart a dh\u00e9anamh!  T\u00e1 dualgas orthu an rud ceart a dh\u00e9anamh i M\u00ed na Samhna ag an mbosca ball\u00f3ide - n\u00ed hamh\u00e1in d\u00f3ibh f\u00e9in ach d\u00fainn go l\u00e9ir ar fud an domhain a gcreideann i ndaonlathas liobr\u00e1lach!&nbsp;&nbsp;<\/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.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><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:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[44],"tags":[],"class_list":["post-7898","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7898","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=7898"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7898\/revisions"}],"predecessor-version":[{"id":9552,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7898\/revisions\/9552"}],"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=7898"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7898"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}