{"id":7902,"date":"2020-05-27T01:44:34","date_gmt":"2020-05-27T01:44:34","guid":{"rendered":"https:\/\/mickgb.com\/?p=7902"},"modified":"2023-11-23T03:46:38","modified_gmt":"2023-11-23T03:46:38","slug":"caveat-emptor-cuid-1","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/caveat-emptor-cuid-1\/","title":{"rendered":"Caveat Emptor (Cuid 1)"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><strong><span style=\"color: #000000; font-size: 14pt;\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p>\n<p><span style=\"color: #222222; font-size: 14pt;\"><span style=\"font-size: 14pt;\"><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script><\/span><\/span><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">N\u00edl m\u00e9 an-bhr\u00f3d\u00fail asam, mar buaileadh bob orm le sc\u00e9im cham. A Dhiabhail! Nach m\u00e9 an cnap\u00e1n folamh! Bh\u00ed m\u00e9 idir dh\u00e1 chomhairle faoin rud arbh fhearr dom a dh\u00e9anamh, ach faoi dheireadh shocraigh m\u00e9 go roinnfinn mo sc\u00e9al leat.\u00a0\u00a0Cheap m\u00e9 go mb\u2019fh\u00e9idir go n-oibreodh mo bhot\u00fain mar shaghas rabhadh duit, ionas go mbeife\u00e1 in ann an cleas suarach sin a sheachaint.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar dt\u00fas, caithfidh m\u00e9 a r\u00e1 nach dtarl\u00f3dh a leith\u00e9id dom, murach g\u00e9arch\u00e9im an chor\u00f3inv\u00edris. De ghn\u00e1th, b\u00edm ar m&#8217;fhaichill agus m\u00e9 ag ceannach ar l\u00edne, mar t\u00e1 a fhios agam a chont\u00fairt\u00ed is at\u00e1 s\u00e9.\u00a0\u00a0\u00das\u00e1idim su\u00edmh ghr\u00e9as\u00e1in at\u00e1 ar eolas agam le fada agus gan aon fhadhb agam leo, cos\u00fail le Amazon agus Ebay. \u00das\u00e1idim PayPal chun \u00edoc as mo cheannach\u00e1in, mar b\u00edonn siad ina n-idirghabh\u00e1la\u00ed idir d\u00edolt\u00f3ir\u00ed agus ceannaitheoir\u00ed, agus t\u00e1 pr\u00f3iseas acu chun fadhbanna a r\u00e9iteach eatarthu. Beidh tuilleadh le r\u00e1 agam faoin bpr\u00f3iseas sin n\u00edos d\u00e9ana\u00ed.\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar aon n\u00f3s, mar is eol do ch\u00e1ch, chomh luath is a thosaigh an gh\u00e9arch\u00e9im bh\u00ed sciob sceab ar ph\u00e1ip\u00e9ar leithris, agus i bpreabadh na s\u00fal, bh\u00ed na sol\u00e1thairt\u00ed go l\u00e9ir \u00eddithe. Iompar gan chiall, a cheap m\u00e9 ar dt\u00fas. Ach ar an taobh eile den sc\u00e9al, ar an drochuair, n\u00ed raibh ach c\u00fapla rolla leithris in\u00e1r dteach ag an am sin. Bh\u00ed br\u00fa m\u00f3r orm sa bhaile an fhadhb a r\u00e9iteach gan mhoill! Mar sin, thosaigh m\u00e9 ag obair ar an misean pr\u00e1inneach seo.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">L\u00e9im m\u00e9 isteach i mo charr, agus ar aghaidh liom ag lorg na cloiche ba mh\u00f3 ar mo phaidr\u00edn, rolla\u00ed tr\u00eddhualacha! N\u00edor thuig m\u00e9 a dheacra is a bheadh s\u00e9 na rolla\u00ed c\u00e9anna a fh\u00e1il. Baineadh siar asam, mar a shamhl\u00f3f\u00e1, agus gan a oiread is rolla amh\u00e1in ar na seilfeanna sna hollmharga\u00ed go l\u00e9ir ar chuardaigh m\u00e9 iontu.\u00a0\u00a0D\u2019\u00e9irigh m\u00e9 go moch an mhaidin d\u00e1r gcionn agus amach an doras liom ag lorg rolla\u00ed ar\u00eds. Nuair a shroich m\u00e9 an ch\u00e9ad ollmhargadh, chonaic m\u00e9 bean agus rolla\u00ed ina l\u00e1mha aici, agus \u00ed chomh s\u00e1sta le p\u00edobaire! Isteach liom ar n\u00f3s na gaoithe, ach n\u00ed raibh an t-\u00e1dh liom mar n\u00ed raibh aon ph\u00e1ip\u00e9ar leithris f\u00e1gtha. Bh\u00ed an sc\u00e9al c\u00e9anna ag fanacht liom i ngach ollmhargadh agus siopa ar thug m\u00e9 cuairt orthu agus d\u00e1 mh\u00e9ad a chonaic m\u00e9 is ea is m\u00f3 buaireamh a th\u00e1inig orm.\u00a0\u00a0D\u00fairt fear amh\u00e1in liom go raibh daoine ag fanacht i l\u00edne ar feadh breis is uaire sular oscla\u00edodh na hollmharga\u00ed. C\u00e9 go raibh m\u00e9 i mbarr mo ch\u00e9ile anois, n\u00ed raibh m\u00e9 r\u00e9idh f\u00f3s le seasamh i l\u00edne ar feadh uaire go moch ar maidin, chun p\u00e1ip\u00e9ar leithris a fh\u00e1il. Nach raibh m\u00e9 n\u00edos cliste n\u00e1 sin!\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Siopad\u00f3ireacht ar l\u00edne<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar an drochuair, n\u00ed raibh c\u00farsa\u00ed i bhfad n\u00edos fearr ar l\u00edne. Bhuail leath an domhain go ceart c\u00f3ir m\u00e9. Chun ruda\u00ed a dh\u00e9anamh n\u00edos measa, bh\u00edomar ag teacht gann i bp\u00e1ip\u00e9ar leithris sa bhaile. Mhothaigh m\u00e9 mo chro\u00ed ag preabadh, agus m\u00e9 ag imeacht chun scaoll. As sin amach, n\u00ed raibh ach smaoineamh scaipthe agam agus nochtadh laige bhun\u00fasach ansin! Thosaigh m\u00e9 ag googl\u00e1il go hainrianta, ag \u00fas\u00e1id gach t\u00e9arma ag baint le p\u00e1ip\u00e9ar leithris ar f\u00e9idir liom smaoineamh air. Bhain m\u00e9 triail as athl\u00f3d\u00e1il a dh\u00e9anamh go leor uaireanta ar shu\u00edmh shiopad\u00f3ireachta nach raibh p\u00e1ip\u00e9ar leithris ar f\u00e1il acu, ag s\u00fail go n-athr\u00f3dh s\u00e9 agus go dtiocfadh cinn isteach idir cliceanna. Bh\u00ed m\u00e9 an-s\u00e1sta ar fad nuair tar \u00e9is athl\u00f3d\u00e1il amh\u00e1in ar shu\u00edomh \u00e1irithe, bh\u00ed p\u00e1ip\u00e9ar leithris ar f\u00e1il. Chuir m\u00e9 isteach ord\u00fa, d\u2019\u00edoc m\u00e9 as, agus ansin l\u00e9im m\u00e9 suas san aer! Is d\u00f3cha go raibh boc meara\u00ed orm! Bh\u00ed m\u00e9 r\u00f3luath ag ceili\u00faradh mo bhua, mar ch\u00fapla uair ina dhiaidh sin, fuair m\u00e9 r\u00edomhphost, ag gabh\u00e1il leithsc\u00e9il mar n\u00ed raibh m\u2019ord\u00fa ar f\u00e1il n\u00edos m\u00f3. Bh\u00ed a oiread scaoill orm ansin go ndearna m\u00e9 mo bhot\u00fan. Thosaigh m\u00e9 ag googl\u00e1il ar\u00eds, agus ag lean\u00faint gach leid ar chaith mo chuardach suas. Chonaic m\u00e9 tairiscint speisialta le f\u00e1il ar ph\u00e1ip\u00e9ar leithris tr\u00eddhualacha, mura miste leat! B\u2019fh\u00e9idir go mbeinn ar mhuin na muice faoi dheireadh! Chuaigh m\u00e9 isteach, agus iontas na n-iontas, bh\u00ed an p\u00e1ip\u00e9ar leithris sin i stoc. Chuir m\u00e9 isteach m&#8217;ord\u00fa ar an toirt, agus nuair a chonaic m\u00e9 gur f\u00e9idir \u00edoc as le Paypal, bhr\u00fa m\u00e9 ar an deilbh\u00edn agus chr\u00edochnaigh m\u00e9 an t-idirbheart.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Tuilleadh le teacht an tseachtain seo chugainn\u2026<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">\u00a0\u00a0<span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">\u00a0\u00a0<span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- 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 --><\/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\u00edl m\u00e9 an-bhr\u00f3d\u00fail asam, mar buaileadh bob orm le sc\u00e9im cham. A Dhiabhail! Nach m\u00e9 an cnap\u00e1n folamh! Bh\u00ed m\u00e9 idir dh\u00e1 chomhairle faoin rud arbh fhearr dom a dh\u00e9anamh, ach faoi dheireadh shocraigh m\u00e9 go roinnfinn mo sc\u00e9al leat.\u00a0\u00a0Cheap m\u00e9 go mb\u2019fh\u00e9idir go n-oibreodh mo bhot\u00fain mar shaghas rabhadh duit, ionas go [&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=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">N\u00edl m\u00e9 an-bhr\u00f3d\u00fail asam, mar buaileadh bob orm le sc\u00e9im cham.  A Dhiabhail! Nach m\u00e9 an cnap\u00e1n folamh!  Bh\u00ed m\u00e9 idir dh\u00e1 chomhairle faoin rud arbh fhearr dom a dh\u00e9anamh, ach faoi dheireadh shocraigh m\u00e9 go roinnfinn mo sc\u00e9al leat.&nbsp;&nbsp;Cheap m\u00e9 go mb\u2019fh\u00e9idir go n-oibreodh mo bhot\u00fain mar shaghas rabhadh duit, ionas go mbeife\u00e1 in ann an cleas suarach sin a sheachaint.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar dt\u00fas, caithfidh m\u00e9 a r\u00e1 nach dtarl\u00f3dh a leith\u00e9id dom, murach g\u00e9arch\u00e9im an chor\u00f3inv\u00edris.  De ghn\u00e1th, b\u00edm ar m'fhaichill agus m\u00e9 ag ceannach ar l\u00edne, mar t\u00e1 a fhios agam a chont\u00fairt\u00ed is at\u00e1 s\u00e9.&nbsp;&nbsp;\u00das\u00e1idim su\u00edmh ghr\u00e9as\u00e1in at\u00e1 ar eolas agam le fada agus gan aon fhadhb agam leo, cos\u00fail le Amazon agus Ebay.  \u00das\u00e1idim PayPal chun \u00edoc as mo cheannach\u00e1in, mar b\u00edonn siad ina n-idirghabh\u00e1la\u00ed idir d\u00edolt\u00f3ir\u00ed agus ceannaitheoir\u00ed, agus t\u00e1 pr\u00f3iseas acu chun fadhbanna a r\u00e9iteach eatarthu.  Beidh tuilleadh le r\u00e1 agam faoin bpr\u00f3iseas sin n\u00edos d\u00e9ana\u00ed.&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar aon n\u00f3s, mar is eol do ch\u00e1ch, chomh luath is a thosaigh an gh\u00e9arch\u00e9im bh\u00ed sciob sceab ar ph\u00e1ip\u00e9ar leithris, agus i bpreabadh na s\u00fal, bh\u00ed na sol\u00e1thairt\u00ed go l\u00e9ir \u00eddithe.  Iompar gan chiall, a cheap m\u00e9 ar dt\u00fas.  Ach ar an taobh eile den sc\u00e9al, ar an drochuair, n\u00ed raibh ach c\u00fapla rolla leithris in\u00e1r dteach ag an am sin.  Bh\u00ed br\u00fa m\u00f3r orm sa bhaile an fhadhb a r\u00e9iteach gan mhoill!  Mar sin, thosaigh m\u00e9 ag obair ar an misean pr\u00e1inneach seo.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">L\u00e9im m\u00e9 isteach i mo charr, agus ar aghaidh liom ag lorg na cloiche ba mh\u00f3 ar mo phaidr\u00edn, rolla\u00ed tr\u00eddhualacha!  N\u00edor thuig m\u00e9 a dheacra is a bheadh s\u00e9 na rolla\u00ed c\u00e9anna a fh\u00e1il.  Baineadh siar asam, mar a shamhl\u00f3f\u00e1, agus gan a oiread is rolla amh\u00e1in ar na seilfeanna sna hollmharga\u00ed go l\u00e9ir ar chuardaigh m\u00e9 iontu.&nbsp;&nbsp;D\u2019\u00e9irigh m\u00e9 go moch an mhaidin d\u00e1r gcionn agus amach an doras liom ag lorg rolla\u00ed ar\u00eds.  Nuair a shroich m\u00e9 an ch\u00e9ad ollmhargadh, chonaic m\u00e9 bean agus rolla\u00ed ina l\u00e1mha aici, agus \u00ed chomh s\u00e1sta le p\u00edobaire!  Isteach liom ar n\u00f3s na gaoithe, ach n\u00ed raibh an t-\u00e1dh liom mar n\u00ed raibh aon ph\u00e1ip\u00e9ar leithris f\u00e1gtha.  Bh\u00ed an sc\u00e9al c\u00e9anna ag fanacht liom i ngach ollmhargadh agus siopa ar thug m\u00e9 cuairt orthu agus d\u00e1 mh\u00e9ad a chonaic m\u00e9 is ea is m\u00f3 buaireamh a th\u00e1inig orm.&nbsp;&nbsp;D\u00fairt fear amh\u00e1in liom go raibh daoine ag fanacht i l\u00edne ar feadh breis is uaire sular oscla\u00edodh na hollmharga\u00ed.  C\u00e9 go raibh m\u00e9 i mbarr mo ch\u00e9ile anois, n\u00ed raibh m\u00e9 r\u00e9idh f\u00f3s le seasamh i l\u00edne ar feadh uaire go moch ar maidin, chun p\u00e1ip\u00e9ar leithris a fh\u00e1il.  Nach raibh m\u00e9 n\u00edos cliste n\u00e1 sin!&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Siopad\u00f3ireacht ar l\u00edne<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar an drochuair, n\u00ed raibh c\u00farsa\u00ed i bhfad n\u00edos fearr ar l\u00edne.  Bhuail leath an domhain go ceart c\u00f3ir m\u00e9.   Chun ruda\u00ed a dh\u00e9anamh n\u00edos measa, bh\u00edomar ag teacht gann i bp\u00e1ip\u00e9ar leithris sa bhaile.  Mhothaigh m\u00e9 mo chro\u00ed ag preabadh, agus m\u00e9 ag imeacht chun scaoll.  As sin amach, n\u00ed raibh ach smaoineamh scaipthe agam agus nochtadh laige bhun\u00fasach ansin!  Thosaigh m\u00e9 ag googl\u00e1il go hainrianta, ag \u00fas\u00e1id gach t\u00e9arma ag baint le p\u00e1ip\u00e9ar leithris ar f\u00e9idir liom smaoineamh air.  Bhain m\u00e9 triail as athl\u00f3d\u00e1il a dh\u00e9anamh go leor uaireanta ar shu\u00edmh shiopad\u00f3ireachta nach raibh p\u00e1ip\u00e9ar leithris ar f\u00e1il acu, ag s\u00fail go n-athr\u00f3dh s\u00e9 agus go dtiocfadh cinn isteach idir cliceanna.  Bh\u00ed m\u00e9 an-s\u00e1sta ar fad nuair tar \u00e9is athl\u00f3d\u00e1il amh\u00e1in ar shu\u00edomh \u00e1irithe, bh\u00ed p\u00e1ip\u00e9ar leithris ar f\u00e1il.  Chuir m\u00e9 isteach ord\u00fa, d\u2019\u00edoc m\u00e9 as, agus ansin l\u00e9im m\u00e9 suas san aer!  Is d\u00f3cha go raibh boc meara\u00ed orm!  Bh\u00ed m\u00e9 r\u00f3luath ag ceili\u00faradh mo bhua, mar ch\u00fapla uair ina dhiaidh sin, fuair m\u00e9 r\u00edomhphost, ag gabh\u00e1il leithsc\u00e9il mar n\u00ed raibh m\u2019ord\u00fa ar f\u00e1il n\u00edos m\u00f3.  Bh\u00ed a oiread scaoill orm ansin go ndearna m\u00e9 mo bhot\u00fan.  Thosaigh m\u00e9 ag googl\u00e1il ar\u00eds, agus ag lean\u00faint gach leid ar chaith mo chuardach suas.  Chonaic m\u00e9 tairiscint speisialta le f\u00e1il ar ph\u00e1ip\u00e9ar leithris tr\u00eddhualacha, mura miste leat!  B\u2019fh\u00e9idir go mbeinn ar mhuin na muice faoi dheireadh!  Chuaigh m\u00e9 isteach, agus iontas na n-iontas, bh\u00ed an p\u00e1ip\u00e9ar leithris sin i stoc.  Chuir m\u00e9 isteach m'ord\u00fa ar an toirt, agus nuair a chonaic m\u00e9 gur f\u00e9idir \u00edoc as le Paypal, bhr\u00fa m\u00e9 ar an deilbh\u00edn agus chr\u00edochnaigh m\u00e9 an t-idirbheart.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Tuilleadh le teacht an tseachtain seo chugainn\u2026<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">&nbsp;&nbsp;<span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">&nbsp;&nbsp;<span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[45],"tags":[],"class_list":["post-7902","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pearsanta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7902","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=7902"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7902\/revisions"}],"predecessor-version":[{"id":9550,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7902\/revisions\/9550"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6850"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=7902"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7902"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7902"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}