{"id":9048,"date":"2023-07-05T01:29:36","date_gmt":"2023-07-05T01:29:36","guid":{"rendered":"https:\/\/mickgb.com\/?p=9048"},"modified":"2023-11-23T00:32:50","modified_gmt":"2023-11-23T00:32:50","slug":"cothrom-na-feinne-sa-bhunreacht","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/cothrom-na-feinne-sa-bhunreacht\/","title":{"rendered":"Fairness in the Constitution?"},"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_audio audio=&#8221;https:\/\/mickgb.com\/wp-content\/uploads\/2023\/10\/Cothrom-na-Feinne.m4a&#8221; title=&#8221;Cothrom na F\u00e9inne!&#8221; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_audio][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>&nbsp;<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><a id=\"m_-3967747770114223033_OLE_LINK1\"><\/a><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 style=\"color: #222222; font-size: 14pt;\">Bh\u00ed m\u00e9 ag ithe mo l\u00f3in\u00a0i\u00a0m\u2019aonar, thuas staighre sa siopa trosc\u00e1in \u2018<\/span><span style=\"color: #222222; font-size: 14pt;\">Meubles<\/span><span style=\"color: #222222; font-size: 14pt;\">\u2019 nuair a d\u2019aithin m\u00e9 mo sheanchara S\u00e9im\u00ed\u00a0i\u00a0scuaine an bhuif\u00e9.\u00a0 Chroith m\u00e9 mo l\u00e1mh air chun <\/span><span style=\"color: #222222; font-size: 14pt;\">a<\/span><span style=\"color: #222222; font-size: 14pt;\"> aird a tharraingt agus rinne s\u00e9 meangadh m\u00f3r g\u00e1ire liom roimh d\u00f3 teacht\u00a0i\u00a0mo threo.<\/span><a id=\"m_-3967747770114223033_OLE_LINK2\"><\/a><\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cDeas bualadh leat anseo a Mh\u00edch\u00edl!\u201d arsa S\u00e9im\u00ed agus \u00e9 suite os mo chomhair ag an mbord.\u00a0 \u201cN\u00ed raibh a fhios agam gur thaitin bialann \u2018<\/span><span style=\"color: #222222; font-size: 14pt;\">Meubles<\/span><span style=\"color: #222222; font-size: 14pt;\">\u2019 leat, a mhic!\u201d<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cIs aoibhinn liom an\u00a0<\/span><span style=\"color: #222222; font-size: 14pt;\">seabhdar breallach<\/span><span style=\"color: #222222; font-size: 14pt;\">\u00a0anseo.\u00a0 Ach is ormsa a bh\u00ed an t-ionadh, mar b\u00edmse anseo\u00a0i\u00a0gc\u00f3na\u00ed, agus n\u00ed fhaca m\u00e9 t\u00fa f\u00e9in anseo riamh cheana, a Sh\u00e9im\u00ed!\u201d arsa mise.<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cT\u00e1im d\u00e9anach inniu, a Mh\u00edch\u00edl, ach tagaim anseo uair n\u00f3 dh\u00f3 sa tseachtain ag me\u00e1n lae agus b\u00edm imithe laistigh de leathuair!\u201d<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cCur glaoch orm as seo amach m\u00e1 t\u00e1 mo chomhluadar ag teast\u00e1il uait, agus beidh m\u00e9 s\u00e1sta bualadh leat ag an me\u00e1n lae<\/span><span style=\"color: #222222; font-size: 14pt;\">,\u201d\u00a0 arsa<\/span><span style=\"color: #222222; font-size: 14pt;\"> mise\u00a0i\u00a0nd\u00e1ir\u00edre.<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cGo raibh maith agat, agus <\/span><span style=\"color: #222222; font-size: 14pt;\">muna<\/span><span style=\"color: #222222; font-size: 14pt;\"> bhfuil deifir orm cuirfidh m\u00e9 glaoch ort!\u201d a d\u2019fhreagair S\u00e9im\u00ed.\u00a0 \u201cAch cad faoi \u2018cothrom na f\u00e9inne\u2019 a buna\u00edodh sa t\u00edr seo tar \u00e9is \u2018\u00c9ir\u00ed Amach na C\u00e1sca, 1916\u2019?\u00a0 <\/span><span style=\"color: #222222; font-size: 14pt;\">An<\/span><span style=\"color: #222222; font-size: 14pt;\"> bhfuil aon tuairim agat anois, a Mh\u00edch\u00edl?\u201d\u00a0 Mar is gn\u00e1th do mo charasa S\u00e9im\u00ed an Droichid, chuir s\u00e9 leathcheann air f\u00e9in, agus \u00e9 do mo scr\u00fad\u00fa.<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cRoinn do thuairim\u00ed f\u00e9in liom\u00a0i\u00a0dtosach, a Sh\u00e9im\u00ed!\u201d arsa mise, \u201cagus ansin cuirfidh m\u00e9 leo.\u201d\u00a0 D\u2019\u00f3l m\u00e9 bolgam caife, agus m\u00e9 ag fanacht le cad a bheadh le r\u00e1 aige f\u00e9in.<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cMar is eol go maith duit, t\u00e1 dearcadh liobr\u00e1lach agam.\u00a0 Uair amh\u00e1in, n\u00ed raibh aon ghlacadh le mo thuairim\u00ed agus bhuail daoine lip\u00e9id hip\u00ed orm.\u00a0 Ach anois t\u00e1 t\u00edr liobr\u00e1lach, for\u00e1sach againn, beagnach saor \u00f3 chuing na hEaglaise ar deireadh.\u00a0 Nuair a chumadh \u00e9\u00a0i\u00a01934-1937, bh\u00ed an bunreacht ag teacht go l\u00e1idir le teagasc na hEaglaise, agus go h\u00e1irithe le tuairim\u00ed an Athar Mc Uaid (uachtar\u00e1n Chol\u00e1iste na Carraige Duibhe ag <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> am, agus Ardeaspag agus Pr\u00edomh\u00e1idh na h\u00c9ireann Uile n\u00edos d\u00e9ana\u00ed) agus an \u00cdos\u00e1naigh an tAthair \u00d3 <\/span><span style=\"color: #222222; font-size: 14pt;\">Cahail<\/span><span style=\"color: #222222; font-size: 14pt;\">.\u00a0 Caitlicigh choime\u00e1daigh ba iad an tri\u00far acu (<\/span><span style=\"color: #222222; font-size: 14pt;\">deValera<\/span><span style=\"color: #222222; font-size: 14pt;\">, Mc Uaid agus \u00d3 Cathail), a bh\u00ed ag obair as l\u00e1mh a ch\u00e9ile chun <\/span><span style=\"color: #222222; font-size: 14pt;\">an bunreacht a dhr\u00e9acht\u00fa.\u00a0 N\u00ed haon ionadh \u00e9 mar sin, gur bunreacht reiligi\u00fanach agus coime\u00e1dach a bh\u00ed\u00a0i\u00a0gceist acu.\u00a0 Ar <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> drochuair, bunreacht leithchealach a bh\u00ed ann freisin mar n\u00ed bhfuair cothrom na f\u00e9inne t\u00fas \u00e1ite sa bhunreacht.\u00a0 Bh\u00ed 38 reifreann ar leasuithe don bhunreacht \u00f3 1937\u00a0i\u00a0leith agus t\u00e1 an bunreacht at\u00e1 againn anois go hioml\u00e1n \u00e9ags\u00fail leis agus n\u00edos fearr n\u00e1 an ch\u00e9ad cheann.\u00a0 Ach t\u00e1 obair le d\u00e9anamh f\u00f3s againn!\u201d\u00a0 Stad S\u00e9im\u00ed ag caint faoi dheireadh, agus thosaigh s\u00e9 ag ithe a shail\u00e9id ilchine\u00e1lacha.<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cAonta\u00edm leat, a chara,\u201d arsa mise.\u00a0 \u201cIs trua mh\u00f3r \u00e9 nach raibh <\/span><span style=\"color: #222222; font-size: 14pt;\">deValera<\/span><span style=\"color: #222222; font-size: 14pt;\"> n\u00edos <\/span><span style=\"color: #222222; font-size: 14pt;\">oibiachti\u00fala<\/span><span style=\"color: #222222; font-size: 14pt;\"> maidir leis an mbunreacht, ach bh\u00ed s\u00e9 faoi bhr\u00fa \u00f3 gach taobh ag an am.\u00a0 Bh\u00ed an Eaglais Chaitliceach an-chumhachtach, mar ba iad Caitlicigh diaganta formh\u00f3r an phobail ag an am.\u00a0 C\u00e9 nach raibh m\u00f3r\u00e1n Protast\u00fanaigh sa deisceart, bh\u00ed go leor sa Tuaisceart, agus ba mhaith le <\/span><span style=\"color: #222222; font-size: 14pt;\">deValera<\/span><span style=\"color: #222222; font-size: 14pt;\"> bunreacht a chumadh a bheadh oiri\u00fanach d\u00f3ibhsean freisin.\u00a0 Bh\u00ed s\u00e9 deacair d\u00f3 an d\u00e1 thr\u00e1 a fhreastal, \u00e1fach, agus c\u00e9 go ndearna s\u00e9 comhartha s\u00edoch\u00e1na sa bhunreacht do na Protast\u00fanaigh, bh\u00ed <\/span><span style=\"color: #222222; font-size: 14pt;\">deValera<\/span><span style=\"color: #222222; font-size: 14pt;\"> faoi r\u00e9ir ag an Eaglais Chaitliceach, agus is l\u00e9ir sin sa bhunreacht a d\u2019fhoilsigh s\u00e9\u00a0i\u00a01937.\u201d<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cDen ch\u00e9ad uair riamh, n\u00edl muid ag arg\u00f3int le ch\u00e9ile a Mh\u00edch\u00edl!\u201d arsa S\u00e9im\u00ed, agus \u00e9 ag g\u00e1ire.\u00a0 \u201cT\u00e1 athruithe m\u00f3ra sa bhunreacht anois maidir le colscaradh, ginmhilleadh agus p\u00f3sadh comhghn\u00e9is a bheadh doshamhlaithe tr\u00edocha bliain \u00f3 shin.\u00a0 Ach <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> bhfuil muid cr\u00edochnaithe f\u00f3s?\u201d\u00a0<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cN\u00edl,\u00a0i\u00a0nd\u00e1ir\u00edre, mar a d\u00faramar!\u201d arsa mise.\u00a0 \u201cT\u00e1 agus beidh obair le d\u00e9anamh againn go deo.\u00a0 Ach c\u00e9 go bhfuil go leor le d\u00e9anamh againn f\u00f3s, is \u00e9 an rud is t\u00e1bhachta\u00ed d\u00fainn le d\u00e9anamh anois d\u00edreach n\u00e1 an tagairt do mhn\u00e1 a bheith <\/span><span style=\"color: #222222; font-size: 14pt;\">f\u00e9<\/span><span style=\"color: #222222; font-size: 14pt;\"> chuing sa bhaile a bhaint amach as an mbunreacht.\u00a0 Beidh reifreann ar sin againn ar ball agus t\u00e1 s\u00fail agam go nglacfar leis <\/span><span style=\"color: #222222; font-size: 14pt;\">an<\/span><span style=\"color: #222222; font-size: 14pt;\"> leas\u00fa sin!\u201d<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cGan dabht, a Mh\u00edch\u00edl!\u201d\u00a0 arsa S\u00e9im\u00ed.\u00a0 \u201cT\u00edr <\/span><span style=\"color: #222222; font-size: 14pt;\">iarChaitliceach<\/span><span style=\"color: #222222; font-size: 14pt;\"> \u00ed \u00c9ire anois, agus t\u00e1 s\u00e9 in am deireadh go deo a chur le s\u00faist\u00ed agus le laincis\u00ed na heaglaise.\u201d<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">\u201cAr an n\u00f3ta sin, a Sh\u00e9im\u00ed, cuirimis deireadh len\u00e1r seisi\u00fain inniu!\u00a0 N\u00ed\u00a0i\u00a0gc\u00f3na\u00ed <\/span><span style=\"color: #222222; font-size: 14pt;\">a<\/span><span style=\"color: #222222; font-size: 14pt;\"> aonta\u00edmid le ch\u00e9ile, ach aonta\u00edmid ar na ruda\u00ed is t\u00e1bhachta\u00ed,\u00a0i\u00a0mo thuairim \u2013 ruda\u00ed cos\u00fail le cothrom na f\u00e9inne sa t\u00edr iontach seo.\u201d<\/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.8;\"><span style=\"color: #222222; font-size: 14pt;\">Shi\u00falamar amach le ch\u00e9ile, agus gheall m\u00e9 dom f\u00e9in go mbeinn\u00a0i\u00a0dteagmh\u00e1il le S\u00e9im\u00ed ar\u00eds roimh\u00a0i\u00a0bhfad.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK1\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK2\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><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>&nbsp; <script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script>Bh\u00ed m\u00e9 ag ithe mo l\u00f3in\u00a0i\u00a0m\u2019aonar, thuas staighre sa siopa trosc\u00e1in \u2018Meubles\u2019 nuair a d\u2019aithin m\u00e9 mo sheanchara S\u00e9im\u00ed\u00a0i\u00a0scuaine an bhuif\u00e9.\u00a0 Chroith m\u00e9 mo l\u00e1mh air chun a aird a tharraingt agus rinne s\u00e9 meangadh m\u00f3r g\u00e1ire liom roimh d\u00f3 teacht\u00a0i\u00a0mo threo. \u201cDeas bualadh leat anseo a Mh\u00edch\u00edl!\u201d arsa S\u00e9im\u00ed agus \u00e9 suite [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9165,"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:10pt;padding-bottom:0;line-height:1.27\"><strong><span style=\"color:#222222;font-size:24pt\">I\u00a0mB\u00e9al\u00a0an Phobail<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.65\"><a id=\"m_-3967747770114223033_OLE_LINK3\"><\/a><strong><span style=\"color:#222222;font-size:28pt\">\u00a0<\/span><\/strong><a id=\"m_-3967747770114223033_OLE_LINK4\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.65\"><span style=\"color:#222222;font-size:14pt\">Miche\u00e1l 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\"><a id=\"m_-3967747770114223033_OLE_LINK1\"><\/a><span style=\"color:#222222;font-size:14pt\">Bh\u00ed m\u00e9 ag ithe mo l\u00f3in\u00a0i\u00a0m\u2019aonar, thuas staighre sa siopa trosc\u00e1in \u2018<\/span><span style=\"color:#222222;font-size:14pt\">Meubles<\/span><span style=\"color:#222222;font-size:14pt\">\u2019 nuair a d\u2019aithin m\u00e9 mo sheanchara S\u00e9im\u00ed\u00a0i\u00a0scuaine an bhuif\u00e9.\u00a0 Chroith m\u00e9 mo l\u00e1mh air chun <\/span><span style=\"color:#222222;font-size:14pt\">a<\/span><span style=\"color:#222222;font-size:14pt\"> aird a tharraingt agus rinne s\u00e9 meangadh m\u00f3r g\u00e1ire liom roimh d\u00f3 teacht\u00a0i\u00a0mo threo.<\/span><a id=\"m_-3967747770114223033_OLE_LINK2\"><\/a><\/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=\"color:#222222;font-size:14pt\">\u201cDeas bualadh leat anseo a Mh\u00edch\u00edl!\u201d arsa S\u00e9im\u00ed agus \u00e9 suite os mo chomhair ag an mbord.\u00a0 \u201cN\u00ed raibh a fhios agam gur thaitin bialann \u2018<\/span><span style=\"color:#222222;font-size:14pt\">Meubles<\/span><span style=\"color:#222222;font-size:14pt\">\u2019 leat, a mhic!\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=\"color:#222222;font-size:14pt\">\u201cIs aoibhinn liom an\u00a0<\/span><span style=\"color:#222222;font-size:14pt\">seabhdar breallach<\/span><span style=\"color:#222222;font-size:14pt\">\u00a0anseo.\u00a0 Ach is ormsa a bh\u00ed an t-ionadh, mar b\u00edmse anseo\u00a0i\u00a0gc\u00f3na\u00ed, agus n\u00ed fhaca m\u00e9 t\u00fa f\u00e9in anseo riamh cheana, a Sh\u00e9im\u00ed!\u201d arsa mise.<\/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=\"color:#222222;font-size:14pt\">\u201cT\u00e1im d\u00e9anach inniu, a Mh\u00edch\u00edl, ach tagaim anseo uair n\u00f3 dh\u00f3 sa tseachtain ag me\u00e1n lae agus b\u00edm imithe laistigh de leathuair!\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=\"color:#222222;font-size:14pt\">\u201cCur glaoch orm as seo amach m\u00e1 t\u00e1 mo chomhluadar ag teast\u00e1il uait, agus beidh m\u00e9 s\u00e1sta bualadh leat ag an me\u00e1n lae<\/span><span style=\"color:#222222;font-size:14pt\">,\u201d\u00a0 arsa<\/span><span style=\"color:#222222;font-size:14pt\"> mise\u00a0i\u00a0nd\u00e1ir\u00edre.<\/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=\"color:#222222;font-size:14pt\">\u201cGo raibh maith agat, agus <\/span><span style=\"color:#222222;font-size:14pt\">muna<\/span><span style=\"color:#222222;font-size:14pt\"> bhfuil deifir orm cuirfidh m\u00e9 glaoch ort!\u201d a d\u2019fhreagair S\u00e9im\u00ed.\u00a0 \u201cAch cad faoi \u2018cothrom na f\u00e9inne\u2019 a buna\u00edodh sa t\u00edr seo tar \u00e9is \u2018\u00c9ir\u00ed Amach na C\u00e1sca, 1916\u2019?\u00a0 <\/span><span style=\"color:#222222;font-size:14pt\">An<\/span><span style=\"color:#222222;font-size:14pt\"> bhfuil aon tuairim agat anois, a Mh\u00edch\u00edl?\u201d\u00a0 Mar is gn\u00e1th do mo charasa S\u00e9im\u00ed an Droichid, chuir s\u00e9 leathcheann air f\u00e9in, agus \u00e9 do mo scr\u00fad\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=\"color:#222222;font-size:14pt\">\u201cRoinn do thuairim\u00ed f\u00e9in liom\u00a0i\u00a0dtosach, a Sh\u00e9im\u00ed!\u201d arsa mise, \u201cagus ansin cuirfidh m\u00e9 leo.\u201d\u00a0 D\u2019\u00f3l m\u00e9 bolgam caife, agus m\u00e9 ag fanacht le cad a bheadh le r\u00e1 aige f\u00e9in.<\/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=\"color:#222222;font-size:14pt\">\u201cMar is eol go maith duit, t\u00e1 dearcadh liobr\u00e1lach agam.\u00a0 Uair amh\u00e1in, n\u00ed raibh aon ghlacadh le mo thuairim\u00ed agus bhuail daoine lip\u00e9id hip\u00ed orm.\u00a0 Ach anois t\u00e1 t\u00edr liobr\u00e1lach, for\u00e1sach againn, beagnach saor \u00f3 chuing na hEaglaise ar deireadh.\u00a0 Nuair a chumadh \u00e9\u00a0i\u00a01934-1937, bh\u00ed an bunreacht ag teacht go l\u00e1idir le teagasc na hEaglaise, agus go h\u00e1irithe le tuairim\u00ed an Athar Mc Uaid (uachtar\u00e1n Chol\u00e1iste na Carraige Duibhe ag <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> am, agus Ardeaspag agus Pr\u00edomh\u00e1idh na h\u00c9ireann Uile n\u00edos d\u00e9ana\u00ed) agus an \u00cdos\u00e1naigh an tAthair \u00d3 <\/span><span style=\"color:#222222;font-size:14pt\">Cahail<\/span><span style=\"color:#222222;font-size:14pt\">.\u00a0 Caitlicigh choime\u00e1daigh ba iad an tri\u00far acu (<\/span><span style=\"color:#222222;font-size:14pt\">deValera<\/span><span style=\"color:#222222;font-size:14pt\">, Mc Uaid agus \u00d3 Cathail), a bh\u00ed ag obair as l\u00e1mh a ch\u00e9ile chun <\/span><span style=\"color:#222222;font-size:14pt\">an bunreacht a dhr\u00e9acht\u00fa.\u00a0 N\u00ed haon ionadh \u00e9 mar sin, gur bunreacht reiligi\u00fanach agus coime\u00e1dach a bh\u00ed\u00a0i\u00a0gceist acu.\u00a0 Ar <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> drochuair, bunreacht leithchealach a bh\u00ed ann freisin mar n\u00ed bhfuair cothrom na f\u00e9inne t\u00fas \u00e1ite sa bhunreacht.\u00a0 Bh\u00ed 38 reifreann ar leasuithe don bhunreacht \u00f3 1937\u00a0i\u00a0leith agus t\u00e1 an bunreacht at\u00e1 againn anois go hioml\u00e1n \u00e9ags\u00fail leis agus n\u00edos fearr n\u00e1 an ch\u00e9ad cheann.\u00a0 Ach t\u00e1 obair le d\u00e9anamh f\u00f3s againn!\u201d\u00a0 Stad S\u00e9im\u00ed ag caint faoi dheireadh, agus thosaigh s\u00e9 ag ithe a shail\u00e9id ilchine\u00e1lacha.<\/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=\"color:#222222;font-size:14pt\">\u201cAonta\u00edm leat, a chara,\u201d arsa mise.\u00a0 \u201cIs trua mh\u00f3r \u00e9 nach raibh <\/span><span style=\"color:#222222;font-size:14pt\">deValera<\/span><span style=\"color:#222222;font-size:14pt\"> n\u00edos <\/span><span style=\"color:#222222;font-size:14pt\">oibiachti\u00fala<\/span><span style=\"color:#222222;font-size:14pt\"> maidir leis an mbunreacht, ach bh\u00ed s\u00e9 faoi bhr\u00fa \u00f3 gach taobh ag an am.\u00a0 Bh\u00ed an Eaglais Chaitliceach an-chumhachtach, mar ba iad Caitlicigh diaganta formh\u00f3r an phobail ag an am.\u00a0 C\u00e9 nach raibh m\u00f3r\u00e1n Protast\u00fanaigh sa deisceart, bh\u00ed go leor sa Tuaisceart, agus ba mhaith le <\/span><span style=\"color:#222222;font-size:14pt\">deValera<\/span><span style=\"color:#222222;font-size:14pt\"> bunreacht a chumadh a bheadh oiri\u00fanach d\u00f3ibhsean freisin.\u00a0 Bh\u00ed s\u00e9 deacair d\u00f3 an d\u00e1 thr\u00e1 a fhreastal, \u00e1fach, agus c\u00e9 go ndearna s\u00e9 comhartha s\u00edoch\u00e1na sa bhunreacht do na Protast\u00fanaigh, bh\u00ed <\/span><span style=\"color:#222222;font-size:14pt\">deValera<\/span><span style=\"color:#222222;font-size:14pt\"> faoi r\u00e9ir ag an Eaglais Chaitliceach, agus is l\u00e9ir sin sa bhunreacht a d\u2019fhoilsigh s\u00e9\u00a0i\u00a01937.\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=\"color:#222222;font-size:14pt\">\u201cDen ch\u00e9ad uair riamh, n\u00edl muid ag arg\u00f3int le ch\u00e9ile a Mh\u00edch\u00edl!\u201d arsa S\u00e9im\u00ed, agus \u00e9 ag g\u00e1ire.\u00a0 \u201cT\u00e1 athruithe m\u00f3ra sa bhunreacht anois maidir le colscaradh, ginmhilleadh agus p\u00f3sadh comhghn\u00e9is a bheadh doshamhlaithe tr\u00edocha bliain \u00f3 shin.\u00a0 Ach <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> bhfuil muid cr\u00edochnaithe f\u00f3s?\u201d\u00a0<\/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=\"color:#222222;font-size:14pt\">\u201cN\u00edl,\u00a0i\u00a0nd\u00e1ir\u00edre, mar a d\u00faramar!\u201d arsa mise.\u00a0 \u201cT\u00e1 agus beidh obair le d\u00e9anamh againn go deo.\u00a0 Ach c\u00e9 go bhfuil go leor le d\u00e9anamh againn f\u00f3s, is \u00e9 an rud is t\u00e1bhachta\u00ed d\u00fainn le d\u00e9anamh anois d\u00edreach n\u00e1 an tagairt do mhn\u00e1 a bheith <\/span><span style=\"color:#222222;font-size:14pt\">f\u00e9<\/span><span style=\"color:#222222;font-size:14pt\"> chuing sa bhaile a bhaint amach as an mbunreacht.\u00a0 Beidh reifreann ar sin againn ar ball agus t\u00e1 s\u00fail agam go nglacfar leis <\/span><span style=\"color:#222222;font-size:14pt\">an<\/span><span style=\"color:#222222;font-size:14pt\"> leas\u00fa sin!\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=\"color:#222222;font-size:14pt\">\u201cGan dabht, a Mh\u00edch\u00edl!\u201d\u00a0 arsa S\u00e9im\u00ed.\u00a0 \u201cT\u00edr <\/span><span style=\"color:#222222;font-size:14pt\">iarChaitliceach<\/span><span style=\"color:#222222;font-size:14pt\"> \u00ed \u00c9ire anois, agus t\u00e1 s\u00e9 in am deireadh go deo a chur le s\u00faist\u00ed agus le laincis\u00ed na heaglaise.\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=\"color:#222222;font-size:14pt\">\u201cAr an n\u00f3ta sin, a Sh\u00e9im\u00ed, cuirimis deireadh len\u00e1r seisi\u00fain inniu!\u00a0 N\u00ed\u00a0i\u00a0gc\u00f3na\u00ed <\/span><span style=\"color:#222222;font-size:14pt\">a<\/span><span style=\"color:#222222;font-size:14pt\"> aonta\u00edmid le ch\u00e9ile, ach aonta\u00edmid ar na ruda\u00ed is t\u00e1bhachta\u00ed,\u00a0i\u00a0mo thuairim \u2013 ruda\u00ed cos\u00fail le cothrom na f\u00e9inne sa t\u00edr iontach seo.\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=\"color:#222222;font-size:14pt\">Shi\u00falamar amach le ch\u00e9ile, agus gheall m\u00e9 dom f\u00e9in go mbeinn\u00a0i\u00a0dteagmh\u00e1il le S\u00e9im\u00ed ar\u00eds roimh\u00a0i\u00a0bhfad.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK1\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK2\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;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":[38,46],"tags":[],"class_list":["post-9048","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-polaitiocht","category-stair"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/9048","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=9048"}],"version-history":[{"count":5,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/9048\/revisions"}],"predecessor-version":[{"id":9274,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/9048\/revisions\/9274"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/9165"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=9048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=9048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=9048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}