{"id":7904,"date":"2020-06-03T01:44:35","date_gmt":"2020-06-03T01:44:35","guid":{"rendered":"https:\/\/mickgb.com\/?p=7904"},"modified":"2023-11-23T03:46:26","modified_gmt":"2023-11-23T03:46:26","slug":"caveat-emptor-cuid-2","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/caveat-emptor-cuid-2\/","title":{"rendered":"Caveat Emptor (Cuid 2)"},"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: 8pt; padding-bottom: 0; line-height: 1.3;\">An tseachtain seo caite, d\u2019inis m\u00e9 duit faoi m\u2019odais\u00e9 ar th\u00f3ir an tSoithigh Naofa sin \u2013 p\u00e1ip\u00e9ar leithris. L\u00e9igh t\u00fa faoi na su\u00e1ilc\u00ed is na du\u00e1ilc\u00ed ag baint leis an eachtra ait seo, agus m\u00e9 ag siopad\u00f3ireacht i mo cheantar f\u00e9in ar dt\u00fas, agus ansin ag siopad\u00f3ireacht ar l\u00edne freisin. Ag deireadh an ailt sin, bh\u00ed m\u00e9 d\u00f3chasach go bhfaighinn an p\u00e1ip\u00e9ar luachmhar sin sula mbeadh \u00e1r sol\u00e1thairt\u00ed f\u00e9in \u00eddithe.\u00a0\u00a0Bh\u00ed dh\u00e1 ord\u00fa d\u00e9anta agam ar l\u00edne, ceann amh\u00e1in ar Amazon ach bheadh orm fanacht le m\u00ed chun \u00e9 a fh\u00e1il, agus i gc\u00e1s an chinn eile tobcheannach a bh\u00ed i gceist, agus i ndiaidh an ghn\u00edmh, bh\u00ed aithreachas ceannaitheora orm. Leanaimis ar aghaidh anois \u00f3n \u00e1it ar stopamar.\u00a0\u00a0<\/p>\n<p><!-- \/wp:post-content --><!-- 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;\">Fuair m\u00e9 r\u00edomhphost ag deimhni\u00fa mo scaollcheannach, agus th\u00e1inig fr\u00edd\u00edn\u00ed amhrais isteach i m\u2019intinn nuair a chonaic m\u00e9 gurb \u00f3n tS\u00edn a thiocfadh s\u00e9. Bh\u00ed nasc sa r\u00edomhphost chun seice\u00e1il ar st\u00e1das m&#8217;ord\u00fa, agus nuair a bhain m\u00e9 triail as, d\u2019oibrigh an nasc, ach chonaic m\u00e9 nach bhfaighinn mo rolla\u00ed go ceann coic\u00edse. Bheadh orainn ciond\u00e1il p\u00e1ip\u00e9ir leithris a chur i bhfeidhm idir an d\u00e1 linn! Bhuel, d\u00e9anta na f\u00edrinne, n\u00edor stad m\u00e9 ag lorg p\u00e1ip\u00e9ir leithris sna hollmharga\u00ed agus ar l\u00edne freisin. Ar \u00e1mhara\u00ed an tsaoil, fuair m\u00e9 ceithre rolla san ollmhargadh gar dom \u2013 n\u00ed fhaca m\u00e9 ar\u00eds ach seilfeanna folmha sna siopa\u00ed! Uair eile agus m\u00e9 ag d\u00e9anamh cuardach ar l\u00edne, bh\u00ed m\u00e9 in ann ord\u00fa a chur isteach ar Amazon, ach th\u00f3gfadh s\u00e9 m\u00ed amh\u00e1in chun teacht! Ach chuir m\u00e9 isteach an ord\u00fa ar aon n\u00f3s agus is maith an rud \u00e9, mar a tharla s\u00e9!\u00a0\u00a0<\/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;\">Tar \u00e9is coic\u00edse eile, fuair m\u00e9 pac\u00e1iste \u00f3n tS\u00edn \u2013 p\u00e1ip\u00e9ar leithris! Ach bh\u00ed fadhb ann, mar n\u00ed bhfuair m\u00e9 an rud ar ordaigh m\u00e9, ach t\u00e1irge faoi bhun caighde\u00e1n \u2013 stiall chaol ph\u00e1ip\u00e9ir i ngach rolla agus iad go l\u00e9ir gan pholl sa l\u00e1r chun iad a cur ar dh\u00e1ileoir. Nuair a chonaic mo bhean ch\u00e9ile iad, bhris s\u00ed amach ag g\u00e1ire ach ag an am c\u00e9anna bh\u00ed fearg uirthi. \u201cC\u00e9n f\u00e1th faoin sp\u00e9ir a bhfuair t\u00fa iad sin?\u201d a d\u2019\u00edarr s\u00ed orm. \u201cN\u00ed \u00fas\u00e1idfinn iadsan ach amh\u00e1in b\u2019fh\u00e9idir ar shaoire an mh\u00e1la droma! Cuir ar ais iad chuig an d\u00edolt\u00f3ir, in ainm D\u00e9!\u201d<\/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;\">\u201cN\u00edl s\u00e9 chomh h\u00e9asca sin\u201d, a d\u2019fhreagair m\u00e9, \u201cis \u00f3n tS\u00edn a fuair m\u00e9 iad!\u201d<\/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;\">\u201cIs cuma\u201d, a d\u00fairt s\u00ed, \u201cfaigh r\u00e9idh leis an diabhal rud!\u201d<\/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;\">N\u00ed d\u00fairt m\u00e9 rud eile faoi, ach th\u00e1inig cuthach feirge orm ansin. \u201cRachaidh m\u00e9 isteach i bPayPal agus d\u00e9anfaidh m\u00e9 gear\u00e1n i gcoinne an d\u00edolt\u00f3ra mh\u00edmhac\u00e1nta sin. Gheobhaidh m\u00e9 m\u2019airgead ar ais, agus tarrth\u00e1lfaidh m\u00e9 mo chl\u00fa i s\u00faile mo bhean ch\u00e9ile, ar a laghad,\u201d a d\u00fairt m\u00e9 liom f\u00e9in. Agus rinne m\u00e9 \u00e9 sin d\u00edreach, agus ag an am c\u00e9anna rinne m\u00e9 iarracht teagmh\u00e1il a dh\u00e9anamh leis an d\u00edolt\u00f3ir. N\u00ed bhfuair m\u00e9 freagra don r\u00edomhphost ar sheoladh m\u00e9 chuig an d\u00edolt\u00f3ir, \u00e1fach, agus nuair a rinne m\u00e9 iarracht dul isteach sa su\u00edomh a bh\u00ed aige, bh\u00ed s\u00e9 imithe. Fuair m\u00e9 freagra \u00f3 PayPal agus d\u00fairt siad gurb \u00e9 an rud is fearr dom a dh\u00e9anamh n\u00f3 an d\u00edchorda a scaoileadh d\u00edreach leis an d\u00edolt\u00f3ir. D\u2019fhreagair m\u00e9 nach raibh m\u00e9 in ann teagmh\u00e1il a dh\u00e9anamh leis. D\u00fairt siad liom fanacht tamall agus bheadh freagra acu.<\/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;\">Tar \u00e9is coic\u00edse, bh\u00ed a bhfreagra agam ach gan aon mh\u00edni\u00fa, ag r\u00e1 go raibh an fhadhb r\u00e9itithe ar thaobh an d\u00edolt\u00f3ra. D\u2019iarr m\u00e9 an c\u00e1s a oscailt ar\u00eds, ach n\u00ed raibh an rogha sin agam. Bh\u00ed an t-\u00e1dh dearg orm nach raibh m\u00f3r\u00e1n airgid i gceist, mar n\u00ed raibh aon rud eile ab fh\u00e9idir liom a dh\u00e9anamh. Bh\u00ed ionadh an domhan orm go ndearna PayPal an cinneadh sin, agus beidh m\u00e9 i bhfad n\u00edos c\u00farama\u00ed as seo amach.<\/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;\">Ar an dea-uair, th\u00e1inig mo ph\u00e1ip\u00e9ar leithris \u00f3 Amazon n\u00edos luaithe n\u00e1 mar a d\u00fairt siad, agus d\u00edreach ag an am ceart \u2013 bh\u00edomar ar na rolla\u00ed deireanacha ag an am sin!<\/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;\">Thar aon rud eile, bh\u00ed d\u00edom\u00e1 orm nach raibh m\u00e9 ar m\u2019aire ar shiopad\u00f3ireacht ar l\u00edne agus gur \u00fas\u00e1id m\u00e9 su\u00edomh nach raibh ar eolas agam, lonnaithe sa tS\u00edn! N\u00ed fhaca m\u00e9 na bratacha dearga ag m\u00fan in aghaidh na gaoithe! An raibh an fr\u00e1sa Caveat Emptor dearmadta agam?<\/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;\">Ar aon n\u00f3s, t\u00e1 rolla\u00ed deasa d\u00e9anta sa tS\u00edn le d\u00edol agam, m\u00e1 t\u00e1 suim ag aon duine!<\/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> An tseachtain seo caite, d\u2019inis m\u00e9 duit faoi m\u2019odais\u00e9 ar th\u00f3ir an tSoithigh Naofa sin \u2013 p\u00e1ip\u00e9ar leithris. L\u00e9igh t\u00fa faoi na su\u00e1ilc\u00ed is na du\u00e1ilc\u00ed ag baint leis an eachtra ait seo, agus m\u00e9 ag siopad\u00f3ireacht i mo cheantar f\u00e9in ar dt\u00fas, agus ansin ag siopad\u00f3ireacht ar l\u00edne freisin. Ag deireadh an [&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:8pt;padding-bottom:0;line-height:1.3\">An tseachtain seo caite, d\u2019inis m\u00e9 duit faoi m\u2019odais\u00e9 ar th\u00f3ir an tSoithigh Naofa sin \u2013 p\u00e1ip\u00e9ar leithris.  L\u00e9igh t\u00fa faoi na su\u00e1ilc\u00ed is na du\u00e1ilc\u00ed ag baint leis an eachtra ait seo, agus m\u00e9 ag siopad\u00f3ireacht i mo cheantar f\u00e9in ar dt\u00fas, agus ansin ag siopad\u00f3ireacht ar l\u00edne freisin.  Ag deireadh an ailt sin, bh\u00ed m\u00e9 d\u00f3chasach go bhfaighinn an p\u00e1ip\u00e9ar luachmhar sin sula mbeadh \u00e1r sol\u00e1thairt\u00ed f\u00e9in \u00eddithe.&nbsp;&nbsp;Bh\u00ed dh\u00e1 ord\u00fa d\u00e9anta agam ar l\u00edne, ceann amh\u00e1in ar Amazon ach bheadh orm fanacht le m\u00ed chun \u00e9 a fh\u00e1il, agus i gc\u00e1s an chinn eile tobcheannach a bh\u00ed i gceist, agus i ndiaidh an ghn\u00edmh, bh\u00ed aithreachas ceannaitheora orm.  Leanaimis ar aghaidh anois \u00f3n \u00e1it ar stopamar.&nbsp;&nbsp;<\/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\">Fuair m\u00e9 r\u00edomhphost ag deimhni\u00fa mo scaollcheannach, agus th\u00e1inig fr\u00edd\u00edn\u00ed amhrais isteach i m\u2019intinn nuair a chonaic m\u00e9 gurb \u00f3n tS\u00edn a thiocfadh s\u00e9.  Bh\u00ed nasc sa r\u00edomhphost chun seice\u00e1il ar st\u00e1das m'ord\u00fa, agus nuair a bhain m\u00e9 triail as, d\u2019oibrigh an nasc, ach chonaic m\u00e9 nach bhfaighinn mo rolla\u00ed go ceann coic\u00edse.  Bheadh orainn ciond\u00e1il p\u00e1ip\u00e9ir leithris a chur i bhfeidhm idir an d\u00e1 linn!  Bhuel, d\u00e9anta na f\u00edrinne, n\u00edor stad m\u00e9 ag lorg p\u00e1ip\u00e9ir leithris sna hollmharga\u00ed agus ar l\u00edne freisin.  Ar \u00e1mhara\u00ed an tsaoil, fuair m\u00e9 ceithre rolla san ollmhargadh gar dom \u2013 n\u00ed fhaca m\u00e9 ar\u00eds ach seilfeanna folmha sna siopa\u00ed!  Uair eile agus m\u00e9 ag d\u00e9anamh cuardach ar l\u00edne, bh\u00ed m\u00e9 in ann ord\u00fa a chur isteach ar Amazon, ach th\u00f3gfadh s\u00e9 m\u00ed amh\u00e1in chun teacht!  Ach chuir m\u00e9 isteach an ord\u00fa ar aon n\u00f3s agus is maith an rud \u00e9, mar a tharla s\u00e9!&nbsp;&nbsp;<\/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\">Tar \u00e9is coic\u00edse eile, fuair m\u00e9 pac\u00e1iste \u00f3n tS\u00edn \u2013 p\u00e1ip\u00e9ar leithris!  Ach bh\u00ed fadhb ann, mar n\u00ed bhfuair m\u00e9 an rud ar ordaigh m\u00e9, ach t\u00e1irge faoi bhun caighde\u00e1n \u2013 stiall chaol ph\u00e1ip\u00e9ir i ngach rolla agus iad go l\u00e9ir gan pholl sa l\u00e1r chun iad a cur ar dh\u00e1ileoir.  Nuair a chonaic mo bhean ch\u00e9ile iad, bhris s\u00ed amach ag g\u00e1ire ach ag an am c\u00e9anna bh\u00ed fearg uirthi.  \u201cC\u00e9n f\u00e1th faoin sp\u00e9ir a bhfuair t\u00fa iad sin?\u201d a d\u2019\u00edarr s\u00ed orm.  \u201cN\u00ed \u00fas\u00e1idfinn iadsan ach amh\u00e1in b\u2019fh\u00e9idir ar shaoire an mh\u00e1la droma!  Cuir  ar ais iad chuig an d\u00edolt\u00f3ir, in ainm D\u00e9!\u201d <\/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\">\u201cN\u00edl s\u00e9 chomh h\u00e9asca sin\u201d, a d\u2019fhreagair m\u00e9, \u201cis \u00f3n tS\u00edn a fuair m\u00e9 iad!\u201d  <\/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\">\u201cIs cuma\u201d, a d\u00fairt s\u00ed, \u201cfaigh r\u00e9idh leis an diabhal rud!\u201d<\/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\">N\u00ed d\u00fairt m\u00e9 rud eile faoi, ach th\u00e1inig cuthach feirge orm ansin.  \u201cRachaidh m\u00e9 isteach i bPayPal agus d\u00e9anfaidh m\u00e9 gear\u00e1n i gcoinne an d\u00edolt\u00f3ra mh\u00edmhac\u00e1nta sin.  Gheobhaidh m\u00e9 m\u2019airgead ar ais, agus tarrth\u00e1lfaidh m\u00e9 mo chl\u00fa i s\u00faile mo bhean ch\u00e9ile, ar a laghad,\u201d a d\u00fairt m\u00e9 liom f\u00e9in.  Agus rinne m\u00e9 \u00e9 sin d\u00edreach, agus ag an am c\u00e9anna rinne m\u00e9 iarracht teagmh\u00e1il a dh\u00e9anamh leis an d\u00edolt\u00f3ir.  N\u00ed bhfuair m\u00e9 freagra don r\u00edomhphost ar sheoladh m\u00e9 chuig an d\u00edolt\u00f3ir, \u00e1fach, agus nuair a rinne m\u00e9 iarracht dul isteach sa su\u00edomh a bh\u00ed aige, bh\u00ed s\u00e9 imithe.  Fuair m\u00e9 freagra \u00f3 PayPal agus d\u00fairt siad gurb \u00e9 an rud is fearr dom a dh\u00e9anamh n\u00f3 an d\u00edchorda a scaoileadh d\u00edreach leis an d\u00edolt\u00f3ir.  D\u2019fhreagair m\u00e9 nach raibh m\u00e9 in ann teagmh\u00e1il a dh\u00e9anamh leis.  D\u00fairt siad liom fanacht tamall agus bheadh freagra acu.<\/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\">Tar \u00e9is coic\u00edse, bh\u00ed a bhfreagra agam ach gan aon mh\u00edni\u00fa, ag r\u00e1 go raibh an fhadhb r\u00e9itithe ar thaobh an d\u00edolt\u00f3ra.  D\u2019iarr m\u00e9 an c\u00e1s a oscailt ar\u00eds, ach n\u00ed raibh an rogha sin agam.  Bh\u00ed an t-\u00e1dh dearg orm nach raibh m\u00f3r\u00e1n airgid i gceist, mar n\u00ed raibh aon rud eile ab fh\u00e9idir liom a dh\u00e9anamh.  Bh\u00ed ionadh an domhan orm go ndearna PayPal an cinneadh sin, agus beidh m\u00e9 i bhfad n\u00edos c\u00farama\u00ed as seo amach.  <\/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\">Ar an dea-uair, th\u00e1inig mo ph\u00e1ip\u00e9ar leithris \u00f3 Amazon n\u00edos luaithe n\u00e1 mar a d\u00fairt siad, agus d\u00edreach ag an am ceart \u2013 bh\u00edomar ar na rolla\u00ed deireanacha ag an am sin!  <\/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\">Thar aon rud eile, bh\u00ed d\u00edom\u00e1 orm nach raibh m\u00e9 ar m\u2019aire ar shiopad\u00f3ireacht ar l\u00edne agus gur \u00fas\u00e1id m\u00e9 su\u00edomh nach raibh ar eolas agam, lonnaithe sa tS\u00edn!  N\u00ed fhaca m\u00e9 na bratacha dearga ag m\u00fan in aghaidh na gaoithe!  An raibh an fr\u00e1sa Caveat Emptor dearmadta agam?  <\/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\">Ar aon n\u00f3s, t\u00e1 rolla\u00ed deasa d\u00e9anta sa tS\u00edn le d\u00edol agam, m\u00e1 t\u00e1 suim ag aon duine!<\/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":[45],"tags":[],"class_list":["post-7904","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\/7904","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=7904"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7904\/revisions"}],"predecessor-version":[{"id":9549,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7904\/revisions\/9549"}],"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=7904"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7904"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}