{"id":8676,"date":"2020-12-23T00:08:56","date_gmt":"2020-12-23T00:08:56","guid":{"rendered":"https:\/\/mickgb.com\/?p=8676"},"modified":"2023-11-23T03:36:08","modified_gmt":"2023-11-23T03:36:08","slug":"christmas-greetings","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/christmas-greetings\/","title":{"rendered":"Christmas Greetings"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][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 _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\"><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>Seo p\u00edosa <\/span><span style=\"color: #000000; font-size: 12pt;\">oiri\u00fanach <\/span><span style=\"color: #000000; font-size: 12pt;\">le s\u00e9as\u00far na Nollag, a scr\u00edobh m<\/span><span style=\"color: #000000; font-size: 12pt;\">\u2019a<\/span><span style=\"color: #000000; font-size: 12pt;\">thair blianta \u00f3 shin<\/span><span style=\"color: #000000; font-size: 12pt;\"> agus \u00e9 ag <\/span><span style=\"color: #000000; font-size: 12pt;\">cuimhneamh ar <\/span><span style=\"color: #000000; font-size: 12pt;\">an saghas Nollag a bh\u00ed aige mar gas\u00far.<\/span><span style=\"color: #000000; font-size: 12pt;\"> Nollaig faoi sh\u00e9an agus faoi mhaise daoibh go l\u00e9ir!<\/span><\/p>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong><span style=\"color: #000000; font-size: 16pt;\">Christmas Greetings<\/span><\/strong><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">T\u00e1 an tr\u00e1th sin den bhliain linn ar\u00eds, <\/span><span style=\"color: #000000; font-size: 12pt;\">an<\/span><span style=\"color: #000000; font-size: 12pt;\"> tr\u00e1th sin, nuair a thugaimid <\/span><span style=\"color: #000000; font-size: 12pt;\">uilig<\/span><span style=\"color: #000000; font-size: 12pt;\">, geall leis, aghaidh, uair amh\u00e1in eile, ar bh\u00f3ithr\u00edn geal, mealltach, na smaointe, le spl\u00e9achadh amh\u00e1in eile a fh\u00e1il ar an gcine\u00e1l saoil a bh\u00ed ann, nuair a bh\u00edodh <\/span><span style=\"color: #000000; font-size: 12pt;\">muidinne<\/span><span style=\"color: #000000; font-size: 12pt;\"> ag fanacht go <\/span><span style=\"color: #000000; font-size: 12pt;\">foighdeach<\/span><span style=\"color: #000000; font-size: 12pt;\"> ar chuairt o\u00edche \u00f3 Dhaid\u00ed na Nollag <\/span><span style=\"color: #000000; font-size: 12pt;\">fh\u00e9in<\/span><span style=\"color: #000000; font-size: 12pt;\">, sea, agus muid freisin ag s\u00fail le f\u00e9ir\u00edn <\/span><span style=\"color: #000000; font-size: 12pt;\">eic\u00ednt<\/span><span style=\"color: #000000; font-size: 12pt;\">, n\u00f3 bronntanas, uaidh. Thuigeamar ag <\/span><span style=\"color: #000000; font-size: 12pt;\">an<\/span><span style=\"color: #000000; font-size: 12pt;\"> am, go raibh neart sp\u00e1is i m\u00e1la an fhir mh\u00f3ir ch\u00e9anna sin, agus nach moth\u00f3dh s\u00e9 uaidh, an <\/span><span style=\"color: #000000; font-size: 12pt;\">m\u00e9id\u00edn<\/span><span style=\"color: #000000; font-size: 12pt;\"> beag suarach a l\u00edonfadh an stoca sin a d\u2019fh\u00e1g muid crochta ag cois na leapa th\u00edos! Agus b\u00edodh nach mbriseadh <\/span><span style=\"color: #000000; font-size: 12pt;\">an<\/span><span style=\"color: #000000; font-size: 12pt;\"> fear m\u00f3r gro\u00ed sin a chro\u00ed leis an m\u00e9id a bhronnadh s\u00e9 ormsa, ach go h\u00e1irithe, ag an am gc\u00e9anna, tuigeadh domsa, nach raibh \u00e9inne riamh a bh\u00ed leath chomh fial flaithi\u00fail leis. Murab ionann is gas\u00fair an lae inniu, bh\u00edodh <\/span><span style=\"color: #000000; font-size: 12pt;\">muidinne<\/span><span style=\"color: #000000; font-size: 12pt;\"> cleachtach ar an mbeag\u00e1n, agus d\u00e1 bhr\u00ed sin, sh\u00e1s\u00f3dh an beag\u00e1n sinn. D\u00e1 <\/span><span style=\"color: #000000; font-size: 12pt;\">bhfaighinnse<\/span><span style=\"color: #000000; font-size: 12pt;\"> <\/span><span style=\"color: #000000; font-size: 12pt;\">fh\u00e9in<\/span><span style=\"color: #000000; font-size: 12pt;\"> glac milse\u00e1n, <\/span><span style=\"color: #000000; font-size: 12pt;\">cupla<\/span><span style=\"color: #000000; font-size: 12pt;\"> \u00fall, or\u00e1iste, agus <\/span><span style=\"color: #000000; font-size: 12pt;\">gluaiste\u00e1in\u00edn<\/span><span style=\"color: #000000; font-size: 12pt;\">, n\u00f3 <\/span><span style=\"color: #000000; font-size: 12pt;\">guinn\u00edn<\/span><span style=\"color: #000000; font-size: 12pt;\"> <\/span><span style=\"color: #000000; font-size: 12pt;\">fh\u00e9in<\/span><span style=\"color: #000000; font-size: 12pt;\">, \u00f3 Dhaid\u00ed na Nollag, cheapfainn go raibh b\u00f3 bronnta aige orm. N\u00ed bheinnse ag s\u00fail le m\u00f3r\u00e1n, agus d\u00e1 bhr\u00ed sin, sh\u00e1s\u00f3dh an beag\u00e1n m\u00e9.\u00a0<\/span><\/p>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong><span style=\"color: #000000; font-size: 16pt;\">Other things to do!<\/span><\/strong><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Sea, agus nach raibh ruda\u00ed eile ar \u00e1r n-aire againn freisin. Nach raibh orainn bheith sa s\u00e9ip\u00e9al, maidin Lae Nollag, le hAifreann na Nollag a \u00e9isteacht?\u00a0 Sea, agus nach raibh tamall le caitheamh againn, roimh an dinn\u00e9ar, ar th\u00f3ir an dreoil\u00edn, n\u00f3 bh\u00edodh pleananna d\u00e9anta againn na bailte timpeall a shi\u00fal, len\u00e1r bhfort\u00fan a dh\u00e9anamh, agus muid amuigh leis an <\/span><span style=\"color: #000000; font-size: 12pt;\">nDreoil\u00edn<\/span><span style=\"color: #000000; font-size: 12pt;\">, L\u00e1 \u2018le <\/span><span style=\"color: #000000; font-size: 12pt;\">Stiof\u00e1in<\/span><span style=\"color: #000000; font-size: 12pt;\">. Sea <\/span><span style=\"color: #000000; font-size: 12pt;\">mh\u2019anam<\/span><span style=\"color: #000000; font-size: 12pt;\">! bh\u00edodh ruda\u00ed le d\u00e9anamh againn agus <\/span><span style=\"color: #000000; font-size: 12pt;\">\u00e1iteacha<\/span><span style=\"color: #000000; font-size: 12pt;\"> le taisteal againn L\u00e1 Nollag, agus muid ag ullmh\u00fa do L\u00e1 \u00fad an Dreoil\u00edn.\u00a0<\/span><\/p>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong><span style=\"color: #000000; font-size: 16pt;\">That Christmas Carol!<\/span><\/strong><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Ag an bpointe seo \u00e1fach, ba mhaith liom n\u00f3s eile dem\u2019 chuid a lean\u00faint, agus sin n\u00f3s at\u00e1 agam le blianta fada anois, s\u00e9 sin, <\/span><span style=\"color: #000000; font-size: 12pt;\">d\u00e1in\u00edn<\/span><span style=\"color: #000000; font-size: 12pt;\"> beag Nollag a chumadh don \u00f3c\u00e1id, mar bhronntanas beag uaimse don Na\u00ed sa <\/span><span style=\"color: #000000; font-size: 12pt;\">Mh\u00e1ins\u00e9ar<\/span><span style=\"color: #000000; font-size: 12pt;\">, agus d\u00e1 Mham, ach <\/span><span style=\"color: #000000; font-size: 12pt;\">sul<\/span><span style=\"color: #000000; font-size: 12pt;\"> m\u00e1 leagain an <\/span><span style=\"color: #000000; font-size: 12pt;\">d\u00e1in\u00edn<\/span><span style=\"color: #000000; font-size: 12pt;\"> sin os bhur gcomhair, ba mhaith liom Nollaig faoi sh\u00e9an agus faoi mhaise a ghu\u00ed ar <\/span><span style=\"color: #000000; font-size: 12pt;\">chuile<\/span><span style=\"color: #000000; font-size: 12pt;\"> dhuine a l\u00e9ifidh an aiste seo, sea, agus gu\u00edm Beannachta\u00ed na F\u00e9ile Beannaithe seo ar <\/span><span style=\"color: #000000; font-size: 12pt;\">chuile<\/span><span style=\"color: #000000; font-size: 12pt;\"> dhuine d\u00e1r muintir, is d\u00e1r gcine, thall n\u00f3 abhus d\u00f3ibh, agus gura seacht fearr a bheas <\/span><span style=\"color: #000000; font-size: 12pt;\">chuile<\/span><span style=\"color: #000000; font-size: 12pt;\"> dhuine acu, bliain \u00f3 anocht&#8230;&#8230;&#8230;&#8230;..<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><strong><span style=\"color: #000000; font-size: 16pt;\">Cuimhn\u00ed na Nollag<\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Cuimhn\u00ed na <\/span><span style=\"color: #000000; font-size: 12pt;\">Nollag\u00a0 \u2019<\/span><span style=\"color: #000000; font-size: 12pt;\">na r\u00e1s chugainn<\/span><strong><span style=\"color: #000000; font-size: 16pt;\">,<\/span><\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Is <\/span><span style=\"color: #000000; font-size: 12pt;\">coinneall<\/span><span style=\"color: #000000; font-size: 12pt;\"> mh\u00f3r dhearg ina chaor,<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Gaineamh geal leata ar url\u00e1ir<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">In on\u00f3ir do Mhac D\u00e9 an Na\u00ed.<\/span><\/p>\n<p style=\"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 style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">C\u00e1ca\u00ed na Nollag \u00e1 mb\u00e1c\u00e1il<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Is a mboladh mar th\u00fais gan locht.<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Agus g\u00e9 ramhar pioctha is bearrtha,<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Feistithe san oigheann ina nocht.<\/span><\/p>\n<p style=\"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 style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">P\u00e1ist\u00ed ar rotha le gliondar<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">is a s\u00faile ag drithli\u00fa mar <\/span><span style=\"color: #000000; font-size: 12pt;\">r\u00e9alt<\/span><span style=\"color: #000000; font-size: 12pt;\">\u2019\u00a0<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Ag smaoineamh ar \u201cSanty\u201d is a fhianna<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">\u00a0Chucu thar Bhealach na <\/span><span style=\"color: #000000; font-size: 12pt;\">N\u00e9all<\/span><\/p>\n<p style=\"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 style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">T\u00e1 \u00e1r gcistin ghlan maisithe go <\/span><span style=\"color: #000000; font-size: 12pt;\">gl\u00e9geal<\/span><span style=\"color: #000000; font-size: 12pt;\">,<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Eidhean<\/span><span style=\"color: #000000; font-size: 12pt;\"> is cuileann go fras,<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Is cro\u00edthe \u2018na lasair mar choinnle<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Ag f\u00e1ilti\u00fa roimh \u00cdosa is a Mham.\u00a0\u00a0<\/span><\/p>\n<p style=\"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 style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Maidin am\u00e1rach, m\u00e1s beo sinn,<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">\u00c9ireoimid le solas an <\/span><span style=\"color: #000000; font-size: 12pt;\">R\u00e9alt<\/span><span style=\"color: #000000; font-size: 12pt;\">\u2019,<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Is <\/span><span style=\"color: #000000; font-size: 12pt;\">raghaimid<\/span><span style=\"color: #000000; font-size: 12pt;\"> go hAifreann na Gine<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">Ag com\u00f3radh breithl\u00e1 \u00e1r nD\u00e9.<\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4; margin-left: 108pt;\"><span style=\"color: #000000; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/span><\/p>\n<p><a id=\"OLE_LINK1\"><\/a><\/p>\n<p><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><a id=\"OLE_LINK3\"><\/a><\/p>\n<p><a id=\"OLE_LINK4\"><\/a><\/p>\n<p><a id=\"OLE_LINK11\"><\/a><\/p>\n<p><a id=\"OLE_LINK12\"><\/a><\/p>\n<p><a id=\"OLE_LINK9\"><\/a><\/p>\n<p><a id=\"OLE_LINK10\"><\/a><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.89;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script>Seo p\u00edosa oiri\u00fanach le s\u00e9as\u00far na Nollag, a scr\u00edobh m\u2019athair blianta \u00f3 shin agus \u00e9 ag cuimhneamh ar an saghas Nollag a bh\u00ed aige mar gas\u00far. Nollaig faoi sh\u00e9an agus faoi mhaise daoibh go l\u00e9ir! Christmas Greetings T\u00e1 an tr\u00e1th sin den bhliain linn ar\u00eds, an tr\u00e1th sin, nuair a thugaimid uilig, geall leis, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7006,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:18pt\">I&nbsp;mB\u00e9al&nbsp;an&nbsp;Phobail<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:12pt\">Miche<\/span><span style=\"color:#000000;font-size:12pt\">\u00e1l B<\/span><span style=\"color:#000000;font-size:12pt\">air\u00e9ad<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#000000;font-size:12pt\">Seo p\u00edosa <\/span><span style=\"color:#000000;font-size:12pt\">oiri\u00fanach <\/span><span style=\"color:#000000;font-size:12pt\">le s\u00e9as\u00far na Nollag, a scr\u00edobh m<\/span><span style=\"color:#000000;font-size:12pt\">\u2019a<\/span><span style=\"color:#000000;font-size:12pt\">thair blianta \u00f3 shin<\/span><span style=\"color:#000000;font-size:12pt\"> agus \u00e9 ag <\/span><span style=\"color:#000000;font-size:12pt\">cuimhneamh ar <\/span><span style=\"color:#000000;font-size:12pt\">an saghas Nollag a bh\u00ed aige mar gas\u00far.<\/span><span style=\"color:#000000;font-size:12pt\">  Nollaig faoi sh\u00e9an agus faoi mhaise daoibh go l\u00e9ir!<\/span><\/p>\n\n<p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:16pt\">Christmas Greetings<\/span><\/strong><\/p>\n\n<p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#000000;font-size:12pt\">T\u00e1 an tr\u00e1th sin den bhliain linn ar\u00eds, <\/span><span style=\"color:#000000;font-size:12pt\">an<\/span><span style=\"color:#000000;font-size:12pt\"> tr\u00e1th sin, nuair a thugaimid <\/span><span style=\"color:#000000;font-size:12pt\">uilig<\/span><span style=\"color:#000000;font-size:12pt\">, geall leis, aghaidh, uair amh\u00e1in eile, ar bh\u00f3ithr\u00edn geal, mealltach, na smaointe, le spl\u00e9achadh amh\u00e1in eile a fh\u00e1il ar an gcine\u00e1l saoil a bh\u00ed ann, nuair a bh\u00edodh <\/span><span style=\"color:#000000;font-size:12pt\">muidinne<\/span><span style=\"color:#000000;font-size:12pt\"> ag fanacht go <\/span><span style=\"color:#000000;font-size:12pt\">foighdeach<\/span><span style=\"color:#000000;font-size:12pt\"> ar chuairt o\u00edche \u00f3 Dhaid\u00ed na Nollag <\/span><span style=\"color:#000000;font-size:12pt\">fh\u00e9in<\/span><span style=\"color:#000000;font-size:12pt\">, sea, agus muid freisin ag s\u00fail le f\u00e9ir\u00edn <\/span><span style=\"color:#000000;font-size:12pt\">eic\u00ednt<\/span><span style=\"color:#000000;font-size:12pt\">, n\u00f3 bronntanas, uaidh. Thuigeamar ag <\/span><span style=\"color:#000000;font-size:12pt\">an<\/span><span style=\"color:#000000;font-size:12pt\"> am, go raibh neart sp\u00e1is i m\u00e1la an fhir mh\u00f3ir ch\u00e9anna sin, agus nach moth\u00f3dh s\u00e9 uaidh, an <\/span><span style=\"color:#000000;font-size:12pt\">m\u00e9id\u00edn<\/span><span style=\"color:#000000;font-size:12pt\"> beag suarach a l\u00edonfadh an stoca sin a d\u2019fh\u00e1g muid crochta ag cois na leapa th\u00edos! Agus b\u00edodh nach mbriseadh <\/span><span style=\"color:#000000;font-size:12pt\">an<\/span><span style=\"color:#000000;font-size:12pt\"> fear m\u00f3r gro\u00ed sin a chro\u00ed leis an m\u00e9id a bhronnadh s\u00e9 ormsa, ach go h\u00e1irithe, ag an am gc\u00e9anna, tuigeadh domsa, nach raibh \u00e9inne riamh a bh\u00ed leath chomh fial flaithi\u00fail leis. Murab ionann is gas\u00fair an lae inniu, bh\u00edodh <\/span><span style=\"color:#000000;font-size:12pt\">muidinne<\/span><span style=\"color:#000000;font-size:12pt\"> cleachtach ar an mbeag\u00e1n, agus d\u00e1 bhr\u00ed sin, sh\u00e1s\u00f3dh an beag\u00e1n sinn. D\u00e1 <\/span><span style=\"color:#000000;font-size:12pt\">bhfaighinnse<\/span><span style=\"color:#000000;font-size:12pt\"> <\/span><span style=\"color:#000000;font-size:12pt\">fh\u00e9in<\/span><span style=\"color:#000000;font-size:12pt\"> glac milse\u00e1n, <\/span><span style=\"color:#000000;font-size:12pt\">cupla<\/span><span style=\"color:#000000;font-size:12pt\"> \u00fall, or\u00e1iste, agus <\/span><span style=\"color:#000000;font-size:12pt\">gluaiste\u00e1in\u00edn<\/span><span style=\"color:#000000;font-size:12pt\">, n\u00f3 <\/span><span style=\"color:#000000;font-size:12pt\">guinn\u00edn<\/span><span style=\"color:#000000;font-size:12pt\"> <\/span><span style=\"color:#000000;font-size:12pt\">fh\u00e9in<\/span><span style=\"color:#000000;font-size:12pt\">, \u00f3 Dhaid\u00ed na Nollag, cheapfainn go raibh b\u00f3 bronnta aige orm. N\u00ed bheinnse ag s\u00fail le m\u00f3r\u00e1n, agus d\u00e1 bhr\u00ed sin, sh\u00e1s\u00f3dh an beag\u00e1n m\u00e9.&nbsp;<\/span><\/p>\n\n<p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:16pt\">Other things to do!<\/span><\/strong><\/p>\n\n<p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#000000;font-size:12pt\">Sea, agus nach raibh ruda\u00ed eile ar \u00e1r n-aire againn freisin. Nach raibh orainn bheith sa s\u00e9ip\u00e9al, maidin Lae Nollag, le hAifreann na Nollag a \u00e9isteacht?&nbsp; Sea, agus nach raibh tamall le caitheamh againn, roimh an dinn\u00e9ar, ar th\u00f3ir an dreoil\u00edn, n\u00f3 bh\u00edodh pleananna d\u00e9anta againn na bailte timpeall a shi\u00fal, len\u00e1r bhfort\u00fan a dh\u00e9anamh, agus muid amuigh leis an <\/span><span style=\"color:#000000;font-size:12pt\">nDreoil\u00edn<\/span><span style=\"color:#000000;font-size:12pt\">, L\u00e1 \u2018le <\/span><span style=\"color:#000000;font-size:12pt\">Stiof\u00e1in<\/span><span style=\"color:#000000;font-size:12pt\">. Sea <\/span><span style=\"color:#000000;font-size:12pt\">mh\u2019anam<\/span><span style=\"color:#000000;font-size:12pt\">! bh\u00edodh ruda\u00ed le d\u00e9anamh againn agus <\/span><span style=\"color:#000000;font-size:12pt\">\u00e1iteacha<\/span><span style=\"color:#000000;font-size:12pt\"> le taisteal againn L\u00e1 Nollag, agus muid ag ullmh\u00fa do L\u00e1 \u00fad an Dreoil\u00edn.&nbsp;<\/span><\/p>\n\n<p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:16pt\">That Christmas Carol!<\/span><\/strong><\/p>\n\n<p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><span style=\"color:#000000;font-size:12pt\">Ag an bpointe seo \u00e1fach, ba mhaith liom n\u00f3s eile dem\u2019 chuid a lean\u00faint, agus sin n\u00f3s at\u00e1 agam le blianta fada anois, s\u00e9 sin, <\/span><span style=\"color:#000000;font-size:12pt\">d\u00e1in\u00edn<\/span><span style=\"color:#000000;font-size:12pt\"> beag Nollag a chumadh don \u00f3c\u00e1id, mar bhronntanas beag uaimse don Na\u00ed sa <\/span><span style=\"color:#000000;font-size:12pt\">Mh\u00e1ins\u00e9ar<\/span><span style=\"color:#000000;font-size:12pt\">, agus d\u00e1 Mham, ach <\/span><span style=\"color:#000000;font-size:12pt\">sul<\/span><span style=\"color:#000000;font-size:12pt\"> m\u00e1 leagain an <\/span><span style=\"color:#000000;font-size:12pt\">d\u00e1in\u00edn<\/span><span style=\"color:#000000;font-size:12pt\"> sin os bhur gcomhair, ba mhaith liom Nollaig faoi sh\u00e9an agus faoi mhaise a ghu\u00ed ar <\/span><span style=\"color:#000000;font-size:12pt\">chuile<\/span><span style=\"color:#000000;font-size:12pt\"> dhuine a l\u00e9ifidh an aiste seo, sea, agus gu\u00edm Beannachta\u00ed na F\u00e9ile Beannaithe seo ar <\/span><span style=\"color:#000000;font-size:12pt\">chuile<\/span><span style=\"color:#000000;font-size:12pt\"> dhuine d\u00e1r muintir, is d\u00e1r gcine, thall n\u00f3 abhus d\u00f3ibh, agus gura seacht fearr a bheas <\/span><span style=\"color:#000000;font-size:12pt\">chuile<\/span><span style=\"color:#000000;font-size:12pt\"> dhuine acu, bliain \u00f3 anocht..............<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><strong><span style=\"color:#000000;font-size:16pt\">Cuimhn\u00ed na Nollag<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Cuimhn\u00ed na <\/span><span style=\"color:#000000;font-size:12pt\">Nollag&nbsp; \u2019<\/span><span style=\"color:#000000;font-size:12pt\">na r\u00e1s chugainn<\/span><strong><span style=\"color:#000000;font-size:16pt\">,<\/span><\/strong><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Is <\/span><span style=\"color:#000000;font-size:12pt\">coinneall<\/span><span style=\"color:#000000;font-size:12pt\"> mh\u00f3r dhearg ina chaor,<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Gaineamh geal leata ar url\u00e1ir<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">In on\u00f3ir do Mhac D\u00e9 an Na\u00ed.<\/span><\/p>\n\n<p style=\"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\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">C\u00e1ca\u00ed na Nollag \u00e1 mb\u00e1c\u00e1il<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Is a mboladh mar th\u00fais gan locht.<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Agus g\u00e9 ramhar pioctha is bearrtha,<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Feistithe san oigheann ina nocht.<\/span><\/p>\n\n<p style=\"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\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">P\u00e1ist\u00ed ar rotha le gliondar<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">is a s\u00faile ag drithli\u00fa mar <\/span><span style=\"color:#000000;font-size:12pt\">r\u00e9alt<\/span><span style=\"color:#000000;font-size:12pt\">\u2019&nbsp;<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Ag smaoineamh ar \u201cSanty\u201d is a fhianna<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">&nbsp;Chucu thar Bhealach na <\/span><span style=\"color:#000000;font-size:12pt\">N\u00e9all<\/span><\/p>\n\n<p style=\"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\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">T\u00e1 \u00e1r gcistin ghlan maisithe go <\/span><span style=\"color:#000000;font-size:12pt\">gl\u00e9geal<\/span><span style=\"color:#000000;font-size:12pt\">,<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Eidhean<\/span><span style=\"color:#000000;font-size:12pt\"> is cuileann go fras,<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Is cro\u00edthe \u2018na lasair mar choinnle<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Ag f\u00e1ilti\u00fa roimh \u00cdosa is a Mham.&nbsp;&nbsp;<\/span><\/p>\n\n<p style=\"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\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Maidin am\u00e1rach, m\u00e1s beo sinn,<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">\u00c9ireoimid le solas an <\/span><span style=\"color:#000000;font-size:12pt\">R\u00e9alt<\/span><span style=\"color:#000000;font-size:12pt\">\u2019,<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Is <\/span><span style=\"color:#000000;font-size:12pt\">raghaimid<\/span><span style=\"color:#000000;font-size:12pt\"> go hAifreann na Gine<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">Ag com\u00f3radh breithl\u00e1 \u00e1r nD\u00e9.<\/span><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4;margin-left:108pt\"><span style=\"color:#000000;font-size:12pt\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/span><\/p>\n\n<p><a id=\"OLE_LINK1\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK2\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK3\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK4\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK11\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK12\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK9\"><\/a><\/p>\n\n<p><a id=\"OLE_LINK10\"><\/a><\/p>\n\n<p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.89\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p>","_et_gb_content_width":"","footnotes":""},"categories":[33],"tags":[],"class_list":["post-8676","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8676","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/comments?post=8676"}],"version-history":[{"count":5,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8676\/revisions"}],"predecessor-version":[{"id":9521,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8676\/revisions\/9521"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/7006"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=8676"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=8676"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=8676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}