{"id":9079,"date":"2023-10-03T18:48:20","date_gmt":"2023-10-03T18:48:20","guid":{"rendered":"https:\/\/mickgb.com\/?p=9079"},"modified":"2023-11-23T00:30:31","modified_gmt":"2023-11-23T00:30:31","slug":"dirbheathaisneis-4-bulaiocht","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/dirbheathaisneis-4-bulaiocht\/","title":{"rendered":"Autobiography 4 - Bullying!"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _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\/Dirbheathaisneis-4.m4a&#8221; title=&#8221;D\u00edrbheathaisn\u00e9is 4 \u2013 Bula\u00edocht!&#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 _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<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\">\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><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>Is m\u00f3r an trua \u00e9 nach <\/span><span style=\"font-size: 14pt;\">raibh aon chiall n\u00e1 taith\u00ed a<\/span><span style=\"font-size: 14pt;\">gam<\/span><span style=\"font-size: 14pt;\"> nuair a bh\u00ed m\u00e9 i mo ghas\u00far<\/span><span style=\"font-size: 14pt;\">. D\u00e1 mba rud \u00e9 go raibh m\u00e9 n<\/span><span style=\"font-size: 14pt;\">\u00ed ba <\/span><span style=\"font-size: 14pt;\">c<\/span><span style=\"font-size: 14pt;\">h<\/span><span style=\"font-size: 14pt;\">iallmhaire, is d<\/span><span style=\"font-size: 14pt;\">\u00f3ich<\/span><span style=\"font-size: 14pt;\">\u00ed n\u00e1 a mhalairt <\/span><span style=\"font-size: 14pt;\">nach <\/span><span style=\"font-size: 14pt;\">nd\u00e9anfa\u00ed bula\u00edocht lean\u00fanach orm le blianta fada. <\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"font-size: 14pt;\">Cloigeann Urchair<\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">N\u00ed raibh <\/span><span style=\"font-size: 14pt;\">a l\u00e1n muin\u00edn agam asam f\u00e9in<\/span><span style=\"font-size: 14pt;\"> mar ghas\u00far<\/span><span style=\"font-size: 14pt;\">, toisc g<\/span><span style=\"font-size: 14pt;\">ur lagrach\u00e1n a bh\u00ed ionam. <\/span><span style=\"font-size: 14pt;\">Gas\u00far beag, \u00edseal ba ea m\u00e9, agus <\/span><span style=\"font-size: 14pt;\">bh\u00ed<\/span><span style=\"font-size: 14pt;\"> <\/span><span style=\"font-size: 14pt;\">asma <\/span><span style=\"font-size: 14pt;\">orm<\/span><span style=\"font-size: 14pt;\"> chun an dlaoi mhullaigh a chur ar an sc\u00e9al sin<\/span><span style=\"font-size: 14pt;\">.<\/span><span style=\"font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"font-size: 14pt;\">N\u00f3, lena chur ar bhealach eile, <\/span><span style=\"font-size: 14pt;\">briongl\u00f3id <\/span><span style=\"font-size: 14pt;\">bula\u00ed a bh\u00ed ionam, <\/span><span style=\"font-size: 14pt;\">agus<\/span><span style=\"font-size: 14pt;\"> seans beag go mbeinn in ann an f\u00f3d a s<\/span><span style=\"font-size: 14pt;\">h<\/span><span style=\"font-size: 14pt;\">easamh ar mo shon f\u00e9in.<\/span><span style=\"font-size: 14pt;\">\u00a0\u00a0<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">N\u00ed raibh m\u00e9 in ann gaisce <\/span><span style=\"font-size: 14pt;\">fisici\u00fail<\/span><span style=\"font-size: 14pt;\"> a dh\u00e9anamh<\/span><span style=\"font-size: 14pt;\">, ach bh\u00ed m\u00e9 b\u00e9alscaoilte go maith<\/span><span style=\"font-size: 14pt;\">. Mar sin, bh\u00ed m\u00e9 in ann <\/span><span style=\"font-size: 14pt;\">drochainmneacha a thabhairt ar d<\/span><span style=\"font-size: 14pt;\">haoine agus <\/span><span style=\"font-size: 14pt;\">masla\u00ed a chaitheamh leo. <\/span><span style=\"font-size: 14pt;\">Bh\u00ed go leor buachaill\u00ed ina gc\u00f3na\u00ed in east\u00e1t tith\u00edochta gar <\/span><span style=\"font-size: 14pt;\">do Bh\u00f3thair Phort Lairge, an \u00e1it a raibh c\u00f3na\u00ed orm. <\/span><span style=\"font-size: 14pt;\">Uair amh\u00e1in, bhuail<\/span><span style=\"font-size: 14pt;\"> m\u00e9<\/span><span style=\"font-size: 14pt;\"> le ceann acu, darb ainm P\u00e1draig<\/span><span style=\"font-size: 14pt;\"> \u00d3 Beannach\u00e1in<\/span><span style=\"font-size: 14pt;\">, agus thug m\u00e9 faoi deara <\/span><span style=\"font-size: 14pt;\">ar an bpointe <\/span><span style=\"font-size: 14pt;\">go raibh <\/span><span style=\"font-size: 14pt;\">s\u00e9 <\/span><span style=\"font-size: 14pt;\">beagnach maol, mar bh\u00ed s\u00e9 tar \u00e9is dordghearradh <\/span><span style=\"font-size: 14pt;\">gruaige a fh\u00e1il<\/span><span style=\"font-size: 14pt;\">, rud nach bhfeicfe\u00e1 ach go hannamh ag an am. Mar sin, <\/span><span style=\"font-size: 14pt;\">Cloigeann Urchair (Bullet Head as <\/span><span style=\"font-size: 14pt;\">B\u00e9arla<\/span><span style=\"font-size: 14pt;\">) a<\/span><span style=\"font-size: 14pt;\"> <\/span><span style=\"font-size: 14pt;\">thug m\u00e9 ar an <\/span><span style=\"font-size: 14pt;\">leaid seo<\/span><span style=\"font-size: 14pt;\">, <\/span><span style=\"font-size: 14pt;\">leasainm a scread <\/span><span style=\"font-size: 14pt;\">m\u00e9 <\/span><span style=\"font-size: 14pt;\">amach <\/span><span style=\"font-size: 14pt;\">i<\/span><span style=\"font-size: 14pt;\">n ard mo ghutha<\/span><span style=\"font-size: 14pt;\"> <\/span><span style=\"font-size: 14pt;\">an ch\u00e9ad uair eile a <\/span><span style=\"font-size: 14pt;\">chonaic<\/span><span style=\"font-size: 14pt;\"> m\u00e9 <\/span><span style=\"font-size: 14pt;\">\u00e9. Bh\u00ed m\u00e9 s\u00e1sta liom f\u00e9in tar \u00e9is sin, agus <\/span><span style=\"font-size: 14pt;\">chuir m\u00e9 as mo cheann \u00e9 ansin. Ar <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> drochuair, bh\u00ed an dam\u00e1iste d\u00e9anta, <\/span><span style=\"font-size: 14pt;\">agus bheadh costas ard ar <\/span><span style=\"font-size: 14pt;\">an bp\u00edosa spraoi sin, caithfidh m\u00e9 a admh\u00e1il!<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"font-size: 14pt;\">An Cadhnach <\/span><span style=\"font-size: 14pt;\">sa t\u00f3ir orm<\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626; font-size: 14pt;\">Bh\u00ed (agus t\u00e1 f\u00f3s) east\u00e1t tith\u00edochta <\/span><span style=\"color: #262626; font-size: 14pt;\">darb ainm Gort na Lear\u00f3ige<\/span><span style=\"color: #262626; font-size: 14pt;\"> <\/span><span style=\"color: #262626; font-size: 14pt;\">i bhfoisceacht scread asail de<\/span><span style=\"color: #262626; font-size: 14pt;\"> Bh\u00f3thar Port Lairge. De ghn\u00e1th, nuair a bh\u00ednn ag dul <\/span><span style=\"color: #262626; font-size: 14pt;\">s\u00edos chuig an mbaile m\u00f3r, th\u00e9inn tr\u00edd an east\u00e1t c\u00e9anna <\/span><span style=\"color: #262626; font-size: 14pt;\">mar aicearra. <\/span><span style=\"color: #262626; font-size: 14pt;\">An<\/span><span style=\"color: #262626; font-size: 14pt;\"> ch\u00e9ad uair eile a <\/span><span style=\"color: #262626; font-size: 14pt;\">chuaigh m\u00e9 tr\u00edd an east\u00e1t<\/span><span style=\"color: #262626; font-size: 14pt;\">, th\u00e1inig <\/span><span style=\"color: #262626; font-size: 14pt;\">baicle b<\/span><span style=\"color: #262626; font-size: 14pt;\">h<\/span><span style=\"color: #262626; font-size: 14pt;\">eag<\/span><span style=\"color: #262626; font-size: 14pt;\"> aniar aduaidh orm.<\/span><span style=\"color: #262626; font-size: 14pt;\"> I bpreab na s\u00fal, bh\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> m\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">timpeallaithe acu, gan aon sl\u00ed \u00e9alaithe agam. <\/span><span style=\"color: #262626; font-size: 14pt;\">L\u00e9im mo c<\/span><span style=\"color: #262626; font-size: 14pt;\">hro\u00ed beagnach as <\/span><span style=\"color: #262626; font-size: 14pt;\">mo chliabh le heagla, ach bh\u00ed m\u00e9 s\u00e1innithe <\/span><span style=\"color: #262626; font-size: 14pt;\">i gceart. <\/span><span style=\"color: #262626; font-size: 14pt;\">Ba \u00e9 buachaill darb ainm Tom\u00e1s \u00d3 Cadhan an ceann fea<\/span><span style=\"color: #262626; font-size: 14pt;\">dhna, agus bh\u00ed na buachaill\u00ed eile <\/span><span style=\"color: #262626; font-size: 14pt;\">i r\u00f3il taca\u00edochta. <\/span><span style=\"color: #262626; font-size: 14pt;\">Thosaigh an Cadhnach <\/span><span style=\"color: #262626; font-size: 14pt;\">le mo cheast\u00f3ireacht. <\/span><span style=\"color: #262626; font-size: 14pt;\">C\u00e1 <\/span><span style=\"color: #262626; font-size: 14pt;\">raibh<\/span><span style=\"color: #262626; font-size: 14pt;\"> m\u00e9 ag dul?<\/span><span style=\"color: #262626; font-size: 14pt;\"> <\/span><span style=\"color: #262626; font-size: 14pt;\">C\u00e9n f\u00e1th? <\/span><span style=\"color: #262626; font-size: 14pt;\">A<\/span><span style=\"color: #262626; font-size: 14pt;\">n<\/span><span style=\"color: #262626; font-size: 14pt;\"> raibh m\u00e9 ag magadh faoi? <\/span><span style=\"color: #262626; font-size: 14pt;\">Ag f\u00e9achaint air? <\/span><span style=\"color: #262626; font-size: 14pt;\"> <\/span><span style=\"color: #262626; font-size: 14pt;\">Ceisteanna mar sin, agus <\/span><span style=\"color: #262626; font-size: 14pt;\">a \u00fadar\u00e1s \u00e1 <\/span><span style=\"color: #262626; font-size: 14pt;\">chur i bhfeidhm aige orm os comhair a <\/span><span style=\"color: #262626; font-size: 14pt;\">scuad<\/span><span style=\"color: #262626; font-size: 14pt;\">.<\/span><span style=\"color: #262626; font-size: 14pt;\"> Is cuma <\/span><span style=\"color: #262626; font-size: 14pt;\">m\u2019fhreagra<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\">, <\/span><span style=\"color: #262626; font-size: 14pt;\">mar <\/span><span style=\"color: #262626; font-size: 14pt;\">n\u00edor ghlac s\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">leo ar chor ar bith.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Go tobann, <\/span><span style=\"color: #262626; font-size: 14pt;\">bhuail s\u00e9 sa phus m\u00e9, agus n\u00ed raibh m\u00e9 in ann <\/span><span style=\"color: #262626; font-size: 14pt;\">bac a chur air. Lean s\u00e9 ar aghaidh ansin, ag cur ceisteanna orm agus ansin <\/span><span style=\"color: #262626; font-size: 14pt;\">ag tabhairt l\u00e9asadh ceart dom. <\/span><span style=\"color: #262626; font-size: 14pt;\">Roimh i bhfad, b<\/span><span style=\"color: #262626; font-size: 14pt;\">h\u00ed m\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">i gcnap ar an talamh agus <\/span><span style=\"color: #262626; font-size: 14pt;\">mo shr\u00f3n<\/span><span style=\"color: #262626; font-size: 14pt;\"> ag cur fola, agus <\/span><span style=\"color: #262626; font-size: 14pt;\">m\u00e9 gortaithe<\/span><span style=\"color: #262626; font-size: 14pt;\"> agus <\/span><span style=\"color: #262626; font-size: 14pt;\">pian gh\u00e9ar orm. <\/span><span style=\"color: #262626; font-size: 14pt;\">Ansin, <\/span><span style=\"color: #262626; font-size: 14pt;\">d\u2019ionsaigh siad go l\u00e9ir <\/span><span style=\"color: #262626; font-size: 14pt;\">m\u00e9 agus buaileadh an cac amach asam. <\/span><span style=\"color: #262626; font-size: 14pt;\">D\u2019imigh <\/span><span style=\"color: #262626; font-size: 14pt;\">na <\/span><span style=\"color: #262626; font-size: 14pt;\">diabhail<\/span><span style=\"color: #262626; font-size: 14pt;\"> chomh <\/span><span style=\"color: #262626; font-size: 14pt;\">tapa is a th\u00e1inig siad, <\/span><span style=\"color: #262626; font-size: 14pt;\">agus <\/span><span style=\"color: #262626; font-size: 14pt;\">m\u00e9 f\u00e1gtha ar an talamh acu, agus <\/span><span style=\"color: #262626; font-size: 14pt;\">drochbhail orm.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Ba shl\u00ed iontach \u00e9 le haithne a chur ar mo <\/span><span style=\"color: #262626; font-size: 14pt;\">chomharsana! <\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"color: #262626; font-size: 14pt;\">Ceachtanna Foghlamtha agam<\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626; font-size: 14pt;\">I scoil an tsaoil, b\u00edonn ceachtanna ar si\u00fal an t-am go l\u00e9ir, ach <\/span><span style=\"color: #262626; font-size: 14pt;\">is g\u00e1 aird a thabhairt chun <\/span><span style=\"color: #262626; font-size: 14pt;\">iad a fhoghlaim. <\/span><span style=\"color: #262626; font-size: 14pt;\">Muna bhfo<\/span><span style=\"color: #262626; font-size: 14pt;\">gh<\/span><span style=\"color: #262626; font-size: 14pt;\">laim\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\">onn t\u00fa<\/span><span style=\"color: #262626; font-size: 14pt;\"> <\/span><span style=\"color: #262626; font-size: 14pt;\">ceacht, d\u00e9anfaidh t\u00fa an bot\u00fan c\u00e9anna ar\u00eds agus ar\u00eds eile go dt\u00ed go <\/span><span style=\"color: #262626; font-size: 14pt;\">bhfoghlaim\u00edonn t\u00fa<\/span><span style=\"color: #262626; font-size: 14pt;\"> \u00e9<\/span><span style=\"color: #262626; font-size: 14pt;\">! <\/span><span style=\"color: #262626; font-size: 14pt;\">D\u2019fhoghlaim m\u00e9<\/span><span style=\"color: #262626; font-size: 14pt;\"> c\u00fapla ceacht<\/span><span style=\"color: #262626; font-size: 14pt;\"> as <\/span><span style=\"color: #262626; font-size: 14pt;\">an<\/span><span style=\"color: #262626; font-size: 14pt;\"> drocheisp\u00e9<\/span><span style=\"color: #262626; font-size: 14pt;\">ireas seo<\/span><span style=\"color: #262626; font-size: 14pt;\">, agus n\u00ed dhearna m\u00e9 dearmad orthu riamh ina <\/span><span style=\"color: #262626; font-size: 14pt;\">dhiaidh! <\/span><span style=\"color: #262626; font-size: 14pt;\">Bh\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> siad gafa go maith <\/span><span style=\"color: #262626; font-size: 14pt;\">i gc\u00fapla seanfhocal, mar a tharla!<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"color: #262626; font-size: 14pt;\">Dearc<\/span><span style=\"color: #262626; font-size: 14pt;\"> chugat mar a<\/span><span style=\"color: #262626; font-size: 14pt;\"> dhearcas t\u00fa uait<\/span><span style=\"color: #262626; font-size: 14pt;\">!<\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626; font-size: 14pt;\">N\u00ed raibh <\/span><span style=\"color: #262626; font-size: 14pt;\">aon tuiscint<\/span><span style=\"color: #262626; font-size: 14pt;\"> agam go mbeadh impleachta\u00ed lean\u00fanach <\/span><span style=\"color: #262626; font-size: 14pt;\">tar \u00e9is dom <\/span><span style=\"color: #262626; font-size: 14pt;\">piocadh ar <\/span><span style=\"color: #262626; font-size: 14pt;\">Ph<\/span><span style=\"color: #262626; font-size: 14pt;\">aid\u00ed \u00d3<\/span><span style=\"color: #262626; font-size: 14pt;\"> Beannach\u00e1in. <\/span><span style=\"color: #262626; font-size: 14pt;\">Ghortaigh m\u00e9 \u00e9<\/span><span style=\"color: #262626; font-size: 14pt;\">, mar<\/span><span style=\"color: #262626; font-size: 14pt;\"> <\/span><span style=\"color: #262626; font-size: 14pt;\">thug m\u00e9 leasainm gr\u00e1nna air<\/span><span style=\"color: #262626; font-size: 14pt;\">, <\/span><span style=\"color: #262626; font-size: 14pt;\">gan c\u00fais ar bith<\/span><span style=\"color: #262626; font-size: 14pt;\">. <\/span><span style=\"color: #262626; font-size: 14pt;\">Rinne m\u00e9 bula\u00edocht ar <\/span><span style=\"color: #262626; font-size: 14pt;\">Phaid\u00ed, mar cheap m\u00e9 nach raibh s\u00e9 l\u00e1idir, agus nach <\/span><span style=\"color: #262626; font-size: 14pt;\">mbeadh s\u00e9 in ann d\u00edoltas a bhaint amach. <\/span><span style=\"color: #262626; font-size: 14pt;\">Nach mise a rinne m\u00edl\u00e9amh ar an sc\u00e9al.<\/span><span style=\"color: #262626; font-size: 14pt;\"> Agus <\/span><span style=\"color: #262626; font-size: 14pt;\">nach ngabhann<\/span><span style=\"color: #262626; font-size: 14pt;\"> uabhar roimh thubaiste freisin! <\/span><span style=\"color: #262626; font-size: 14pt;\">D\u2019ainneoin <\/span><span style=\"color: #262626; font-size: 14pt;\">mo ghlicis ar scoil, bh\u00ed m\u00e9 saonta go leor ar bheala\u00ed eile.<\/span><span style=\"color: #262626; font-size: 14pt;\"> Ar aon n\u00f3s, n\u00ed raibh aon <\/span><span style=\"color: #262626; font-size: 14pt;\">s\u00fail agam <\/span><span style=\"color: #262626; font-size: 14pt;\">ar <\/span><span style=\"color: #262626; font-size: 14pt;\">ar<\/span><span style=\"color: #262626; font-size: 14pt;\"> thit amach mar iarmhairt <\/span><span style=\"color: #262626; font-size: 14pt;\">mo bh\u00f3m\u00e1ntacht<\/span><span style=\"color: #262626; font-size: 14pt;\">, n\u00f3 c\u00e9n f\u00e1th. <\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><strong><span style=\"color: #262626; font-size: 14pt;\">Breathnaigh an abhainn sula dt\u00e9ann t\u00fa ina cuilithe! <\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626; font-size: 14pt;\">Deicheanna de bhlianta n\u00edos d\u00e9ana\u00ed, <\/span><span style=\"color: #262626; font-size: 14pt;\">t\u00e1 a fhios go maith agam cad a tharla agus c\u00e9n f\u00e1th.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Bh\u00edomar<\/span><span style=\"color: #262626; font-size: 14pt;\"> in aicm\u00ed difri\u00fala, <\/span><span style=\"color: #262626; font-size: 14pt;\">mise agus Paid\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> \u2013 mise sa mh<\/span><span style=\"color: #262626; font-size: 14pt;\">e\u00e1naicme, Paid\u00ed <\/span><span style=\"color: #262626; font-size: 14pt;\">agus a <\/span><span style=\"color: #262626; font-size: 14pt;\">gcomharsana san east\u00e1t <\/span><span style=\"color: #262626; font-size: 14pt;\">san aicme oibre.<\/span><span style=\"color: #262626; font-size: 14pt;\"> Nuair a <\/span><span style=\"color: #262626; font-size: 14pt;\">chaith m\u00e9 masla ar Phaid\u00ed, <\/span><span style=\"color: #262626; font-size: 14pt;\">dar leis agus d<\/span><span style=\"color: #262626; font-size: 14pt;\">ar lena<\/span><span style=\"color: #262626; font-size: 14pt;\"> chairde, bh\u00ed m\u00e9 ag caitheamh masla orthu go l\u00e9ir<\/span><span style=\"color: #262626; font-size: 14pt;\">.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Cheap siad go raibh \u00e9ir\u00ed in airde <\/span><span style=\"color: #262626; font-size: 14pt;\">ionam<\/span><span style=\"color: #262626; font-size: 14pt;\">, mar bhuachaill <\/span><span style=\"color: #262626; font-size: 14pt;\">mhe\u00e1naicmeach. <\/span><span style=\"color: #262626; font-size: 14pt;\">N\u00edor thuig m\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">an saghas naisc a bh\u00ed eatarthu, agus n\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> ba<\/span><span style=\"color: #262626; font-size: 14pt;\"> t<\/span><span style=\"color: #262626; font-size: 14pt;\">h<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00e1bhachta\u00ed n\u00e1 sin, n\u00edor thuig m\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">an instinn phr\u00edomh\u00fail a mh\u00fascail m\u00e9 iontu. <\/span><span style=\"color: #262626; font-size: 14pt;\">N\u00edor thuig m\u00e9, ach an oiread, go raibh rialacha difri\u00fala <\/span><span style=\"color: #262626; font-size: 14pt;\">agus luachanna difri\u00fala <\/span><span style=\"color: #262626; font-size: 14pt;\">ag baint le<\/span><span style=\"color: #262626; font-size: 14pt;\">is an aicme a bh\u00ed i gceist<\/span><span style=\"color: #262626; font-size: 14pt;\">.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Go h\u00e1irithe, <\/span><span style=\"color: #262626; font-size: 14pt;\">bh\u00edodh an for\u00e9igean <\/span><span style=\"color: #262626; font-size: 14pt;\">n\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> ba<\/span><span style=\"color: #262626; font-size: 14pt;\"> c<\/span><span style=\"color: #262626; font-size: 14pt;\">h<\/span><span style=\"color: #262626; font-size: 14pt;\">oitianta<\/span><span style=\"color: #262626; font-size: 14pt;\"> agus n\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> ba<\/span><span style=\"color: #262626; font-size: 14pt;\"> inghlactha<\/span> <span style=\"color: #262626; font-size: 14pt;\">san aicme oibre n\u00e1 sa mhe\u00e1naicme<\/span><span style=\"color: #262626; font-size: 14pt;\">. <\/span><span style=\"color: #262626; font-size: 14pt;\">Bh\u00ed m\u00e9 aineolach ar fad ar ch\u00farsa\u00ed mar seo, agus <\/span><span style=\"color: #262626; font-size: 14pt;\">is daor a d&#8217;\u00edoc m\u00e9 as an mbot\u00fan sin.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><\/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 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 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 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 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 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 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 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 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 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 style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626;\">\u00a0\u00a0<\/span><span style=\"color: #262626;\">\u00a0\u00a0<\/span><\/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 style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626;\"> <\/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>Is m\u00f3r an trua \u00e9 nach raibh aon chiall n\u00e1 taith\u00ed agam nuair a bh\u00ed m\u00e9 i mo ghas\u00far. D\u00e1 mba rud \u00e9 go raibh m\u00e9 n\u00ed ba chiallmhaire, is d\u00f3ich\u00ed n\u00e1 a mhalairt nach nd\u00e9anfa\u00ed bula\u00edocht lean\u00fanach orm le blianta fada. Cloigeann Urchair N\u00ed raibh a l\u00e1n muin\u00edn agam asam f\u00e9in mar ghas\u00far, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9167,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:2.2\"><strong><span style=\"color:#222222;font-size:24pt\">I\u00a0<\/span><span style=\"color:#222222;font-size:24pt\">mB\u00e9al an Phobail<\/span><\/strong><\/p>\n\n<p><a id=\"OLE_LINK3\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK4\"><\/a><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Miche\u00e1l<\/span><span style=\"font-size:14pt\"> Bair\u00e9ad<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Is m\u00f3r an trua \u00e9 nach <\/span><span style=\"font-size:14pt\">raibh aon chiall n\u00e1 taith\u00ed a<\/span><span style=\"font-size:14pt\">gam<\/span><span style=\"font-size:14pt\"> nuair a bh\u00ed m\u00e9 i mo ghas\u00far<\/span><span style=\"font-size:14pt\">.  D\u00e1 mba rud \u00e9 go raibh m\u00e9 n<\/span><span style=\"font-size:14pt\">\u00ed ba <\/span><span style=\"font-size:14pt\">c<\/span><span style=\"font-size:14pt\">h<\/span><span style=\"font-size:14pt\">iallmhaire, is d<\/span><span style=\"font-size:14pt\">\u00f3ich<\/span><span style=\"font-size:14pt\">\u00ed n\u00e1 a mhalairt <\/span><span style=\"font-size:14pt\">nach <\/span><span style=\"font-size:14pt\">nd\u00e9anfa\u00ed bula\u00edocht lean\u00fanach orm le blianta fada.  <\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"font-size:14pt\">Cloigeann Urchair<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">N\u00ed raibh <\/span><span style=\"font-size:14pt\">a l\u00e1n muin\u00edn agam asam f\u00e9in<\/span><span style=\"font-size:14pt\"> mar ghas\u00far<\/span><span style=\"font-size:14pt\">, toisc g<\/span><span style=\"font-size:14pt\">ur lagrach\u00e1n a bh\u00ed ionam.  <\/span><span style=\"font-size:14pt\">Gas\u00far beag, \u00edseal ba ea m\u00e9, agus <\/span><span style=\"font-size:14pt\">bh\u00ed<\/span><span style=\"font-size:14pt\"> <\/span><span style=\"font-size:14pt\">asma <\/span><span style=\"font-size:14pt\">orm<\/span><span style=\"font-size:14pt\"> chun an dlaoi mhullaigh a chur ar an sc\u00e9al sin<\/span><span style=\"font-size:14pt\">.<\/span><span style=\"font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"font-size:14pt\">N\u00f3, lena chur ar bhealach eile, <\/span><span style=\"font-size:14pt\">briongl\u00f3id <\/span><span style=\"font-size:14pt\">bula\u00ed a bh\u00ed ionam, <\/span><span style=\"font-size:14pt\">agus<\/span><span style=\"font-size:14pt\"> seans beag go mbeinn in ann an f\u00f3d a s<\/span><span style=\"font-size:14pt\">h<\/span><span style=\"font-size:14pt\">easamh ar mo shon f\u00e9in.<\/span><span style=\"font-size:14pt\">&nbsp;&nbsp;<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">N\u00ed raibh m\u00e9 in ann gaisce <\/span><span style=\"font-size:14pt\">fisici\u00fail<\/span><span style=\"font-size:14pt\"> a dh\u00e9anamh<\/span><span style=\"font-size:14pt\">, ach bh\u00ed m\u00e9 b\u00e9alscaoilte go maith<\/span><span style=\"font-size:14pt\">.  Mar sin, bh\u00ed m\u00e9 in ann <\/span><span style=\"font-size:14pt\">drochainmneacha a thabhairt ar d<\/span><span style=\"font-size:14pt\">haoine agus <\/span><span style=\"font-size:14pt\">masla\u00ed a chaitheamh leo.  <\/span><span style=\"font-size:14pt\">Bh\u00ed go leor buachaill\u00ed ina gc\u00f3na\u00ed in east\u00e1t tith\u00edochta gar <\/span><span style=\"font-size:14pt\">do Bh\u00f3thair Phort Lairge, an \u00e1it a raibh c\u00f3na\u00ed orm.  <\/span><span style=\"font-size:14pt\">Uair amh\u00e1in, bhuail<\/span><span style=\"font-size:14pt\"> m\u00e9<\/span><span style=\"font-size:14pt\"> le ceann acu, darb ainm P\u00e1draig<\/span><span style=\"font-size:14pt\"> \u00d3 Beannach\u00e1in<\/span><span style=\"font-size:14pt\">, agus thug m\u00e9 faoi deara <\/span><span style=\"font-size:14pt\">ar an bpointe <\/span><span style=\"font-size:14pt\">go raibh <\/span><span style=\"font-size:14pt\">s\u00e9 <\/span><span style=\"font-size:14pt\">beagnach maol, mar bh\u00ed s\u00e9 tar \u00e9is dordghearradh <\/span><span style=\"font-size:14pt\">gruaige a fh\u00e1il<\/span><span style=\"font-size:14pt\">, rud nach bhfeicfe\u00e1 ach go hannamh ag an am.  Mar sin, <\/span><span style=\"font-size:14pt\">Cloigeann Urchair (Bullet Head as <\/span><span style=\"font-size:14pt\">B\u00e9arla<\/span><span style=\"font-size:14pt\">) a<\/span><span style=\"font-size:14pt\"> <\/span><span style=\"font-size:14pt\">thug m\u00e9 ar an <\/span><span style=\"font-size:14pt\">leaid seo<\/span><span style=\"font-size:14pt\">, <\/span><span style=\"font-size:14pt\">leasainm a scread <\/span><span style=\"font-size:14pt\">m\u00e9 <\/span><span style=\"font-size:14pt\">amach <\/span><span style=\"font-size:14pt\">i<\/span><span style=\"font-size:14pt\">n ard mo ghutha<\/span><span style=\"font-size:14pt\"> <\/span><span style=\"font-size:14pt\">an ch\u00e9ad uair eile a <\/span><span style=\"font-size:14pt\">chonaic<\/span><span style=\"font-size:14pt\"> m\u00e9 <\/span><span style=\"font-size:14pt\">\u00e9.  Bh\u00ed m\u00e9 s\u00e1sta liom f\u00e9in tar \u00e9is sin, agus <\/span><span style=\"font-size:14pt\">chuir m\u00e9 as mo cheann \u00e9 ansin.  Ar <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> drochuair, bh\u00ed an dam\u00e1iste d\u00e9anta, <\/span><span style=\"font-size:14pt\">agus bheadh costas ard ar <\/span><span style=\"font-size:14pt\">an bp\u00edosa spraoi sin, caithfidh m\u00e9 a admh\u00e1il!<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"font-size:14pt\">An Cadhnach <\/span><span style=\"font-size:14pt\">sa t\u00f3ir orm<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"color:#262626;font-size:14pt\">Bh\u00ed (agus t\u00e1 f\u00f3s) east\u00e1t tith\u00edochta <\/span><span style=\"color:#262626;font-size:14pt\">darb ainm Gort na Lear\u00f3ige<\/span><span style=\"color:#262626;font-size:14pt\"> <\/span><span style=\"color:#262626;font-size:14pt\">i bhfoisceacht scread asail de<\/span><span style=\"color:#262626;font-size:14pt\"> Bh\u00f3thar Port Lairge.  De ghn\u00e1th, nuair a bh\u00ednn ag dul <\/span><span style=\"color:#262626;font-size:14pt\">s\u00edos chuig an mbaile m\u00f3r, th\u00e9inn tr\u00edd an east\u00e1t c\u00e9anna <\/span><span style=\"color:#262626;font-size:14pt\">mar aicearra.  <\/span><span style=\"color:#262626;font-size:14pt\">An<\/span><span style=\"color:#262626;font-size:14pt\"> ch\u00e9ad uair eile a <\/span><span style=\"color:#262626;font-size:14pt\">chuaigh m\u00e9 tr\u00edd an east\u00e1t<\/span><span style=\"color:#262626;font-size:14pt\">, th\u00e1inig <\/span><span style=\"color:#262626;font-size:14pt\">baicle b<\/span><span style=\"color:#262626;font-size:14pt\">h<\/span><span style=\"color:#262626;font-size:14pt\">eag<\/span><span style=\"color:#262626;font-size:14pt\"> aniar aduaidh orm.<\/span><span style=\"color:#262626;font-size:14pt\">  I bpreab na s\u00fal, bh\u00ed<\/span><span style=\"color:#262626;font-size:14pt\"> m\u00e9 <\/span><span style=\"color:#262626;font-size:14pt\">timpeallaithe acu, gan aon sl\u00ed \u00e9alaithe agam.  <\/span><span style=\"color:#262626;font-size:14pt\">L\u00e9im mo c<\/span><span style=\"color:#262626;font-size:14pt\">hro\u00ed beagnach as <\/span><span style=\"color:#262626;font-size:14pt\">mo chliabh le heagla, ach bh\u00ed m\u00e9 s\u00e1innithe <\/span><span style=\"color:#262626;font-size:14pt\">i gceart.  <\/span><span style=\"color:#262626;font-size:14pt\">Ba \u00e9 buachaill darb ainm Tom\u00e1s \u00d3 Cadhan an ceann fea<\/span><span style=\"color:#262626;font-size:14pt\">dhna, agus bh\u00ed na buachaill\u00ed eile <\/span><span style=\"color:#262626;font-size:14pt\">i r\u00f3il taca\u00edochta.  <\/span><span style=\"color:#262626;font-size:14pt\">Thosaigh an Cadhnach <\/span><span style=\"color:#262626;font-size:14pt\">le mo cheast\u00f3ireacht.  <\/span><span style=\"color:#262626;font-size:14pt\">C\u00e1 <\/span><span style=\"color:#262626;font-size:14pt\">raibh<\/span><span style=\"color:#262626;font-size:14pt\"> m\u00e9 ag dul?<\/span><span style=\"color:#262626;font-size:14pt\"> <\/span><span style=\"color:#262626;font-size:14pt\">C\u00e9n f\u00e1th? <\/span><span style=\"color:#262626;font-size:14pt\">A<\/span><span style=\"color:#262626;font-size:14pt\">n<\/span><span style=\"color:#262626;font-size:14pt\"> raibh m\u00e9 ag magadh faoi? <\/span><span style=\"color:#262626;font-size:14pt\">Ag f\u00e9achaint air?  <\/span><span style=\"color:#262626;font-size:14pt\"> <\/span><span style=\"color:#262626;font-size:14pt\">Ceisteanna mar sin, agus <\/span><span style=\"color:#262626;font-size:14pt\">a \u00fadar\u00e1s \u00e1 <\/span><span style=\"color:#262626;font-size:14pt\">chur i bhfeidhm aige orm os comhair a <\/span><span style=\"color:#262626;font-size:14pt\">scuad<\/span><span style=\"color:#262626;font-size:14pt\">.<\/span><span style=\"color:#262626;font-size:14pt\">  Is cuma <\/span><span style=\"color:#262626;font-size:14pt\">m\u2019fhreagra<\/span><span style=\"color:#262626;font-size:14pt\">\u00ed<\/span><span style=\"color:#262626;font-size:14pt\">, <\/span><span style=\"color:#262626;font-size:14pt\">mar <\/span><span style=\"color:#262626;font-size:14pt\">n\u00edor ghlac s\u00e9 <\/span><span style=\"color:#262626;font-size:14pt\">leo ar chor ar bith.<\/span><span style=\"color:#262626;font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"color:#262626;font-size:14pt\">Go tobann, <\/span><span style=\"color:#262626;font-size:14pt\">bhuail s\u00e9 sa phus m\u00e9, agus n\u00ed raibh m\u00e9 in ann <\/span><span style=\"color:#262626;font-size:14pt\">bac a chur air.  Lean s\u00e9 ar aghaidh ansin, ag cur ceisteanna orm agus ansin <\/span><span style=\"color:#262626;font-size:14pt\">ag tabhairt l\u00e9asadh ceart dom.  <\/span><span style=\"color:#262626;font-size:14pt\">Roimh i bhfad, b<\/span><span style=\"color:#262626;font-size:14pt\">h\u00ed m\u00e9 <\/span><span style=\"color:#262626;font-size:14pt\">i gcnap ar an talamh agus <\/span><span style=\"color:#262626;font-size:14pt\">mo shr\u00f3n<\/span><span style=\"color:#262626;font-size:14pt\"> ag cur fola, agus <\/span><span style=\"color:#262626;font-size:14pt\">m\u00e9 gortaithe<\/span><span style=\"color:#262626;font-size:14pt\"> agus <\/span><span style=\"color:#262626;font-size:14pt\">pian gh\u00e9ar orm.  <\/span><span style=\"color:#262626;font-size:14pt\">Ansin, <\/span><span style=\"color:#262626;font-size:14pt\">d\u2019ionsaigh siad go l\u00e9ir <\/span><span style=\"color:#262626;font-size:14pt\">m\u00e9 agus buaileadh an cac amach asam.  <\/span><span style=\"color:#262626;font-size:14pt\">D\u2019imigh <\/span><span style=\"color:#262626;font-size:14pt\">na <\/span><span style=\"color:#262626;font-size:14pt\">diabhail<\/span><span style=\"color:#262626;font-size:14pt\"> chomh <\/span><span style=\"color:#262626;font-size:14pt\">tapa is a th\u00e1inig siad, <\/span><span style=\"color:#262626;font-size:14pt\">agus <\/span><span style=\"color:#262626;font-size:14pt\">m\u00e9 f\u00e1gtha ar an talamh acu, agus <\/span><span style=\"color:#262626;font-size:14pt\">drochbhail orm.<\/span><span style=\"color:#262626;font-size:14pt\">&nbsp;&nbsp;<\/span><span style=\"color:#262626;font-size:14pt\">Ba shl\u00ed iontach \u00e9 le haithne a chur ar mo <\/span><span style=\"color:#262626;font-size:14pt\">chomharsana!  <\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"color:#262626;font-size:14pt\">Ceachtanna Foghlamtha agam<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"color:#262626;font-size:14pt\">I scoil an tsaoil, b\u00edonn ceachtanna ar si\u00fal an t-am go l\u00e9ir, ach <\/span><span style=\"color:#262626;font-size:14pt\">is g\u00e1 aird a thabhairt chun <\/span><span style=\"color:#262626;font-size:14pt\">iad a fhoghlaim.  <\/span><span style=\"color:#262626;font-size:14pt\">Muna bhfo<\/span><span style=\"color:#262626;font-size:14pt\">gh<\/span><span style=\"color:#262626;font-size:14pt\">laim\u00ed<\/span><span style=\"color:#262626;font-size:14pt\">onn t\u00fa<\/span><span style=\"color:#262626;font-size:14pt\"> <\/span><span style=\"color:#262626;font-size:14pt\">ceacht, d\u00e9anfaidh t\u00fa an bot\u00fan c\u00e9anna ar\u00eds agus ar\u00eds eile go dt\u00ed go <\/span><span style=\"color:#262626;font-size:14pt\">bhfoghlaim\u00edonn t\u00fa<\/span><span style=\"color:#262626;font-size:14pt\"> \u00e9<\/span><span style=\"color:#262626;font-size:14pt\">!  <\/span><span style=\"color:#262626;font-size:14pt\">D\u2019fhoghlaim m\u00e9<\/span><span style=\"color:#262626;font-size:14pt\"> c\u00fapla ceacht<\/span><span style=\"color:#262626;font-size:14pt\"> as <\/span><span style=\"color:#262626;font-size:14pt\">an<\/span><span style=\"color:#262626;font-size:14pt\"> drocheisp\u00e9<\/span><span style=\"color:#262626;font-size:14pt\">ireas seo<\/span><span style=\"color:#262626;font-size:14pt\">, agus n\u00ed dhearna m\u00e9 dearmad orthu riamh ina <\/span><span style=\"color:#262626;font-size:14pt\">dhiaidh!  <\/span><span style=\"color:#262626;font-size:14pt\">Bh\u00ed<\/span><span style=\"color:#262626;font-size:14pt\"> siad gafa go maith <\/span><span style=\"color:#262626;font-size:14pt\">i gc\u00fapla seanfhocal, mar a tharla!<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"color:#262626;font-size:14pt\">Dearc<\/span><span style=\"color:#262626;font-size:14pt\"> chugat mar a<\/span><span style=\"color:#262626;font-size:14pt\"> dhearcas t\u00fa uait<\/span><span style=\"color:#262626;font-size:14pt\">!<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"color:#262626;font-size:14pt\">N\u00ed raibh <\/span><span style=\"color:#262626;font-size:14pt\">aon tuiscint<\/span><span style=\"color:#262626;font-size:14pt\"> agam go mbeadh impleachta\u00ed lean\u00fanach <\/span><span style=\"color:#262626;font-size:14pt\">tar \u00e9is dom <\/span><span style=\"color:#262626;font-size:14pt\">piocadh ar <\/span><span style=\"color:#262626;font-size:14pt\">Ph<\/span><span style=\"color:#262626;font-size:14pt\">aid\u00ed \u00d3<\/span><span style=\"color:#262626;font-size:14pt\"> Beannach\u00e1in.  <\/span><span style=\"color:#262626;font-size:14pt\">Ghortaigh m\u00e9 \u00e9<\/span><span style=\"color:#262626;font-size:14pt\">, mar<\/span><span style=\"color:#262626;font-size:14pt\"> <\/span><span style=\"color:#262626;font-size:14pt\">thug m\u00e9 leasainm gr\u00e1nna air<\/span><span style=\"color:#262626;font-size:14pt\">, <\/span><span style=\"color:#262626;font-size:14pt\">gan c\u00fais ar bith<\/span><span style=\"color:#262626;font-size:14pt\">.  <\/span><span style=\"color:#262626;font-size:14pt\">Rinne m\u00e9 bula\u00edocht ar <\/span><span style=\"color:#262626;font-size:14pt\">Phaid\u00ed, mar cheap m\u00e9 nach raibh s\u00e9 l\u00e1idir, agus nach <\/span><span style=\"color:#262626;font-size:14pt\">mbeadh s\u00e9 in ann d\u00edoltas a bhaint amach.  <\/span><span style=\"color:#262626;font-size:14pt\">Nach mise a rinne m\u00edl\u00e9amh ar an sc\u00e9al.<\/span><span style=\"color:#262626;font-size:14pt\">  Agus <\/span><span style=\"color:#262626;font-size:14pt\">nach ngabhann<\/span><span style=\"color:#262626;font-size:14pt\"> uabhar roimh thubaiste freisin!  <\/span><span style=\"color:#262626;font-size:14pt\">D\u2019ainneoin <\/span><span style=\"color:#262626;font-size:14pt\">mo ghlicis ar scoil, bh\u00ed m\u00e9 saonta go leor ar bheala\u00ed eile.<\/span><span style=\"color:#262626;font-size:14pt\">  Ar aon n\u00f3s, n\u00ed raibh aon <\/span><span style=\"color:#262626;font-size:14pt\">s\u00fail agam <\/span><span style=\"color:#262626;font-size:14pt\">ar <\/span><span style=\"color:#262626;font-size:14pt\">ar<\/span><span style=\"color:#262626;font-size:14pt\"> thit amach mar iarmhairt <\/span><span style=\"color:#262626;font-size:14pt\">mo bh\u00f3m\u00e1ntacht<\/span><span style=\"color:#262626;font-size:14pt\">, n\u00f3 c\u00e9n f\u00e1th.  <\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><strong><span style=\"color:#262626;font-size:14pt\">Breathnaigh an abhainn sula dt\u00e9ann t\u00fa ina cuilithe!  <\/span><\/strong><\/p>\n\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 10pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"color: #262626; font-size: 14pt;\">Deicheanna de bhlianta n\u00edos d\u00e9ana\u00ed, <\/span><span style=\"color: #262626; font-size: 14pt;\">t\u00e1 a fhios go maith agam cad a tharla agus c\u00e9n f\u00e1th.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Bh\u00edomar<\/span><span style=\"color: #262626; font-size: 14pt;\"> in aicm\u00ed difri\u00fala, <\/span><span style=\"color: #262626; font-size: 14pt;\">mise agus Paid\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> \u2013 mise sa mh<\/span><span style=\"color: #262626; font-size: 14pt;\">e\u00e1naicme, Paid\u00ed <\/span><span style=\"color: #262626; font-size: 14pt;\">agus a <\/span><span style=\"color: #262626; font-size: 14pt;\">gcomharsana san east\u00e1t <\/span><span style=\"color: #262626; font-size: 14pt;\">san aicme oibre.<\/span><span style=\"color: #262626; font-size: 14pt;\"> Nuair a <\/span><span style=\"color: #262626; font-size: 14pt;\">chaith m\u00e9 masla ar Phaid\u00ed, <\/span><span style=\"color: #262626; font-size: 14pt;\">dar leis agus d<\/span><span style=\"color: #262626; font-size: 14pt;\">ar lena<\/span><span style=\"color: #262626; font-size: 14pt;\"> chairde, bh\u00ed m\u00e9 ag caitheamh masla orthu go l\u00e9ir<\/span><span style=\"color: #262626; font-size: 14pt;\">.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Cheap siad go raibh \u00e9ir\u00ed in airde <\/span><span style=\"color: #262626; font-size: 14pt;\">ionam<\/span><span style=\"color: #262626; font-size: 14pt;\">, mar bhuachaill <\/span><span style=\"color: #262626; font-size: 14pt;\">mhe\u00e1naicmeach. <\/span><span style=\"color: #262626; font-size: 14pt;\">N\u00edor thuig m\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">an saghas naisc a bh\u00ed eatarthu, agus n\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> ba<\/span><span style=\"color: #262626; font-size: 14pt;\"> t<\/span><span style=\"color: #262626; font-size: 14pt;\">h<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00e1bhachta\u00ed n\u00e1 sin, n\u00edor thuig m\u00e9 <\/span><span style=\"color: #262626; font-size: 14pt;\">an instinn phr\u00edomh\u00fail a mh\u00fascail m\u00e9 iontu. <\/span><span style=\"color: #262626; font-size: 14pt;\">N\u00edor thuig m\u00e9, ach an oiread, go raibh rialacha difri\u00fala <\/span><span style=\"color: #262626; font-size: 14pt;\">agus luachanna difri\u00fala <\/span><span style=\"color: #262626; font-size: 14pt;\">ag baint le<\/span><span style=\"color: #262626; font-size: 14pt;\">is an aicme a bh\u00ed i gceist<\/span><span style=\"color: #262626; font-size: 14pt;\">.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><span style=\"color: #262626; font-size: 14pt;\">Go h\u00e1irithe, <\/span><span style=\"color: #262626; font-size: 14pt;\">bh\u00edodh an for\u00e9igean <\/span><span style=\"color: #262626; font-size: 14pt;\">n\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> ba<\/span><span style=\"color: #262626; font-size: 14pt;\"> c<\/span><span style=\"color: #262626; font-size: 14pt;\">h<\/span><span style=\"color: #262626; font-size: 14pt;\">oitianta<\/span><span style=\"color: #262626; font-size: 14pt;\"> agus n\u00ed<\/span><span style=\"color: #262626; font-size: 14pt;\"> ba<\/span><span style=\"color: #262626; font-size: 14pt;\"> inghlactha<\/span> <span style=\"color: #262626; font-size: 14pt;\">san aicme oibre n\u00e1 sa mhe\u00e1naicme<\/span><span style=\"color: #262626; font-size: 14pt;\">. <\/span><span style=\"color: #262626; font-size: 14pt;\">Bh\u00ed m\u00e9 aineolach ar fad ar ch\u00farsa\u00ed mar seo, agus <\/span><span style=\"color: #262626; font-size: 14pt;\">is daor a d'\u00edoc m\u00e9 as an mbot\u00fan sin.<\/span><span style=\"color: #262626; font-size: 14pt;\">\u00a0\u00a0<\/span><\/p>\n\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\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\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\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\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\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\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\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\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\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\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"color:#262626\">&nbsp;&nbsp;<\/span><span style=\"color:#262626\">&nbsp;&nbsp;<\/span><\/p>\n\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\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:10pt;padding-bottom:0;line-height:1.8\"><span style=\"color:#262626\"> <\/span><\/p>","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[],"class_list":["post-9079","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dirbheathaisneis"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/9079","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=9079"}],"version-history":[{"count":5,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/9079\/revisions"}],"predecessor-version":[{"id":9262,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/9079\/revisions\/9262"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/9167"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=9079"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=9079"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=9079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}