{"id":7924,"date":"2020-08-26T01:44:56","date_gmt":"2020-08-26T01:44:56","guid":{"rendered":"https:\/\/mickgb.com\/?p=7924"},"modified":"2023-11-23T03:42:59","modified_gmt":"2023-11-23T03:42:59","slug":"saoiresabhaile","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/saoiresabhaile\/","title":{"rendered":"#SaoireSaBhaile!"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Nach bhfuil gach duine ag \u00e9ir\u00ed corrth\u00f3nach <a id=\"OLE_LINK11\"><\/a><a id=\"OLE_LINK12\"><\/a>anois tar \u00e9is tamall fada s\u00e1innithe sa bhaile, a bhu\u00ed leis an gcor\u00f3inv\u00edreas gr\u00e1nna? C\u00e9 go bhfuil s\u00e9 deacair agus dains\u00e9arach taisteal thar lear, ag an am c\u00e9anna t\u00e1 deis againn sult a bhaint as \u00e1r dt\u00edr f\u00e9in. N\u00edl aon gh\u00e1 dul thar lear nuair at\u00e1 an t\u00edr is \u00e1ille faoin\u00e1r gcosa anseo!\u00a0\u00a0\u00das\u00e1idtear an focal \u2018Staycation\u2019 agus an haischlib #staycation as B\u00e9arla nuair a chaitheann t\u00fa do laethanta saoire sa bhaile, agus baintear \u00fas\u00e1id as an haischlib #saoiresabhaile as Gaeilge. G\u00fagl\u00e1il air, agus feicfidh t\u00fa a l\u00e1n tortha\u00ed ar Facebook agus Twitter, ag caint faoi \u00e1iteanna saoire ar fud na t\u00edre, ach go h\u00e1irithe sna Gaeltachta\u00ed!<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">T\u00e1 tionscal an fh\u00e1ilteachais i dtriobl\u00f3id mh\u00f3r in \u00c9irinn, d\u2019uireasa na turas\u00f3ir\u00ed idirn\u00e1isi\u00fanta a mbraitheann s\u00e9 orthu. N\u00edl aon dabht ach go rachaidh roinnt mhaith comhlachta\u00ed san earn\u00e1il as gn\u00f3 tar \u00e9is an laghdaithe uaf\u00e1saigh a tharla i l\u00edon a gcustaim\u00e9ir\u00ed.\u00a0\u00a0Agus rachaidh roinnt eile as gn\u00f3 mura dtagann feabhas ar ch\u00farsa\u00ed turas\u00f3ireachta an bhliain seo chugainn. T\u00e1 s\u00fail againn go l\u00e9ir go mbeidh vacsa\u00edn ar f\u00e1il a luaithe is f\u00e9idir, ionas go mbeidh an saol n\u00edos fearr againn ar\u00eds. Is d\u00f3cha, faraor, nach mbeidh an saol ar ais mar a bh\u00ed, mar t\u00e1 go leor athruithe tar \u00e9is tarl\u00fa a bheidh ann feasta. Beidh i bhfad n\u00edos m\u00f3 daoine ag obair \u00f3 bhaile, agus ag \u00fas\u00e1id an idirl\u00edn chun freastal ar chruinnithe agus chun obair a dh\u00e9anamh. Beidh daoine n\u00edos c\u00farama\u00ed mar gheall ar shl\u00e1inteachas pearsanta, agus n\u00edos neirbh\u00eds\u00ed a bheith i dteagmh\u00e1il le daoine go fisici\u00fail. Beidh maisc agus d\u00edghalr\u00e1n l\u00e1mh le feice\u00e1il go ceann tamall fada, go dt\u00ed go ligfimid i ndearmad an paind\u00e9im seo. Ach n\u00ed m\u00f3r d\u00fainn bealach a fh\u00e1il as an bpr\u00e1c\u00e1s seo \u2013 n\u00edl an dara rogha againn faoi sin.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">I mo thuairim, t\u00e1 dualgas orainn at\u00e1 ag d\u00e9anamh maith go leor sa saol, cuidi\u00fa le daoine agus comhlachta\u00ed at\u00e1 buailte go holc leis an bpaind\u00e9im.\u00a0\u00a0N\u00ed g\u00e1 athruithe suntasacha in\u00e1r st\u00edl mhaireacht\u00e1la a dh\u00e9anamh, ach an oiread, chun dea-thortha\u00ed a bhaint amach a bhfuil bunt\u00e1iste ag gach taobh ann!\u00a0\u00a0N\u00e1rbh \u00e9 Einstein a d\u00fairt \u201cI measc gach g\u00e9arch\u00e9im faightear deis iontach!\u201d\u00a0\u00a0<a id=\"OLE_LINK7\"><\/a><a id=\"OLE_LINK8\"><\/a>Cloisim do cheist anois: \u201cT\u00e1 sin maith go leor go teoirici\u00fail, ach nach caisle\u00e1in \u00f3ir iad na smaointe neamhphraitici\u00fala seo?\u201d\u00a0\u00a0Ceist mhaith \u00ed sin, agus is \u00e9 mo fhreagra n\u00e1 \u201cIs \u00e9 t\u00e1st\u00e1il na put\u00f3ige a hithe!\u201d Lig dom c\u00fapla focal a r\u00e1 faoi SaoireSaBhaile mar sin, chun mo phointe a l\u00e9iri\u00fa.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Mar a d\u00fairt m\u00e9 cheana, n\u00edl s\u00e9 \u00e9asca dul thar lear ar do laethanta saoire le linn na paind\u00e9ime at\u00e1 ar si\u00fal. Ach t\u00e1 s\u00e9 \u00e9asca go leor do laethanta saoire a chaitheamh in \u00c9irinn agus n\u00edl aon easpa cinn scr\u00edbe a bhfuil \u00e9ileamh domhanda orthu ach an oiread. Toisc nach bhfuil m\u00f3r\u00e1n turas\u00f3ir\u00ed \u00f3n gcoigr\u00edoch ag teacht, n\u00edl fadhb ar bith \u00e1irithint\u00ed taistil a dh\u00e9anamh don \u00f3st\u00e1n, do bhialanna agus araile. T\u00e1 go leor tairiscint\u00ed speisialta ar f\u00e1il anois, agus beidh t\u00fa in ann fanacht in \u00f3st\u00e1n iontach gan an banc a bhriseadh! N\u00edl na b\u00f3ithre r\u00f3ghn\u00f3thach faoi l\u00e1thair, agus t\u00e1 beagnach gach \u00e1it \u00e1isi\u00fail le haghaidh p\u00e1irce\u00e1la. M\u00e1s Gaeilgeoir t\u00fa, beidh am iontach agat ar saoire sa Ghaeltacht \u2013 agus c\u00e9n \u00e1it eile a bheife\u00e1 in ann \u00e1r dteanga dh\u00fachais a labhairt ar do laethanta saoire?\u00a0\u00a0Caith do laethanta saoire in \u00c9irinn i mbliana, agus b\u2019fh\u00e9idir nach mbeidh an fonn c\u00e9anna ort iad a chaitheamh thar lear as seo amach!\u00a0\u00a0Cuideoidh s\u00e9 an bhearna a l\u00edonadh freisin, \u00f3 thaobh thionscal na turas\u00f3ireachta de! T\u00e1 \u00e1r sple\u00e1chas ar thuras\u00f3ir\u00ed idirn\u00e1isi\u00fanta le feice\u00e1il go soil\u00e9ir anois, agus bheadh s\u00e9 i bhfad n\u00edos fearr d\u00e1 laghd\u00f3fa\u00ed an sple\u00e1chas sin go suntasach. Is \u00e9 an tsl\u00ed is fearr \u00e9 sin a dh\u00e9anamh n\u00e1 l\u00edon na dturas\u00f3ir\u00ed n\u00e1isi\u00fanta a mh\u00e9ad\u00fa.\u00a0\u00a0T\u00e1 bunt\u00e1ist\u00ed eile ag baint leis sin freisin. N\u00edl s\u00e9 chomh dochrach don timpeallacht, mar shampla, nuair a fhanann t\u00fa in \u00c9irinn, mar t\u00e1 lorg carb\u00f3in uaf\u00e1sach ag eitle\u00e1in.\u00a0\u00a0B\u2019fh\u00e9idir, freisin, nach mbeidh s\u00e9 chomh h\u00e9asca a bheith ag si\u00fal na gceithre hairde as seo amach ar aon n\u00f3s, mar chomh maith le seice\u00e1lacha sl\u00e1nd\u00e1la, t\u00e1 gach seans go mbeidh seice\u00e1lacha sl\u00e1inte i bhfeidhm freisin sular ligeadh duit eitle\u00e1n a bhord\u00e1il.\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\">Saol eile ar fad at\u00e1 againn go l\u00e9ir anois, agus seans m\u00f3r nach mbeidh an saol ar ais mar a bh\u00ed go deo. Ach m\u00e1 dh\u00e9anaimid na cinnt\u00ed cearta anois, b\u2019fh\u00e9idir go mbeidh saol agus domhan n\u00edos fearr againn sula i bhfad n\u00e1 mar a bh\u00ed againn riamh!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK9\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK10\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/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> Nach bhfuil gach duine ag \u00e9ir\u00ed corrth\u00f3nach anois tar \u00e9is tamall fada s\u00e1innithe sa bhaile, a bhu\u00ed leis an gcor\u00f3inv\u00edreas gr\u00e1nna? C\u00e9 go bhfuil s\u00e9 deacair agus dains\u00e9arach taisteal thar lear, ag an am c\u00e9anna t\u00e1 deis againn sult a bhaint as \u00e1r dt\u00edr f\u00e9in. N\u00edl aon gh\u00e1 dul thar lear nuair at\u00e1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Nach bhfuil gach duine ag \u00e9ir\u00ed corrth\u00f3nach <a id=\"OLE_LINK11\"><\/a><a id=\"OLE_LINK12\"><\/a>anois tar \u00e9is tamall fada s\u00e1innithe sa bhaile, a bhu\u00ed leis an gcor\u00f3inv\u00edreas gr\u00e1nna?  C\u00e9 go bhfuil s\u00e9 deacair agus dains\u00e9arach taisteal thar lear, ag an am c\u00e9anna t\u00e1 deis againn sult a bhaint as \u00e1r dt\u00edr f\u00e9in.  N\u00edl aon gh\u00e1 dul thar lear nuair at\u00e1 an t\u00edr is \u00e1ille faoin\u00e1r gcosa anseo!&nbsp;&nbsp;\u00das\u00e1idtear an focal \u2018Staycation\u2019 agus an haischlib #staycation as B\u00e9arla nuair a chaitheann t\u00fa do laethanta saoire sa bhaile, agus baintear \u00fas\u00e1id as an haischlib #saoiresabhaile as Gaeilge.  G\u00fagl\u00e1il air, agus feicfidh t\u00fa a l\u00e1n tortha\u00ed ar Facebook agus Twitter, ag caint faoi \u00e1iteanna saoire ar fud na t\u00edre, ach go h\u00e1irithe sna Gaeltachta\u00ed!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">T\u00e1 tionscal an fh\u00e1ilteachais i dtriobl\u00f3id mh\u00f3r in \u00c9irinn, d\u2019uireasa na turas\u00f3ir\u00ed idirn\u00e1isi\u00fanta a mbraitheann s\u00e9 orthu.  N\u00edl aon dabht ach go rachaidh roinnt mhaith comhlachta\u00ed san earn\u00e1il as gn\u00f3 tar \u00e9is an laghdaithe uaf\u00e1saigh a tharla i l\u00edon a gcustaim\u00e9ir\u00ed.&nbsp;&nbsp;Agus rachaidh roinnt eile as gn\u00f3 mura dtagann feabhas ar ch\u00farsa\u00ed turas\u00f3ireachta an bhliain seo chugainn.  T\u00e1 s\u00fail againn go l\u00e9ir go mbeidh vacsa\u00edn ar f\u00e1il a luaithe is f\u00e9idir, ionas go mbeidh an saol n\u00edos fearr againn ar\u00eds.  Is d\u00f3cha, faraor, nach mbeidh an saol ar ais mar a bh\u00ed, mar t\u00e1 go leor athruithe tar \u00e9is tarl\u00fa a bheidh ann feasta.  Beidh i bhfad n\u00edos m\u00f3 daoine ag obair \u00f3 bhaile, agus ag \u00fas\u00e1id an idirl\u00edn chun freastal ar chruinnithe agus chun obair a dh\u00e9anamh.  Beidh daoine n\u00edos c\u00farama\u00ed mar gheall ar shl\u00e1inteachas pearsanta, agus n\u00edos neirbh\u00eds\u00ed a bheith i dteagmh\u00e1il le daoine go fisici\u00fail.  Beidh maisc agus d\u00edghalr\u00e1n l\u00e1mh le feice\u00e1il go ceann tamall fada, go dt\u00ed go ligfimid i ndearmad an paind\u00e9im seo.  Ach n\u00ed m\u00f3r d\u00fainn bealach a fh\u00e1il as an bpr\u00e1c\u00e1s seo \u2013 n\u00edl an dara rogha againn faoi sin.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">I mo thuairim, t\u00e1 dualgas orainn at\u00e1 ag d\u00e9anamh maith go leor sa saol, cuidi\u00fa le daoine agus comhlachta\u00ed at\u00e1 buailte go holc leis an bpaind\u00e9im.&nbsp;&nbsp;N\u00ed g\u00e1 athruithe suntasacha in\u00e1r st\u00edl mhaireacht\u00e1la a dh\u00e9anamh, ach an oiread, chun dea-thortha\u00ed a bhaint amach a bhfuil bunt\u00e1iste ag gach taobh ann!&nbsp;&nbsp;N\u00e1rbh \u00e9 Einstein a d\u00fairt  \u201cI measc gach g\u00e9arch\u00e9im faightear deis iontach!\u201d&nbsp;&nbsp;<a id=\"OLE_LINK7\"><\/a><a id=\"OLE_LINK8\"><\/a>Cloisim do cheist anois: \u201cT\u00e1 sin maith go leor go teoirici\u00fail, ach nach caisle\u00e1in \u00f3ir iad na smaointe neamhphraitici\u00fala seo?\u201d&nbsp;&nbsp;Ceist mhaith \u00ed sin, agus is \u00e9 mo fhreagra n\u00e1 \u201cIs \u00e9 t\u00e1st\u00e1il na put\u00f3ige a hithe!\u201d  Lig dom c\u00fapla focal a r\u00e1 faoi SaoireSaBhaile mar sin, chun mo phointe a l\u00e9iri\u00fa.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Mar a d\u00fairt m\u00e9 cheana, n\u00edl s\u00e9 \u00e9asca dul thar lear ar do laethanta saoire le linn na paind\u00e9ime at\u00e1 ar si\u00fal.  Ach t\u00e1 s\u00e9 \u00e9asca go leor do laethanta saoire a chaitheamh in \u00c9irinn agus n\u00edl aon easpa cinn scr\u00edbe a bhfuil \u00e9ileamh domhanda orthu ach an oiread.  Toisc nach bhfuil m\u00f3r\u00e1n turas\u00f3ir\u00ed \u00f3n gcoigr\u00edoch ag teacht, n\u00edl fadhb ar bith \u00e1irithint\u00ed taistil a dh\u00e9anamh don \u00f3st\u00e1n, do bhialanna agus araile.  T\u00e1 go leor tairiscint\u00ed speisialta ar f\u00e1il anois, agus beidh t\u00fa in ann fanacht in \u00f3st\u00e1n iontach gan an banc a bhriseadh!  N\u00edl na b\u00f3ithre r\u00f3ghn\u00f3thach faoi l\u00e1thair, agus t\u00e1 beagnach gach \u00e1it \u00e1isi\u00fail le haghaidh p\u00e1irce\u00e1la.  M\u00e1s Gaeilgeoir t\u00fa, beidh am iontach agat ar saoire sa Ghaeltacht \u2013 agus c\u00e9n \u00e1it eile a bheife\u00e1 in ann \u00e1r dteanga dh\u00fachais a labhairt ar do laethanta saoire?&nbsp;&nbsp;Caith do laethanta saoire in \u00c9irinn i mbliana, agus b\u2019fh\u00e9idir nach mbeidh an fonn c\u00e9anna ort iad a chaitheamh thar lear as seo amach!&nbsp;&nbsp;Cuideoidh s\u00e9 an bhearna a l\u00edonadh freisin, \u00f3 thaobh thionscal na turas\u00f3ireachta de!  T\u00e1 \u00e1r sple\u00e1chas ar thuras\u00f3ir\u00ed idirn\u00e1isi\u00fanta le feice\u00e1il go soil\u00e9ir anois, agus bheadh s\u00e9 i bhfad n\u00edos fearr d\u00e1 laghd\u00f3fa\u00ed an sple\u00e1chas sin go suntasach.  Is \u00e9 an tsl\u00ed is fearr \u00e9 sin a dh\u00e9anamh n\u00e1 l\u00edon na dturas\u00f3ir\u00ed n\u00e1isi\u00fanta a mh\u00e9ad\u00fa.&nbsp;&nbsp;T\u00e1 bunt\u00e1ist\u00ed eile ag baint leis sin freisin.  N\u00edl s\u00e9 chomh dochrach don timpeallacht, mar shampla, nuair a fhanann t\u00fa in \u00c9irinn, mar t\u00e1 lorg carb\u00f3in uaf\u00e1sach ag eitle\u00e1in.&nbsp;&nbsp;B\u2019fh\u00e9idir, freisin, nach mbeidh s\u00e9 chomh h\u00e9asca a bheith ag si\u00fal na gceithre hairde as seo amach ar aon n\u00f3s, mar chomh maith le seice\u00e1lacha sl\u00e1nd\u00e1la, t\u00e1 gach seans go mbeidh seice\u00e1lacha sl\u00e1inte i bhfeidhm freisin sular ligeadh duit eitle\u00e1n a bhord\u00e1il.&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\">Saol eile ar fad at\u00e1 againn go l\u00e9ir anois, agus seans m\u00f3r nach mbeidh an saol ar ais mar a bh\u00ed go deo.  Ach m\u00e1 dh\u00e9anaimid na cinnt\u00ed cearta anois, b\u2019fh\u00e9idir go mbeidh saol agus domhan n\u00edos fearr againn sula i bhfad n\u00e1 mar a bh\u00ed againn riamh!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK9\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK10\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,32],"tags":[],"class_list":["post-7924","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-naisiunta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7924","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=7924"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7924\/revisions"}],"predecessor-version":[{"id":9539,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/7924\/revisions\/9539"}],"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=7924"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=7924"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=7924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}