{"id":7864,"date":"2020-01-15T01:42:55","date_gmt":"2020-01-15T01:42:55","guid":{"rendered":"https:\/\/mickgb.com\/?p=7864"},"modified":"2023-11-23T03:50:43","modified_gmt":"2023-11-23T03:50:43","slug":"leabhar-suimiuil-spreaguil-eile-chugainn","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/leabhar-suimiuil-spreaguil-eile-chugainn\/","title":{"rendered":"Leabhar suimi\u00fail, spreag\u00fail, eile chugainn."},"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><\/p>\n<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>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong><span style=\"font-size: 16pt;\"><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>An Fheoir<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"font-size: 16pt;\">Abhainn Osra<\/span><span style=\"font-size: 16pt;\">\u00ed&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<\/span><span style=\"font-size: 16pt;\">C\u00e9adchl<\/span><span style=\"font-size: 16pt;\">\u00f3<\/span><span style=\"font-size: 16pt;\"> 2019 <\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"font-size: 16pt;\"><em>le<\/em><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"font-size: 16pt;\"><em>S\u00e9amas <\/em><\/span><span style=\"font-size: 16pt;\"><em>\u00d3<\/em><\/span><span style=\"font-size: 16pt;\"><em>\u2019<\/em><\/span><span style=\"font-size: 16pt;\"><em>Maoile\u00e1in<\/em><\/span><span style=\"font-size: 16pt;\"><em>&#8230;&#8230;&#8230;&#8230;..Cl\u00f3d\u00f3ir\u00ed CL, Casla, Conamara <\/em><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"font-size: 16pt;\"><em>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/em><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"font-size: 16pt;\"><em> *****************<\/em><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 11pt;\">\u00a0<\/span><\/strong><\/p>\n<p><\/p>\n<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><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">B\u2019fh\u00e9idir gur chuala t\u00fa go raibh m\u00e9 tar \u00e9is tamall a chaitheamh in ospid\u00e9il agus i dteach altranais, agus d\u00e1 bharr sin ba bheag am a bh\u00ed agam le leabhair a l\u00e9amh n\u00f3 tada d\u00e1 leith\u00e9id, ach, tamall gearr \u00f3 shoin tharla gur sheol S\u00e9amas \u00d3\u2019Maoile\u00e1in c\u00f3ip d\u00e1 leabhar nua chugam le go l\u00e9ifinn \u00e9. De thimpiste a tharla sin, ach faoi mar a tharla, shroich an leabhar nua seo m\u00e9 ag an am ceart, n\u00f3 bh\u00ed fonn l\u00e9ite tagtha ar ais chugam ag an am, agus ba gheall le bronntanas \u00f3 Santa fh\u00e9in an leabhar sin ag an am. Ba ghearr go raibh m\u00e9 s\u00e1ite go dt\u00ed an d\u00e1 chluais san Fheoir. N\u00ed h\u00ed an abhainn at\u00e1 i gceist agam anseo, dar nd\u00f3igh, ach an leabhar nua seo. N\u00ed call dom a r\u00e1 go ndeachaigh \u00e1bhar an leabhair go smior na gcn\u00e1mh i bhfeidhm orm, agus ba ghearr go raibh m\u00e9 ag iomp\u00fa na leathanach sp\u00e9isi\u00fail go c\u00edocrach, fiosrach, n\u00f3 theastaigh uaim tuilleadh agus tuilleadh a fhoghlaim faoi th\u00edr seo mo dh\u00eddine agus bh\u00ed sin le f\u00e1il go fl\u00fairseach ins \u2018An Fheoir\u2019. N\u00ed call a r\u00e1 n\u00e1r r\u00f3-fhada go raibh an slogtha l\u00e9ite agam, ach d\u00e1r nd\u00f3igh i gc\u00e1s d\u00e1 leith\u00e9id b\u00edonn g\u00e1 leis an dara l\u00e9amh, ach nach bhfuilim ag dul r\u00f3-thapaidh ar fad! Caithfidh m\u00e9 laincis a chur ar an gcleite anseo le deis a thabhairt dom m\u2019an\u00e1il a tharraingt agus sos beag a thabhairt don gcleite bocht seo. Mar sin \u00e9ist le g\u00edosc na gcosc\u00e1n, le cr\u00edoch a chur leis an gcaibidil seo.<\/p>\n<p><\/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><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Nach iontach go deo na hainmneacha a baisteadh ar an abhainn seo \u2018gainne, ag tos\u00fa leis an ainm <em>eoir <\/em>a baisteadh uirthi i dtosach, ainm a chialla\u00edonn sruth\u00e1n, agus oireann an t-ainm sin don Fheoir i dt\u00fas a laethe. N\u00edl an oiread sin den abhainn inti go gceangla\u00edonn s\u00ed leis an Eircne c\u00f3ngarach do Dharmha i gContae Laoise, agus f\u00e9ach mar adeir \u00d3\u2019Ciobh\u00e1in&#8230;\u201dN\u00ed casta c\u00farsa\u00ed abhann \u00c9ireann n\u00e1 a gcuid ainmneacha. Agus deir an t-\u00fadar linn go nd\u00fairt fear eile go raibh na hainmneacha <em>an-sheanda, <\/em>ach deir an t-\u00fadar ar\u00eds, deir s\u00e9 &#8230;\u201dN\u00edor mh\u00ednigh Ollamh ar bith f\u00f3s d\u00fainn cad is bun leo.\u201d<\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p><\/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 n\u00ed raibh Peadar in ann an t-alt seo a chr\u00edochn\u00fa. Ach t\u00e1 s\u00e9 dochreidte go raibh s\u00e9 ag l\u00e9amh agus ag scr\u00edobh suas ar fad go dt\u00ed deireadh a shaoil. Nach raibh Gaeilge iontach aige, agus l\u00e9iri\u00fa eala\u00edonta speisialta agus pearsanta aige! Braithimid uainn go m\u00f3r \u00e9. N\u00e1r thug s\u00e9 bronntanais iontacha d\u00fainn go l\u00e9ir leis a phr\u00f3s cumasach agus a fhil\u00edocht dra\u00edocht\u00fail! Athair den scoth ba \u00e9 Peadar domsa, agus le d\u00e9ana\u00ed, chomhbh\u00e1d\u00f3ir agus muid ag scr\u00edobh na Gaeilge le ch\u00e9ile, go h\u00e1irithe ag scr\u00edobh na n-alt seo. Le himeacht aimsire, bh\u00ed orm n\u00edos m\u00f3 obair a dh\u00e9anamh agus le linn an ama sin bh\u00ed Peadar mar mh\u00fainteoir agus eagarth\u00f3ir dom. D\u2019fhoghlaim m\u00e9 a l\u00e1n r\u00fain na ceirde uaidh, agus anois beidh m\u00e9 ag eitilt i m\u2019aonar mar \u00fadar an chol\u00fain seachtaini\u00fala seo. T\u00e1 s\u00fail agam go dtiocfaidh sibh go l\u00e9ir liom ar an turas agus leanfaimid go leis an traidisi\u00fan seo, in ainm m\u2019athar, agus ar mhaithe na Gaeilge i gCill Chainnigh agus ar fud na t\u00edre. T\u00e1 m\u00e9 cinnte go gcuirfeadh s\u00e9 sin gliondar cro\u00ed ar Pheadar!<\/p>\n<p><a id=\"OLE_LINK3\"><\/a><a id=\"OLE_LINK4\"><\/a><\/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><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 12pt; padding-top: 0; margin-bottom: 12pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/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>An Fheoir Abhainn Osra\u00ed&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;C\u00e9adchl\u00f3 2019 le S\u00e9amas \u00d3\u2019Maoile\u00e1in&#8230;&#8230;&#8230;&#8230;..Cl\u00f3d\u00f3ir\u00ed CL, Casla, Conamara \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ***************** \u00a0 . B\u2019fh\u00e9idir gur chuala t\u00fa go raibh m\u00e9 tar \u00e9is tamall a chaitheamh in ospid\u00e9il agus i dteach altranais, agus d\u00e1 bharr sin ba bheag am a bh\u00ed agam le leabhair a l\u00e9amh n\u00f3 tada d\u00e1 leith\u00e9id, ach, tamall gearr [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><strong><span style=\"font-size:16pt\">An Fheoir<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"font-size:16pt\">Abhainn Osra<\/span><span style=\"font-size:16pt\">\u00ed.............................................<\/span><span style=\"font-size:16pt\">C\u00e9adchl<\/span><span style=\"font-size:16pt\">\u00f3<\/span><span style=\"font-size:16pt\"> 2019 <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"font-size:16pt\"><em>le<\/em><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"font-size:16pt\"><em>S\u00e9amas <\/em><\/span><span style=\"font-size:16pt\"><em>\u00d3<\/em><\/span><span style=\"font-size:16pt\"><em>\u2019<\/em><\/span><span style=\"font-size:16pt\"><em>Maoile\u00e1in<\/em><\/span><span style=\"font-size:16pt\"><em>..............Cl\u00f3d\u00f3ir\u00ed CL, Casla, Conamara  <\/em><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"font-size:16pt\"><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/em><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"font-size:16pt\"><em>                                *****************<\/em><\/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:11pt\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"> <\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">B\u2019fh\u00e9idir gur chuala t\u00fa go raibh m\u00e9 tar \u00e9is tamall a chaitheamh in ospid\u00e9il agus i dteach altranais, agus d\u00e1 bharr sin ba bheag am a bh\u00ed agam le leabhair a l\u00e9amh n\u00f3 tada d\u00e1 leith\u00e9id, ach, tamall gearr \u00f3 shoin tharla gur sheol S\u00e9amas \u00d3\u2019Maoile\u00e1in c\u00f3ip d\u00e1 leabhar nua chugam le go l\u00e9ifinn \u00e9. De thimpiste a tharla sin, ach faoi mar a tharla, shroich an leabhar nua seo m\u00e9 ag an am ceart, n\u00f3 bh\u00ed fonn l\u00e9ite tagtha ar ais chugam ag an am, agus ba gheall le bronntanas \u00f3 Santa fh\u00e9in an leabhar sin ag an am.  Ba ghearr go raibh m\u00e9 s\u00e1ite go dt\u00ed an d\u00e1 chluais san Fheoir.  N\u00ed h\u00ed an abhainn at\u00e1 i gceist agam anseo, dar nd\u00f3igh, ach an leabhar nua seo. N\u00ed call dom a r\u00e1 go ndeachaigh \u00e1bhar an leabhair go smior na gcn\u00e1mh i bhfeidhm orm, agus ba ghearr go raibh m\u00e9 ag iomp\u00fa na leathanach sp\u00e9isi\u00fail go c\u00edocrach, fiosrach, n\u00f3 theastaigh uaim tuilleadh agus tuilleadh a fhoghlaim faoi th\u00edr seo mo dh\u00eddine agus bh\u00ed sin le f\u00e1il go fl\u00fairseach ins \u2018An Fheoir\u2019. N\u00ed call a r\u00e1 n\u00e1r r\u00f3-fhada go raibh an slogtha l\u00e9ite agam, ach d\u00e1r nd\u00f3igh i gc\u00e1s d\u00e1 leith\u00e9id b\u00edonn g\u00e1 leis an dara l\u00e9amh, ach nach bhfuilim ag dul r\u00f3-thapaidh ar fad! Caithfidh m\u00e9 laincis a chur ar an gcleite anseo le deis a thabhairt dom m\u2019an\u00e1il a tharraingt agus sos beag a thabhairt don gcleite bocht seo. Mar sin \u00e9ist le g\u00edosc na gcosc\u00e1n, le cr\u00edoch a chur leis an gcaibidil 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\">Nach iontach go deo na hainmneacha a baisteadh ar an abhainn seo \u2018gainne, ag tos\u00fa leis an ainm <em>eoir <\/em>a baisteadh uirthi i dtosach, ainm a chialla\u00edonn sruth\u00e1n, agus oireann an t-ainm sin don Fheoir i dt\u00fas a laethe.  N\u00edl an oiread sin den abhainn inti go gceangla\u00edonn s\u00ed leis an Eircne c\u00f3ngarach do Dharmha i gContae Laoise, agus f\u00e9ach mar adeir \u00d3\u2019Ciobh\u00e1in...\u201dN\u00ed casta c\u00farsa\u00ed abhann \u00c9ireann n\u00e1 a gcuid ainmneacha. Agus deir an t-\u00fadar linn go nd\u00fairt fear eile go raibh na hainmneacha <em>an-sheanda, <\/em>ach deir an t-\u00fadar ar\u00eds, deir s\u00e9 ...\u201dN\u00edor mh\u00ednigh Ollamh ar bith f\u00f3s d\u00fainn cad is bun leo.\u201d<\/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\">--------------------------------------------------------------------------------------------<\/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 n\u00ed raibh Peadar in ann an t-alt seo a chr\u00edochn\u00fa.  Ach t\u00e1 s\u00e9 dochreidte go raibh s\u00e9 ag l\u00e9amh agus ag scr\u00edobh suas ar fad go dt\u00ed deireadh a shaoil.  Nach raibh Gaeilge iontach aige, agus l\u00e9iri\u00fa eala\u00edonta speisialta agus pearsanta aige!  Braithimid uainn go m\u00f3r \u00e9.  N\u00e1r thug s\u00e9 bronntanais iontacha d\u00fainn go l\u00e9ir leis a phr\u00f3s cumasach agus a fhil\u00edocht dra\u00edocht\u00fail!  Athair den scoth ba \u00e9 Peadar domsa, agus le d\u00e9ana\u00ed, chomhbh\u00e1d\u00f3ir agus muid ag scr\u00edobh na Gaeilge le ch\u00e9ile, go h\u00e1irithe ag scr\u00edobh na n-alt seo.  Le himeacht aimsire,  bh\u00ed orm n\u00edos m\u00f3 obair a dh\u00e9anamh agus le linn an ama sin bh\u00ed Peadar mar mh\u00fainteoir agus eagarth\u00f3ir dom.  D\u2019fhoghlaim m\u00e9 a l\u00e1n r\u00fain na ceirde uaidh, agus anois beidh m\u00e9 ag eitilt i m\u2019aonar mar \u00fadar an chol\u00fain seachtaini\u00fala seo.  T\u00e1 s\u00fail agam go dtiocfaidh sibh go l\u00e9ir liom ar an turas agus leanfaimid go leis an traidisi\u00fan seo, in ainm m\u2019athar, agus ar mhaithe na Gaeilge i gCill Chainnigh agus ar fud na t\u00edre.  T\u00e1 m\u00e9 cinnte go gcuirfeadh s\u00e9 sin gliondar cro\u00ed ar Pheadar!<\/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=\"margin-top:12pt;padding-top:0;margin-bottom:12pt;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:12pt;padding-top:0;margin-bottom:12pt;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:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[39,45],"tags":[],"class_list":["post-7864","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-leirmheasanna","category-pearsanta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=7864"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7864\/revisions"}],"predecessor-version":[{"id":9569,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7864\/revisions\/9569"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=7864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}