{"id":7884,"date":"2020-03-25T01:44:13","date_gmt":"2020-03-25T01:44:13","guid":{"rendered":"https:\/\/mickgb.com\/?p=7884"},"modified":"2023-11-23T03:48:16","modified_gmt":"2023-11-23T03:48:16","slug":"mo-mhathair","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/mo-mhathair\/","title":{"rendered":"Mo Mh\u00e1thair!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ceann de mo chuimhn\u00ed is glinne \u00f3 m\u2019\u00f3ige n\u00e1 mise i mo shu\u00ed ar ghl\u00fain mo mh\u00e1thair, agus \u00ed ag l\u00e9amh dom \u00f3 stiallchart\u00fan i gceann de na hiris\u00ed do mhn\u00e1 a bh\u00edodh an-t\u00f3ir orthu sna seascaid\u00ed. Bh\u00ed loinnir an \u00e1thais orm mar n\u00ed raibh aon rud n\u00edos fearr n\u00e1 aird mo mh\u00e1thair.\u00a0\u00a0Is d\u00f3cha go bhfuil s\u00e9 mar sin do beagnach gach na\u00edon\u00e1n \u00e1mharach, agus maireann an gr\u00e1 sin eadraibh go deo!\u00a0\u00a0<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Le linn mo shaol go l\u00e9ir, chuir mo mh\u00e1thair br\u00fa orm a bheith uaillmhianach maidir le mo chuid spriocanna. N\u00edor mhaith liom \u00ed a ligean s\u00edos, agus mar sin d\u2019oibrigh m\u00e9 go dian chun iad a bhaint amach.\u00a0\u00a0Thug focail mo mh\u00e1thair misneach dom, agus de ghn\u00e1th bhain m\u00e9 mo mhian amach. Fi\u00fa amh\u00e1in nuair a bh\u00ed m\u00e9 f\u00e1sta agus ag obair, mheabhraigh mo mh\u00e1thair dom na h\u00e9achta\u00ed a bh\u00ed le d\u00e9anamh f\u00f3s. N\u00ed raibh m\u00e9 in ann dearmad a dh\u00e9anamh orthu n\u00f3 a bheith leisci\u00fail f\u00fathu!\u00a0\u00a0Bh\u00ed s\u00e9 n\u00edos \u00e9asca mo spriocanna a bhaint amach, agus sin d\u00edreach cad a tharla! Caithfidh m\u00e9 bu\u00edochas a ghabh\u00e1il do mo mh\u00e1thair don taca\u00edocht dh\u00edlis a thug s\u00ed dom i gc\u00f3na\u00ed.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Bh\u00ed tri\u00far p\u00e1ist\u00ed in\u00e1r dteaghlach, agus bh\u00ed c\u00faraim\u00ed teaghlaigh ar mo mh\u00e1thair. Bh\u00ed s\u00ed gafa le hobair an t\u00ed an l\u00e1 ar fad, bliain i ndiaidh bliana. Obair chrua fhisici\u00fail a bh\u00ed ann ag an am sin, mar n\u00ed raibh a l\u00e1n meais\u00edn\u00ed ann chun cabhr\u00fa a thabhairt duit.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ba ghna\u00ed\u00fail an mhaise di an obair sin a dh\u00e9anamh, go h\u00e1irithe nuair a fhaigheann t\u00fa amach go raibh a l\u00e1n fadhbanna sl\u00e1inte ag mo mh\u00e1thair i rith a saoil.\u00a0\u00a0Is \u00ed an fhadhb shl\u00e1inte ba thromch\u00fais\u00ed ar fad a tharla di n\u00e1 ailse ch\u00edche.\u00a0\u00a0Th\u00e1inig an ailse sin uirthi tr\u00ed huaire, agus n\u00ed raibh s\u00ed ach ina caogaid\u00ed an ch\u00e9ad uair!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar an drochuair, t\u00e1 ailse uirthi anois nach f\u00e9idir a leigheas, agus t\u00e1 s\u00ed faoi ch\u00faram maolaitheach agus ag t\u00f3g\u00e1il c\u00f3gas, pianmh\u00fach\u00e1in l\u00e1idre san \u00e1ireamh. N\u00edl l\u00fath na gcos aici agus t\u00e1 s\u00ed ag brath go hioml\u00e1n ar na haltra\u00ed agus na c\u00faram\u00f3ir\u00ed sa teach altranais ina bhfuil s\u00ed ina c\u00f3na\u00ed anois. B\u2019\u00e9igean di a saol a chaitheamh mar sin gan a neamhsple\u00e1chas, agus n\u00ed rud \u00e9asca \u00e9 cur suas leis sin. Ach l\u00e9ir\u00edonn s\u00ed misneach iontach in aghaidh na hanachana agus iompra\u00edonn s\u00ed \u00ed f\u00e9in le d\u00ednit sh\u00e9imh. T\u00e1 s\u00e9 sin dochreidte nuair a smaoin\u00edonn t\u00fa ar na heachtra\u00ed eile a tharla le d\u00e9ana\u00ed.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Fuair a fear c\u00e9ile, Peadar, b\u00e1s ag deireadh 2019, tar \u00e9is iad a bheith p\u00f3sta le 64 bliain. Thit siad i ngr\u00e1 le ch\u00e9ile chomh luath agus a leag siad s\u00fail ar a ch\u00e9ile, agus n\u00ed raibh mo mh\u00e1thair ach d\u00e9ag\u00f3ir ag an am. N\u00ed aon ionadh \u00e9 mar sin go mbraitheann uaithi go m\u00f3r \u00e9, agus bh\u00ed s\u00e9 an-deacair a bheith ina aonar tar \u00e9is iad a bheith le ch\u00e9ile chomh fada sin.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar shl\u00ed \u00e9igin, lean mo mh\u00e1thair P\u00e1draic\u00edn ar aghaidh go misni\u00fail. Bh\u00ed a p\u00e1ist\u00ed in ann cuairteanna rialta a thabhairt di, agus chuidigh na cuairteanna sin go m\u00f3r.\u00a0\u00a0Thosaigh s\u00ed ag cur in oiri\u00faint don r\u00e9alachas m\u00edthaitneamhach nua nuair a tharla drochrud eile f\u00f3s!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ansin th\u00e1inig g\u00e9arch\u00e9im an chor\u00f3inv\u00edris, agus bh\u00ed ar an teach altranais rialacha dochta a chur i bhfeidhm. T\u00e1 baol ard \u00f3n v\u00edreas do na hothair at\u00e1 ina gc\u00f3na\u00ed ann, mar t\u00e1 an chuid is m\u00f3 d\u00f3ibh aosta agus le galar d\u00edblithe orthu freisin. N\u00edl cead ag aon duine teacht ar cuairt go dt\u00ed an teach altranais fad is at\u00e1 cont\u00fairt mh\u00f3r ag baint leis an v\u00edreas. B\u00edmid i dteagmh\u00e1il len\u00e1r m\u00e1thair ar an bhf\u00f3n gach l\u00e1, ach n\u00edl s\u00e9 mar an gc\u00e9anna.\u00a0\u00a0In ainneoin gach rud, t\u00e1 dearcadh dearfach f\u00f3s ag an bhean iontach seo!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Tr\u00e9imhse aisteach \u00ed seo, leis an chor\u00f3inv\u00edreas, agus srianta dian orainn go l\u00e9ir. Ach c\u00e9 chomh dona is at\u00e1 ruda\u00ed d\u00fainn, t\u00e1 siad i bhfad n\u00edos measa do mo mh\u00e1thair agus do dhaoine eile cos\u00fail l\u00e9i. Nuair a bh\u00edmid ag d\u00e9anamh trua d\u00fainn f\u00e9in, caithfimid smaoineamh ar na daoine ina gc\u00f3na\u00ed i dtithe altranais ar fud na t\u00edre, at\u00e1 i gcont\u00fairt mh\u00f3r \u00f3n gcor\u00f3inv\u00edreas, agus iad scartha amach \u00f3na dteaghlaigh agus \u00f3na gcairde go ceann i bhfad.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Do mo mh\u00e1thair agus do gach duine i dteach altranais ag an am seo \u2013 t\u00e1 sibh in\u00e1r smaointe agus \u00e1r bpaidreacha ag an am deacair seo!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> Ceann de mo chuimhn\u00ed is glinne \u00f3 m\u2019\u00f3ige n\u00e1 mise i mo shu\u00ed ar ghl\u00fain mo mh\u00e1thair, agus \u00ed ag l\u00e9amh dom \u00f3 stiallchart\u00fan i gceann de na hiris\u00ed do mhn\u00e1 a bh\u00edodh an-t\u00f3ir orthu sna seascaid\u00ed. Bh\u00ed loinnir an \u00e1thais orm mar n\u00ed raibh aon rud n\u00edos fearr n\u00e1 aird mo mh\u00e1thair.\u00a0\u00a0Is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ceann de mo chuimhn\u00ed is glinne \u00f3 m\u2019\u00f3ige n\u00e1 mise i mo shu\u00ed ar ghl\u00fain mo mh\u00e1thair, agus \u00ed ag l\u00e9amh dom \u00f3 stiallchart\u00fan i gceann de na hiris\u00ed do mhn\u00e1 a bh\u00edodh an-t\u00f3ir orthu sna seascaid\u00ed.  Bh\u00ed loinnir an \u00e1thais orm mar n\u00ed raibh aon rud n\u00edos fearr n\u00e1 aird mo mh\u00e1thair.&nbsp;&nbsp;Is d\u00f3cha go bhfuil s\u00e9 mar sin do beagnach gach na\u00edon\u00e1n \u00e1mharach, agus maireann an gr\u00e1 sin eadraibh go deo!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Le linn mo shaol go l\u00e9ir, chuir mo mh\u00e1thair br\u00fa orm a bheith uaillmhianach maidir le mo chuid spriocanna.  N\u00edor mhaith liom \u00ed a ligean s\u00edos, agus mar sin d\u2019oibrigh m\u00e9 go dian chun iad a bhaint amach.&nbsp;&nbsp;Thug focail mo mh\u00e1thair misneach dom, agus de ghn\u00e1th bhain m\u00e9 mo mhian amach.  Fi\u00fa amh\u00e1in nuair a bh\u00ed m\u00e9 f\u00e1sta agus ag obair, mheabhraigh mo mh\u00e1thair dom na h\u00e9achta\u00ed a bh\u00ed le d\u00e9anamh f\u00f3s.  N\u00ed raibh m\u00e9 in ann dearmad a dh\u00e9anamh orthu n\u00f3 a bheith leisci\u00fail f\u00fathu!&nbsp;&nbsp;Bh\u00ed s\u00e9 n\u00edos \u00e9asca mo spriocanna a bhaint amach, agus sin d\u00edreach cad a tharla!  Caithfidh m\u00e9 bu\u00edochas a ghabh\u00e1il do mo mh\u00e1thair don taca\u00edocht dh\u00edlis a thug s\u00ed dom i gc\u00f3na\u00ed.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Bh\u00ed tri\u00far p\u00e1ist\u00ed in\u00e1r dteaghlach, agus bh\u00ed c\u00faraim\u00ed teaghlaigh ar mo mh\u00e1thair.  Bh\u00ed s\u00ed gafa le hobair an t\u00ed an l\u00e1 ar fad, bliain i ndiaidh bliana.  Obair chrua fhisici\u00fail a bh\u00ed ann ag an am sin, mar n\u00ed raibh a l\u00e1n meais\u00edn\u00ed ann chun cabhr\u00fa a thabhairt duit.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ba ghna\u00ed\u00fail an mhaise di an obair sin a dh\u00e9anamh, go h\u00e1irithe nuair a fhaigheann t\u00fa amach go raibh a l\u00e1n fadhbanna sl\u00e1inte ag mo mh\u00e1thair i rith a saoil.&nbsp;&nbsp;Is \u00ed an fhadhb shl\u00e1inte ba thromch\u00fais\u00ed ar fad a tharla di n\u00e1 ailse ch\u00edche.&nbsp;&nbsp;Th\u00e1inig an ailse sin uirthi tr\u00ed huaire, agus n\u00ed raibh s\u00ed ach ina caogaid\u00ed an ch\u00e9ad uair!  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar an drochuair, t\u00e1 ailse uirthi anois nach f\u00e9idir a leigheas, agus t\u00e1 s\u00ed faoi ch\u00faram maolaitheach agus ag t\u00f3g\u00e1il c\u00f3gas, pianmh\u00fach\u00e1in l\u00e1idre san \u00e1ireamh.  N\u00edl l\u00fath na gcos aici agus t\u00e1 s\u00ed ag brath go hioml\u00e1n ar na haltra\u00ed agus na c\u00faram\u00f3ir\u00ed sa teach altranais ina bhfuil s\u00ed ina c\u00f3na\u00ed anois.  B\u2019\u00e9igean di a saol a chaitheamh mar sin gan a neamhsple\u00e1chas, agus n\u00ed rud \u00e9asca \u00e9 cur suas leis sin.  Ach l\u00e9ir\u00edonn s\u00ed misneach iontach in aghaidh na hanachana agus iompra\u00edonn s\u00ed \u00ed f\u00e9in le d\u00ednit sh\u00e9imh.  T\u00e1 s\u00e9 sin dochreidte nuair a smaoin\u00edonn t\u00fa ar na heachtra\u00ed eile a tharla le d\u00e9ana\u00ed.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Fuair a fear c\u00e9ile, Peadar, b\u00e1s ag deireadh 2019, tar \u00e9is iad a bheith p\u00f3sta le 64 bliain.  Thit siad i ngr\u00e1 le ch\u00e9ile chomh luath agus a leag siad s\u00fail ar a ch\u00e9ile, agus n\u00ed raibh mo mh\u00e1thair ach d\u00e9ag\u00f3ir ag an am.  N\u00ed aon ionadh \u00e9 mar sin go mbraitheann uaithi go m\u00f3r \u00e9, agus bh\u00ed s\u00e9 an-deacair a bheith ina aonar tar \u00e9is iad a bheith le ch\u00e9ile chomh fada sin.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar shl\u00ed \u00e9igin, lean mo mh\u00e1thair P\u00e1draic\u00edn ar aghaidh go misni\u00fail.  Bh\u00ed a p\u00e1ist\u00ed in ann cuairteanna rialta a thabhairt di, agus chuidigh na cuairteanna sin go m\u00f3r.&nbsp;&nbsp;Thosaigh s\u00ed ag cur in oiri\u00faint don r\u00e9alachas m\u00edthaitneamhach nua nuair a tharla drochrud eile f\u00f3s!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ansin th\u00e1inig g\u00e9arch\u00e9im an chor\u00f3inv\u00edris, agus bh\u00ed ar an teach altranais rialacha dochta a chur i bhfeidhm. T\u00e1 baol ard \u00f3n v\u00edreas do na hothair at\u00e1 ina gc\u00f3na\u00ed ann, mar t\u00e1 an chuid is m\u00f3 d\u00f3ibh aosta agus le galar d\u00edblithe orthu freisin.  N\u00edl cead ag aon duine teacht ar cuairt go dt\u00ed an teach altranais fad is at\u00e1 cont\u00fairt mh\u00f3r ag baint leis an v\u00edreas.  B\u00edmid i dteagmh\u00e1il len\u00e1r m\u00e1thair ar an bhf\u00f3n gach l\u00e1, ach n\u00edl s\u00e9 mar an gc\u00e9anna.&nbsp;&nbsp;In ainneoin gach rud, t\u00e1 dearcadh dearfach f\u00f3s ag an bhean iontach seo!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Tr\u00e9imhse aisteach \u00ed seo, leis an chor\u00f3inv\u00edreas, agus srianta dian orainn go l\u00e9ir.  Ach c\u00e9 chomh dona is at\u00e1 ruda\u00ed d\u00fainn, t\u00e1 siad i bhfad n\u00edos measa do mo mh\u00e1thair agus do dhaoine eile cos\u00fail l\u00e9i.  Nuair a bh\u00edmid ag d\u00e9anamh trua d\u00fainn f\u00e9in, caithfimid smaoineamh ar na daoine ina gc\u00f3na\u00ed i dtithe altranais ar fud na t\u00edre, at\u00e1 i gcont\u00fairt mh\u00f3r \u00f3n gcor\u00f3inv\u00edreas, agus iad scartha amach \u00f3na dteaghlaigh agus \u00f3na gcairde go ceann i bhfad.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Do mo mh\u00e1thair agus do gach duine i dteach altranais ag an am seo \u2013 t\u00e1 sibh in\u00e1r smaointe agus \u00e1r bpaidreacha ag an am deacair seo! <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[45],"tags":[],"class_list":["post-7884","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pearsanta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7884","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=7884"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7884\/revisions"}],"predecessor-version":[{"id":9559,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7884\/revisions\/9559"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=7884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}