{"id":8689,"date":"2019-09-04T01:16:40","date_gmt":"2019-09-04T01:16:40","guid":{"rendered":"https:\/\/mickgb.com\/?p=8689"},"modified":"2023-11-23T03:55:33","modified_gmt":"2023-11-23T03:55:33","slug":"armagadan-cuid-a-do","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/armagadan-cuid-a-do\/","title":{"rendered":"Armagadan! Cuid a D\u00f3"},"content":{"rendered":"<p>[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>\n<h2><\/h2>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-size: 12pt;\">\n<p><b><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>Cuid a d\u00f3 &#8211; Mac an Bhacaigh!<\/b><\/p>\n<p><b>\u00a0<\/b><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAch a Sh\u00e9im\u00ed, a chara na gcarad, n\u00edor ch\u00f3ir do dhuine ar bith na nithe sin faoi Armagadan a lua, fi\u00fa, n\u00f3 nach mb\u00edodh seanfhocal againn fad\u00f3&#8230;<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u2018N\u00e1 bac le mac an bhacaigh is n\u00ed bhacfaidh mac an bhacaigh leat.\u2019<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Nach \u00e9 an sc\u00e9al c\u00e9anna \u00e9 i gc\u00e1s na coga\u00edochta sin, sa Mhe\u00e1n Oirthear.\u00a0 Ach le casadh ar cheirtl\u00edn eile ar fad, cad \u00e9 do thuairim, a Sh\u00e9im\u00ed, faoi riail agus reacht i dt\u00edr seo na h\u00c9ireann, i l\u00e1thair na huaire seo?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cIs beag nach bhf\u00e9adf\u00e1 a r\u00e1, nach bhfuil ceachtar den d\u00e1 earra sin le f\u00e1il in \u00e1r measc, faoi l\u00e1thair.\u00a0 Breathnaigh ar an chaoi a bhfuil gas\u00fair, faoi cheithre bliana d\u00e9ag d\u2019aois, imithe fi\u00e1in, i mbailte agus i gcathracha, \u00f3 cheann ceann na t\u00edre seo &#8211;\u00a0 gas\u00fair \u00e1 dt\u00f3g\u00e1il os comhair \u00e1r gc\u00fairteanna, agus iad \u00e1 scaoileadh amach ar na sr\u00e1ideanna ar\u00eds agus ar\u00eds.\u00a0 Agus i gc\u00e1s na ndaoine f\u00e1sta, n\u00ed chuireann s\u00e9 ionadh ar \u00e9inne, sa l\u00e1 at\u00e1 inniu ann, nuair a th\u00e9ann gunnad\u00f3ir isteach i dteach \u00f3sta, p\u00faic\u00edn air, gunna ina l\u00e1imh leis, si\u00falann suas chuig duine eic\u00ednt istigh ansin, agus d\u00edr\u00edonn a ghunna, agus scaoileann \u00e9, faoi mar ba mhadra, n\u00f3 nathair nimhe \u00e9.\u00a0 Sea, a chara, t\u00e1 an t\u00edr seo imithe chun an donais ar fad, le roinnt bheag blianta anuas.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAgus, a Sheim\u00ed, an gceapann t\u00fa go bhfuil leigheas ar bith ar an sc\u00e9al seo, n\u00f3 an f\u00e9idir linn an claib\u00edn a chur ar ais ar an mbuid\u00e9al ar\u00eds?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cT\u00e1 fait\u00edos orm, go bhfuil s\u00e9 ag \u00e9ir\u00ed n\u00edos deacra, agus n\u00edos deacra, in aghaidh an lae, an claib\u00edn c\u00e9anna sin a chur ar ais ar an mbuid\u00e9al, gn\u00edomh a thabharfadh deis d\u00fainn, mar phobal, smacht eic\u00ednt a fh\u00e1il ar ais ar ch\u00farsa\u00ed, in Oile\u00e1n seo na Naomh is na nOllamh.\u00a0 Ach ag an am gc\u00e9anna, n\u00ed bheinn gan d\u00f3chas, amach is amuigh.\u00a0 D\u00e1 dtos\u00f3dh an Rialtas ar pholasa\u00ed an \u201cZero Tolerance\u201d, d\u00e9arfainn go bhf\u00e9adfadh siad smacht eic\u00ednt a chur i bhfeidhm sa t\u00edr seo ar\u00eds.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAch, a Sh\u00e9im\u00ed, nach bhfuil a fhios agatsa, faoi mar at\u00e1 a fhios agamsa, go bhfuil daoine ann, agus cuma sa tsioc cad a dh\u00e9anfaidh t\u00fa, brisfidh siadsan an dl\u00ed, n\u00f3 t\u00e1 s\u00e9 de dhl\u00fath is d\u2019inneach iontu, sin a dh\u00e9anamh.\u00a0 Conas is f\u00e9idir le \u201cZero Tolerance\u201d deighle\u00e1il le daoine d\u00e1 leitheid?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cTagaim leat sa mh\u00e9id sin, t\u00e1 daoine d\u00e1 leith\u00e9id ann, ach ar \u00e1mhara\u00ed an tsaoil, n\u00edl an oiread sin d\u00edobh ann, agus d\u2019fh\u00e9adfadh an St\u00e1t d\u00edri\u00fa orthu si\u00fad, ar bhealach speisialta.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cConas a d\u2019fh\u00e9adfaid\u00eds tabhairt f\u00fathusan, n\u00f3 is dream iad, nach bhfuil meas ar bith acu ar riail n\u00f3 ar reacht, ar Dhia n\u00f3 ar dheamhan?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cGlacaim leis gur leag t\u00fa do mh\u00e9ar ar an bhfadhb ansin, ach nach bhfuil seanfhocal againn fh\u00e9in sa Ghaeilge adeir, gur \u201cFonn a dh\u00e9anann Fiach\u201d, is \u00e9 sin, m\u00e1 theasta\u00edonn uainn \u00e9 a dh\u00e9anamh, d\u00e9anfaimid \u00e9.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAch, n\u00edor \u00e9irigh linn na daoine sin a chur faoi smacht an St\u00e1it f\u00f3s, nach bhfuil s\u00e9 ag \u00e9ir\u00ed beag\u00e1in\u00edn d\u00e9anach sa l\u00e1 anois?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cBheadh an ceart agat, gan dabht, mura bhfuil plean nua againn le sin a bhaint amach.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAgus an gceapann t\u00fa, i nd\u00e1ir\u00edre, go bhfuil a leith\u00e9id de phlean ann?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cCheapfainn go bhfuil!\u00a0 N\u00edl ach sl\u00ed amh\u00e1in againn as an bhfadhb ina bhfuil muid s\u00e1innithe, ag an n\u00f3im\u00e9ad seo, agus sin na coirpigh sin uilig a imtheorainni\u00fa, agus ansin, iarracht ollmh\u00f3r a dh\u00e9anamh ar a bhfrithsh\u00f3isialtacht a leigheas.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAch, conas a d\u2019fh\u00e9adf\u00e1 na coirpigh doleigheasta sin a roghn\u00fa, m\u00e1s ea?\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cBheadh orainn sin a fh\u00e1g\u00e1il faoi cheannfoirt an Gharda S\u00edoch\u00e1na.\u00a0 Agus rud amh\u00e1in eile, dealra\u00edonn s\u00e9 go bhfuil fhios ag madra\u00ed an bhaile fi\u00fa, c\u00e9 hiad na coirpigh ch\u00e9anna sin, agus c\u00e1 bhfuil c\u00f3na\u00ed orthu, agus c\u00e9 t\u00e1 ag obair d\u00f3ibh, freisin, ach is \u00e9 an cheata\u00ed at\u00e1 sa sc\u00e9al n\u00f3 nach f\u00e9idir leis an nGarda S\u00edoch\u00e1na fianaise a bhaili\u00fa, le c\u00fais inchreidte ina gcoinne a leagan os comhair C\u00fairte, toisc go bhfuil fait\u00edos ar dhaoine sc\u00e9itheadh orthu, ar eagla a mbasctha.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cD\u00e9arfainn gur cur chuige cont\u00fairteach \u00e9 sin, cos\u00fail le St\u00e1t P\u00f3ilineach, agus go bhfuil n\u00edos m\u00f3 m\u00edbhunt\u00e1ist\u00ed n\u00e1 bunt\u00e1ist\u00ed ag baint leis!\u00a0 Faraor, caithfimid an pl\u00e9 sin a chur ar athl\u00e1, mar t\u00e1 coinne t\u00e1bhachtach agam anois!\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cMaith go leor, agus b\u00ed c\u00faramach amuigh ansin, t\u00e1 s\u00e9 cont\u00fairteach f\u00f3s!\u201d Leis sin chaoch S\u00e9im\u00ed a sh\u00fail orm agus ansin chuamar \u00e1r mbealach f\u00e9in.\u00a0 Bheadh ar an t\u00edr fanacht tamall eile leis \u00e1r nath\u00e1n gaoise!<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0<\/span><\/p>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\"><br \/><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","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>Cuid a d\u00f3 &#8211; Mac an Bhacaigh! \u00a0 \u201cAch a Sh\u00e9im\u00ed, a chara na gcarad, n\u00edor ch\u00f3ir do dhuine ar bith na nithe sin faoi Armagadan a lua, fi\u00fa, n\u00f3 nach mb\u00edodh seanfhocal againn fad\u00f3&#8230; \u2018N\u00e1 bac le mac an bhacaigh is n\u00ed bhacfaidh mac an bhacaigh leat.\u2019 Nach \u00e9 an sc\u00e9al c\u00e9anna \u00e9 [&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":"<h2><\/h2>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-size: 12pt;\"><\/p>\n<b>Cuid a d\u00f3 - Mac an Bhacaigh!<\/b>\n\n<b>\u00a0<\/b>\n\n<span style=\"font-weight: 400;\">\u201cAch a Sh\u00e9im\u00ed, a chara na gcarad, n\u00edor ch\u00f3ir do dhuine ar bith na nithe sin faoi Armagadan a lua, fi\u00fa, n\u00f3 nach mb\u00edodh seanfhocal againn fad\u00f3...<\/span>\n\n<span style=\"font-weight: 400;\">\u2018N\u00e1 bac le mac an bhacaigh is n\u00ed bhacfaidh mac an bhacaigh leat.\u2019<\/span>\n\n<span style=\"font-weight: 400;\">Nach \u00e9 an sc\u00e9al c\u00e9anna \u00e9 i gc\u00e1s na coga\u00edochta sin, sa Mhe\u00e1n Oirthear.\u00a0 Ach le casadh ar cheirtl\u00edn eile ar fad, cad \u00e9 do thuairim, a Sh\u00e9im\u00ed, faoi riail agus reacht i dt\u00edr seo na h\u00c9ireann, i l\u00e1thair na huaire seo?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cIs beag nach bhf\u00e9adf\u00e1 a r\u00e1, nach bhfuil ceachtar den d\u00e1 earra sin le f\u00e1il in \u00e1r measc, faoi l\u00e1thair.\u00a0 Breathnaigh ar an chaoi a bhfuil gas\u00fair, faoi cheithre bliana d\u00e9ag d\u2019aois, imithe fi\u00e1in, i mbailte agus i gcathracha, \u00f3 cheann ceann na t\u00edre seo -\u00a0 gas\u00fair \u00e1 dt\u00f3g\u00e1il os comhair \u00e1r gc\u00fairteanna, agus iad \u00e1 scaoileadh amach ar na sr\u00e1ideanna ar\u00eds agus ar\u00eds.\u00a0 Agus i gc\u00e1s na ndaoine f\u00e1sta, n\u00ed chuireann s\u00e9 ionadh ar \u00e9inne, sa l\u00e1 at\u00e1 inniu ann, nuair a th\u00e9ann gunnad\u00f3ir isteach i dteach \u00f3sta, p\u00faic\u00edn air, gunna ina l\u00e1imh leis, si\u00falann suas chuig duine eic\u00ednt istigh ansin, agus d\u00edr\u00edonn a ghunna, agus scaoileann \u00e9, faoi mar ba mhadra, n\u00f3 nathair nimhe \u00e9.\u00a0 Sea, a chara, t\u00e1 an t\u00edr seo imithe chun an donais ar fad, le roinnt bheag blianta anuas.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cAgus, a Sheim\u00ed, an gceapann t\u00fa go bhfuil leigheas ar bith ar an sc\u00e9al seo, n\u00f3 an f\u00e9idir linn an claib\u00edn a chur ar ais ar an mbuid\u00e9al ar\u00eds?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cT\u00e1 fait\u00edos orm, go bhfuil s\u00e9 ag \u00e9ir\u00ed n\u00edos deacra, agus n\u00edos deacra, in aghaidh an lae, an claib\u00edn c\u00e9anna sin a chur ar ais ar an mbuid\u00e9al, gn\u00edomh a thabharfadh deis d\u00fainn, mar phobal, smacht eic\u00ednt a fh\u00e1il ar ais ar ch\u00farsa\u00ed, in Oile\u00e1n seo na Naomh is na nOllamh.\u00a0 Ach ag an am gc\u00e9anna, n\u00ed bheinn gan d\u00f3chas, amach is amuigh.\u00a0 D\u00e1 dtos\u00f3dh an Rialtas ar pholasa\u00ed an \u201cZero Tolerance\u201d, d\u00e9arfainn go bhf\u00e9adfadh siad smacht eic\u00ednt a chur i bhfeidhm sa t\u00edr seo ar\u00eds.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cAch, a Sh\u00e9im\u00ed, nach bhfuil a fhios agatsa, faoi mar at\u00e1 a fhios agamsa, go bhfuil daoine ann, agus cuma sa tsioc cad a dh\u00e9anfaidh t\u00fa, brisfidh siadsan an dl\u00ed, n\u00f3 t\u00e1 s\u00e9 de dhl\u00fath is d\u2019inneach iontu, sin a dh\u00e9anamh.\u00a0 Conas is f\u00e9idir le \u201cZero Tolerance\u201d deighle\u00e1il le daoine d\u00e1 leitheid?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cTagaim leat sa mh\u00e9id sin, t\u00e1 daoine d\u00e1 leith\u00e9id ann, ach ar \u00e1mhara\u00ed an tsaoil, n\u00edl an oiread sin d\u00edobh ann, agus d\u2019fh\u00e9adfadh an St\u00e1t d\u00edri\u00fa orthu si\u00fad, ar bhealach speisialta.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cConas a d\u2019fh\u00e9adfaid\u00eds tabhairt f\u00fathusan, n\u00f3 is dream iad, nach bhfuil meas ar bith acu ar riail n\u00f3 ar reacht, ar Dhia n\u00f3 ar dheamhan?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cGlacaim leis gur leag t\u00fa do mh\u00e9ar ar an bhfadhb ansin, ach nach bhfuil seanfhocal againn fh\u00e9in sa Ghaeilge adeir, gur \u201cFonn a dh\u00e9anann Fiach\u201d, is \u00e9 sin, m\u00e1 theasta\u00edonn uainn \u00e9 a dh\u00e9anamh, d\u00e9anfaimid \u00e9.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cAch, n\u00edor \u00e9irigh linn na daoine sin a chur faoi smacht an St\u00e1it f\u00f3s, nach bhfuil s\u00e9 ag \u00e9ir\u00ed beag\u00e1in\u00edn d\u00e9anach sa l\u00e1 anois?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cBheadh an ceart agat, gan dabht, mura bhfuil plean nua againn le sin a bhaint amach.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cAgus an gceapann t\u00fa, i nd\u00e1ir\u00edre, go bhfuil a leith\u00e9id de phlean ann?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cCheapfainn go bhfuil!\u00a0 N\u00edl ach sl\u00ed amh\u00e1in againn as an bhfadhb ina bhfuil muid s\u00e1innithe, ag an n\u00f3im\u00e9ad seo, agus sin na coirpigh sin uilig a imtheorainni\u00fa, agus ansin, iarracht ollmh\u00f3r a dh\u00e9anamh ar a bhfrithsh\u00f3isialtacht a leigheas.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cAch, conas a d\u2019fh\u00e9adf\u00e1 na coirpigh doleigheasta sin a roghn\u00fa, m\u00e1s ea?\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cBheadh orainn sin a fh\u00e1g\u00e1il faoi cheannfoirt an Gharda S\u00edoch\u00e1na.\u00a0 Agus rud amh\u00e1in eile, dealra\u00edonn s\u00e9 go bhfuil fhios ag madra\u00ed an bhaile fi\u00fa, c\u00e9 hiad na coirpigh ch\u00e9anna sin, agus c\u00e1 bhfuil c\u00f3na\u00ed orthu, agus c\u00e9 t\u00e1 ag obair d\u00f3ibh, freisin, ach is \u00e9 an cheata\u00ed at\u00e1 sa sc\u00e9al n\u00f3 nach f\u00e9idir leis an nGarda S\u00edoch\u00e1na fianaise a bhaili\u00fa, le c\u00fais inchreidte ina gcoinne a leagan os comhair C\u00fairte, toisc go bhfuil fait\u00edos ar dhaoine sc\u00e9itheadh orthu, ar eagla a mbasctha.\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cD\u00e9arfainn gur cur chuige cont\u00fairteach \u00e9 sin, cos\u00fail le St\u00e1t P\u00f3ilineach, agus go bhfuil n\u00edos m\u00f3 m\u00edbhunt\u00e1ist\u00ed n\u00e1 bunt\u00e1ist\u00ed ag baint leis!\u00a0 Faraor, caithfimid an pl\u00e9 sin a chur ar athl\u00e1, mar t\u00e1 coinne t\u00e1bhachtach agam anois!\u201d<\/span>\n\n<span style=\"font-weight: 400;\">\u201cMaith go leor, agus b\u00ed c\u00faramach amuigh ansin, t\u00e1 s\u00e9 cont\u00fairteach f\u00f3s!\u201d Leis sin chaoch S\u00e9im\u00ed a sh\u00fail orm agus ansin chuamar \u00e1r mbealach f\u00e9in.\u00a0 Bheadh ar an t\u00edr fanacht tamall eile leis \u00e1r nath\u00e1n gaoise!<\/span>\n\n<span style=\"font-weight: 400;\">\u00a0<\/span>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\">\n<span style=\"display: none;\">.<\/span><\/span><\/p>","_et_gb_content_width":"","footnotes":""},"categories":[40],"tags":[],"class_list":["post-8689","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gearrscealta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=8689"}],"version-history":[{"count":4,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8689\/revisions"}],"predecessor-version":[{"id":9586,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8689\/revisions\/9586"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=8689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=8689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=8689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}