{"id":7370,"date":"2022-09-07T19:52:46","date_gmt":"2022-09-07T19:52:46","guid":{"rendered":"https:\/\/mickgb.com\/?p=7370"},"modified":"2023-11-23T00:43:17","modified_gmt":"2023-11-23T00:43:17","slug":"tumchursa-i-gcontae-dhun-na-ngall","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/tumchursa-i-gcontae-dhun-na-ngall\/","title":{"rendered":"Tumch\u00farsa i gContae Dh\u00fan na nGall!"},"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><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"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>N\u00ed bheadh a fhios agat gur thrasnaigh t\u00fa an teorainn ar chor ar bith, ach amh\u00e1in na comhartha\u00ed b\u00f3thair difri\u00fala a bh\u00ed ann. Nuair a chonaic m\u00e9 an f\u00f3gra \u201cBlind Summit\u201d thuig m\u00e9 d\u00edreach go raibh m\u00e9 sa Tuaisceart. Nuair a chonaic m\u00e9 comhartha b\u00f3thair ag r\u00e1 \u201cOmagh\u201d, thug s\u00e9 droch-chuimhn\u00ed ar ais faoi na Triobl\u00f3id\u00ed agus an t-ionsa\u00ed carrbhuama uaf\u00e1sach in \u00d3maigh sa bhliain 1998. Ansin nuair a thiom\u00e1in m\u00e9 tr\u00ed Inis Ceithleann, bh\u00ed m\u00e9 buailte ar\u00eds le smaointe dorcha faoi am na <\/span><span style=\"font-size: 14pt;\">dTriobl\u00f3id\u00ed<\/span><span style=\"font-size: 14pt;\"> agus buam\u00e1il uaf\u00e1sach eile a tharla sa bhliain 1987.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Ach anois bh\u00ed m\u00e9 ag tiom\u00e1int anonn is anall trasna na teorann, beagnach i ngan fhios dom agus muid ar an mbealach go Coim\u00edn, Contae Dh\u00fan na nGall chun freastal ar thumch\u00farsa Gaeilge!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Bhaineamar amach \u00e1r gceann scr\u00edbe faoi dheireadh ag a s\u00e9 a chlog, agus bh\u00ed <\/span><span style=\"font-size: 14pt;\">Bridgeen<\/span><span style=\"font-size: 14pt;\"> ag fanacht linn ag <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> doras. Chuir s\u00ed f\u00e1ilte \u00f3 chro\u00ed romhainn, thaispe\u00e1in s\u00ed \u00e1r seomra d\u00fainn agus ansin chuir s\u00ed an b\u00e9ile ar an mbord. B\u00e9ile iontach a bh\u00ed ann, agus bh\u00edomar ag caint le <\/span><span style=\"font-size: 14pt;\">Bridgeen<\/span><span style=\"font-size: 14pt;\"> as Gaeilge beagnach an t-am go l\u00e9ir. Bh\u00ed seomra deas m\u00f3r compordach againn, agus n\u00edor <\/span><span style=\"font-size: 14pt;\">th<\/span><span style=\"font-size: 14pt;\">\u00f3g<\/span><span style=\"font-size: 14pt;\"> s\u00e9 m\u00f3r\u00e1n ama d\u00fainn socr\u00fa s\u00edos sa teach sin. R\u00e9itigh <\/span><span style=\"font-size: 14pt;\">Bridgeen<\/span><span style=\"font-size: 14pt;\"> beagnach \u00e1r mb\u00e9il\u00ed go l\u00e9ir d\u00fainn le linn na seachtaine a bh\u00edomar ag freastal ar an tumch\u00farsa, agus rinne s\u00ed <\/span><span style=\"font-size: 14pt;\">s\u00e1r-<\/span><span style=\"font-size: 14pt;\">jab mar bh\u00ed bia iontach blasta againn <\/span><span style=\"font-size: 14pt;\">an t-am go l\u00e9ir <\/span><span style=\"font-size: 14pt;\">gan eisceacht. Nuair a thagadh a leathch\u00fapla Jackie ar cuairt, bh\u00ed an-chraic againn go l\u00e9ir ag caint agus ag comhr\u00e1. Chasamar le hathair <\/span><span style=\"font-size: 14pt;\">Bridgeen<\/span><span style=\"font-size: 14pt;\"> agus Jacki<\/span><span style=\"font-size: 14pt;\">e<\/span><span style=\"font-size: 14pt;\">, fear an-deas darb ainm Peadar, c\u00fapla uair, agus thug s\u00e9 comhairle d\u00fainn faoi shi\u00fal\u00f3id\u00ed deasa sa cheantar. Ceantar \u00e1lainn at\u00e1 ann, ag bun na <\/span><span style=\"font-size: 14pt;\">gCruacha<\/span><span style=\"font-size: 14pt;\"> Gorma, <\/span><span style=\"font-size: 14pt;\">sliabhraon iontach i ndeisceart an chontae. Bh\u00ed deis againn c\u00fapla si\u00fal\u00f3id a dh\u00e9anamh ann agus bh\u00ed an aimsir agus na radhairc thar barr.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Chuimsigh an tumch\u00farsa f\u00e9in tr\u00ed leibh\u00e9al: tosaitheoir\u00ed, idirmhe\u00e1nach, agus ardchaighde\u00e1n. Bh\u00edodh seisi\u00fain teagaisc ar si\u00fal gach maidin (10 a.m. go dt\u00ed 1 p.m.) agus gach tr\u00e1thn\u00f3na (2 p.m. go dt\u00ed 4 p.m.). San <\/span><span style=\"font-size: 14pt;\">o\u00edche (<\/span><span style=\"font-size: 14pt;\">7 p.m.- 9 p.m.) bh\u00edodh imeachta\u00ed \u00e9ags\u00fala siamsa\u00edochta eagraithe d\u00fainn (si\u00fal\u00f3id\u00ed, cuairteanna ar \u00e1iteanna stairi\u00fala, amhr\u00e1na\u00edocht agus araile). N\u00edos d\u00e9ana\u00ed san o\u00edche bh\u00edodh craic agus comhr\u00e1 againn sa teach t\u00e1bhairne (An <\/span><span style=\"font-size: 14pt;\">R\u00edle\u00e1n<\/span><span style=\"font-size: 14pt;\">), agus c\u00fapla uair bh\u00ed <\/span><span style=\"font-size: 14pt;\">seisi\u00fa<\/span><span style=\"font-size: 14pt;\">n ceoil ann freisin.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Bh\u00ed deichni\u00far againn san ardrang agus chomh maith le h\u00c9ireannaigh, bh\u00ed daoine as na St\u00e1it Aontaithe agus <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> Astr\u00e1il. Bh\u00ed Gaeilge l\u00edofa ag gach duine sa rang.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Bh\u00ed m\u00fainteoir amh\u00e1in againn an t-am ar fad san ardrang. Pilib is ainm d\u00f3, agus bh\u00ed s\u00e9 ar fheabhas<\/span><span style=\"font-size: 14pt;\"> mar mh\u00fainteoir<\/span><span style=\"font-size: 14pt;\">. C\u00e9 go raibh Gaeilge D\u00fan na nGall a<\/span><span style=\"font-size: 14pt;\">ige<\/span><span style=\"font-size: 14pt;\">, n\u00ed raibh fadhb ar bith againn \u00e9 a thuiscint. De ghn\u00e1th, oibr\u00edonn Pilib mar thaighdeoir Me\u00e1n-Ghaeilge agus mar sin bh\u00ed fios domhain aige mar gheall ar bhr\u00edonna agus fhoins\u00ed focal. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Chuir cuid den rang liosta \u00e1bhar le ch\u00e9ile roimh an ch\u00farsa \u2013 an modh coinn\u00edollach, an aimsir ghn\u00e1thchaite, B\u00e9arlachas, <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> chopail (is agus t\u00e1) agus na c\u00e9imeanna compar\u00e1ideacha san \u00e1ireamh. Chl\u00fadaigh Pilib na topaic\u00ed sin le linn na seachtaine <\/span><span style=\"font-size: 14pt;\">chomh maith leis<\/span><span style=\"font-size: 14pt;\"> <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> <\/span><span style=\"font-size: 14pt;\">gcuraclam<\/span><span style=\"font-size: 14pt;\"> a bh\u00ed le<\/span><span style=\"font-size: 14pt;\">agtha amach<\/span><span style=\"font-size: 14pt;\">. C\u00e9 go raibh ranganna gramada\u00ed agus l\u00e9itheoireachta\/l\u00e9amhthuisceana againn, is ar an teanga labhartha a bh\u00ed an bh\u00e9im, agus chaitheamar n\u00edos m\u00f3 n\u00e1 leath den am i ngr\u00fapa\u00ed beaga ag pl\u00e9 \u00e1bhair \u00e9ags\u00fala. Bh\u00ed Pilib ag \u00e9isteacht linn ag comhr\u00e1 agus chabhraigh s\u00e9 linn nuair a bh\u00ed deacrachta\u00ed againn \u00e1r smaointe a chur in i\u00fal. Chuir s\u00e9 focail \u00fas\u00e1ideacha ar an mbord le linn \u00e1r gcomhr\u00e1, ionas go mbeadh st\u00f3r focal cuimsitheach ar f\u00e1il ar an \u00e1bhar <\/span><span style=\"font-size: 14pt;\">a bh\u00ed <\/span><span style=\"font-size: 14pt;\">\u00e1 bpl\u00e9 againn. Bh\u00ed topaic\u00ed \u00e9ags\u00fala againn<\/span><span style=\"font-size: 14pt;\"> le pl\u00e9<\/span><span style=\"font-size: 14pt;\">, cos\u00fail le: <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">D\u00e1 mbuaf\u00e1 an crannchur n\u00e1isi\u00fanta cad a dh\u00e9anf\u00e1? <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Cad iad na pleananna at\u00e1 agat don mh\u00e9id eile de 2022? <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">C\u00e9n chuma a bheidh ar \u00c9irinn agus ar an domhan sa bhliain 2150? <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">C\u00e9n f\u00e1th a bhfuil t\u00fa ag foghlaim na Gaeilge? <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">C\u00e9n cine\u00e1l leabhar is m\u00f3 a l\u00e9ann t\u00fa? <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Bhain mise <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> tairbhe is m\u00f3 as na comhr\u00e1ite sin a bh\u00ed againn. Mh\u00e9adaigh m\u00e9 mo st\u00f3r focal agus d\u2019fheabhsaigh m\u00e9 mo l\u00edofacht. Nuair a bh\u00ed m\u00e9 ag streachailt \u00f3 am go ham, bh\u00ed Pilib in ann cabhair a thabhairt dom ar an l\u00e1thair, agus bh\u00ed s\u00e9 sin an-\u00fas\u00e1ideach ar fad.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">Molaim go hard <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> tumch\u00farsa seo, lonnaithe in \u00e1it \u00e1lainn iarg\u00falta. Beidh an chraic agat agus t\u00fa ag feabhs\u00fa do chuid Gaeilge ag <\/span><span style=\"font-size: 14pt;\">an<\/span><span style=\"font-size: 14pt;\"> am c\u00e9anna! Is f\u00e9idir tuilleadh eolais <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"font-size: 14pt;\">a f<\/span><span style=\"font-size: 14pt;\">h<\/span><span style=\"font-size: 14pt;\">\u00e1il ag: <\/span><a href=\"http:\/\/www.gael-oideas.com\"><span style=\"font-size: 14pt;\">www.gael-oideas.com<\/span><\/a><span style=\"font-size: 14pt;\">.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.8;\"><span style=\"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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><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.8;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><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>N\u00ed bheadh a fhios agat gur thrasnaigh t\u00fa an teorainn ar chor ar bith, ach amh\u00e1in na comhartha\u00ed b\u00f3thair difri\u00fala a bh\u00ed ann. Nuair a chonaic m\u00e9 an f\u00f3gra \u201cBlind Summit\u201d thuig m\u00e9 d\u00edreach go raibh m\u00e9 sa Tuaisceart. Nuair a chonaic m\u00e9 comhartha b\u00f3thair ag r\u00e1 \u201cOmagh\u201d, thug s\u00e9 droch-chuimhn\u00ed ar ais faoi [&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:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"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:2.4\"><span style=\"font-size:14pt\">Miche\u00e1l <\/span><span style=\"font-size:14pt\">Bair\u00e9ad<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">N\u00ed bheadh a fhios agat gur thrasnaigh t\u00fa an teorainn ar chor ar bith, ach amh\u00e1in na comhartha\u00ed b\u00f3thair difri\u00fala a bh\u00ed ann.  Nuair a chonaic m\u00e9 an f\u00f3gra \u201cBlind Summit\u201d thuig m\u00e9 d\u00edreach go raibh m\u00e9 sa Tuaisceart.  Nuair a chonaic m\u00e9 comhartha b\u00f3thair ag r\u00e1 \u201cOmagh\u201d, thug s\u00e9 droch-chuimhn\u00ed ar ais faoi na Triobl\u00f3id\u00ed agus an t-ionsa\u00ed carrbhuama uaf\u00e1sach in \u00d3maigh sa bhliain 1998.  Ansin nuair a thiom\u00e1in m\u00e9 tr\u00ed Inis Ceithleann, bh\u00ed m\u00e9 buailte ar\u00eds le smaointe dorcha faoi am na <\/span><span style=\"font-size:14pt\">dTriobl\u00f3id\u00ed<\/span><span style=\"font-size:14pt\"> agus buam\u00e1il uaf\u00e1sach eile a tharla sa bhliain 1987.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Ach anois bh\u00ed m\u00e9 ag tiom\u00e1int anonn is anall trasna na teorann, beagnach i ngan fhios dom agus muid ar an mbealach go Coim\u00edn, Contae Dh\u00fan na nGall chun freastal ar thumch\u00farsa Gaeilge!<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Bhaineamar amach \u00e1r gceann scr\u00edbe faoi dheireadh ag a s\u00e9 a chlog, agus bh\u00ed <\/span><span style=\"font-size:14pt\">Bridgeen<\/span><span style=\"font-size:14pt\"> ag fanacht linn ag <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> doras.  Chuir s\u00ed f\u00e1ilte \u00f3 chro\u00ed romhainn, thaispe\u00e1in s\u00ed \u00e1r seomra d\u00fainn agus ansin chuir s\u00ed an b\u00e9ile ar an mbord.  B\u00e9ile iontach a bh\u00ed ann, agus bh\u00edomar ag caint le <\/span><span style=\"font-size:14pt\">Bridgeen<\/span><span style=\"font-size:14pt\"> as Gaeilge beagnach an t-am go l\u00e9ir.  Bh\u00ed seomra deas m\u00f3r compordach againn, agus n\u00edor <\/span><span style=\"font-size:14pt\">th<\/span><span style=\"font-size:14pt\">\u00f3g<\/span><span style=\"font-size:14pt\"> s\u00e9 m\u00f3r\u00e1n ama d\u00fainn socr\u00fa s\u00edos sa teach sin.  R\u00e9itigh <\/span><span style=\"font-size:14pt\">Bridgeen<\/span><span style=\"font-size:14pt\"> beagnach \u00e1r mb\u00e9il\u00ed go l\u00e9ir d\u00fainn le linn na seachtaine a bh\u00edomar ag freastal ar an tumch\u00farsa, agus rinne s\u00ed <\/span><span style=\"font-size:14pt\">s\u00e1r-<\/span><span style=\"font-size:14pt\">jab mar bh\u00ed bia iontach blasta againn <\/span><span style=\"font-size:14pt\">an t-am go l\u00e9ir <\/span><span style=\"font-size:14pt\">gan eisceacht.  Nuair a thagadh a leathch\u00fapla Jackie ar cuairt, bh\u00ed an-chraic againn go l\u00e9ir ag caint agus ag comhr\u00e1.  Chasamar le hathair <\/span><span style=\"font-size:14pt\">Bridgeen<\/span><span style=\"font-size:14pt\"> agus Jacki<\/span><span style=\"font-size:14pt\">e<\/span><span style=\"font-size:14pt\">, fear an-deas darb ainm Peadar, c\u00fapla uair, agus thug s\u00e9 comhairle d\u00fainn faoi shi\u00fal\u00f3id\u00ed deasa sa cheantar.  Ceantar \u00e1lainn at\u00e1 ann, ag bun na <\/span><span style=\"font-size:14pt\">gCruacha<\/span><span style=\"font-size:14pt\"> Gorma, <\/span><span style=\"font-size:14pt\">sliabhraon iontach i ndeisceart an chontae.  Bh\u00ed deis againn c\u00fapla si\u00fal\u00f3id a dh\u00e9anamh ann agus bh\u00ed an aimsir agus na radhairc thar barr.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Chuimsigh an tumch\u00farsa f\u00e9in tr\u00ed leibh\u00e9al: tosaitheoir\u00ed, idirmhe\u00e1nach, agus ardchaighde\u00e1n.  Bh\u00edodh seisi\u00fain teagaisc ar si\u00fal gach maidin (10 a.m. go dt\u00ed 1 p.m.) agus gach tr\u00e1thn\u00f3na (2 p.m. go dt\u00ed 4 p.m.).  San <\/span><span style=\"font-size:14pt\">o\u00edche (<\/span><span style=\"font-size:14pt\">7 p.m.- 9 p.m.) bh\u00edodh imeachta\u00ed \u00e9ags\u00fala siamsa\u00edochta eagraithe d\u00fainn (si\u00fal\u00f3id\u00ed, cuairteanna ar \u00e1iteanna stairi\u00fala, amhr\u00e1na\u00edocht agus araile).  N\u00edos d\u00e9ana\u00ed san o\u00edche bh\u00edodh craic agus comhr\u00e1 againn sa teach t\u00e1bhairne (An <\/span><span style=\"font-size:14pt\">R\u00edle\u00e1n<\/span><span style=\"font-size:14pt\">), agus c\u00fapla uair bh\u00ed <\/span><span style=\"font-size:14pt\">seisi\u00fa<\/span><span style=\"font-size:14pt\">n ceoil ann freisin.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Bh\u00ed deichni\u00far againn san ardrang agus chomh maith le h\u00c9ireannaigh, bh\u00ed daoine as na St\u00e1it Aontaithe agus <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> Astr\u00e1il.  Bh\u00ed Gaeilge l\u00edofa ag gach duine sa rang.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Bh\u00ed m\u00fainteoir amh\u00e1in againn an t-am ar fad san ardrang.  Pilib is ainm d\u00f3, agus bh\u00ed s\u00e9 ar fheabhas<\/span><span style=\"font-size:14pt\"> mar mh\u00fainteoir<\/span><span style=\"font-size:14pt\">.  C\u00e9 go raibh Gaeilge D\u00fan na nGall a<\/span><span style=\"font-size:14pt\">ige<\/span><span style=\"font-size:14pt\">, n\u00ed raibh fadhb ar bith againn \u00e9 a thuiscint.  De ghn\u00e1th, oibr\u00edonn Pilib mar thaighdeoir Me\u00e1n-Ghaeilge agus mar sin bh\u00ed fios domhain aige mar gheall ar bhr\u00edonna agus fhoins\u00ed focal. <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Chuir cuid den rang liosta \u00e1bhar le ch\u00e9ile roimh an ch\u00farsa \u2013 an modh coinn\u00edollach, an aimsir ghn\u00e1thchaite, B\u00e9arlachas, <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> chopail (is agus t\u00e1) agus na c\u00e9imeanna compar\u00e1ideacha san \u00e1ireamh.  Chl\u00fadaigh Pilib na topaic\u00ed sin le linn na seachtaine <\/span><span style=\"font-size:14pt\">chomh maith leis<\/span><span style=\"font-size:14pt\"> <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> <\/span><span style=\"font-size:14pt\">gcuraclam<\/span><span style=\"font-size:14pt\"> a bh\u00ed le<\/span><span style=\"font-size:14pt\">agtha amach<\/span><span style=\"font-size:14pt\">.  C\u00e9 go raibh ranganna gramada\u00ed agus l\u00e9itheoireachta\/l\u00e9amhthuisceana againn, is ar an teanga labhartha a bh\u00ed an bh\u00e9im, agus chaitheamar n\u00edos m\u00f3 n\u00e1 leath den am i ngr\u00fapa\u00ed beaga ag pl\u00e9 \u00e1bhair \u00e9ags\u00fala.  Bh\u00ed Pilib ag \u00e9isteacht linn ag comhr\u00e1 agus chabhraigh s\u00e9 linn nuair a bh\u00ed deacrachta\u00ed againn \u00e1r smaointe a chur in i\u00fal.  Chuir s\u00e9 focail \u00fas\u00e1ideacha ar an mbord le linn \u00e1r gcomhr\u00e1, ionas go mbeadh st\u00f3r focal cuimsitheach ar f\u00e1il ar an \u00e1bhar <\/span><span style=\"font-size:14pt\">a bh\u00ed <\/span><span style=\"font-size:14pt\">\u00e1 bpl\u00e9 againn.  Bh\u00ed topaic\u00ed \u00e9ags\u00fala againn<\/span><span style=\"font-size:14pt\"> le pl\u00e9<\/span><span style=\"font-size:14pt\">, cos\u00fail le: <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">D\u00e1 mbuaf\u00e1 an crannchur n\u00e1isi\u00fanta cad a dh\u00e9anf\u00e1?  <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Cad iad na pleananna at\u00e1 agat don mh\u00e9id eile de 2022?  <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">C\u00e9n chuma a bheidh ar \u00c9irinn agus ar an domhan sa bhliain 2150?  <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">C\u00e9n f\u00e1th a bhfuil t\u00fa ag foghlaim na Gaeilge?  <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">C\u00e9n cine\u00e1l leabhar is m\u00f3 a l\u00e9ann t\u00fa? <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Bhain mise <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> tairbhe is m\u00f3 as na comhr\u00e1ite sin a bh\u00ed againn.  Mh\u00e9adaigh m\u00e9 mo st\u00f3r focal agus d\u2019fheabhsaigh m\u00e9 mo l\u00edofacht.  Nuair a bh\u00ed m\u00e9 ag streachailt \u00f3 am go ham, bh\u00ed Pilib in ann cabhair a thabhairt dom ar an l\u00e1thair, agus bh\u00ed s\u00e9 sin an-\u00fas\u00e1ideach ar fad.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">Molaim go hard <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> tumch\u00farsa seo, lonnaithe in \u00e1it \u00e1lainn iarg\u00falta.  Beidh an chraic agat agus t\u00fa ag feabhs\u00fa do chuid Gaeilge ag <\/span><span style=\"font-size:14pt\">an<\/span><span style=\"font-size:14pt\"> am c\u00e9anna!  Is f\u00e9idir tuilleadh eolais <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"font-size:14pt\">a f<\/span><span style=\"font-size:14pt\">h<\/span><span style=\"font-size:14pt\">\u00e1il ag: <\/span><a href=\"http:\/\/www.gael-oideas.com\"><span style=\"font-size:14pt\">www.gael-oideas.com<\/span><\/a><span style=\"font-size:14pt\">.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.8\"><span style=\"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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><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.8\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[43],"tags":[],"class_list":["post-7370","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-teanga"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7370","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=7370"}],"version-history":[{"count":4,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7370\/revisions"}],"predecessor-version":[{"id":9316,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7370\/revisions\/9316"}],"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=7370"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7370"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}