{"id":7492,"date":"2022-09-28T20:26:05","date_gmt":"2022-09-28T20:26:05","guid":{"rendered":"https:\/\/mickgb.com\/?p=7492"},"modified":"2024-04-13T23:16:31","modified_gmt":"2024-04-13T23:16:31","slug":"praiseach-deanta-ag-aer-lingus-2","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/praiseach-deanta-ag-aer-lingus-2\/","title":{"rendered":"Mess made by Aer Lingus"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; 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 _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><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>Coic\u00eds roimh \u00e1r n-eitilt\u00ed ar ais go dt\u00ed na St\u00e1it Aontaithe, sheol United Airlines r-phost chugam ag r\u00e1 go raibh athr\u00fa d\u00e9anta acu ar an \u00e1irithint. D\u2019athraigh siad \u00e1r gc\u00e9ad eitilt (ar Aer Lingus) \u00f3 mhe\u00e1n lae go 6:00 A.M., ionas go mbeadh seacht n-uaire againn i Heathrow roimh an dara heitilt. A dhiabhail \u2013 an raibh siad in ann athr\u00fa mar sin a dh\u00e9anamh gan mo chead? I nd\u00e1ir\u00edre!<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Chuir m\u00e9 glaoch ar United Airlines, agus th\u00e1inig gn\u00edomhaire ar an l\u00edne gan mhoill. Bh\u00ed s\u00ed cabhrach, agus rinne s\u00ed \u00e1irithint eile d\u00fainn gan aon fhadhb \u2013 an ch\u00e9ad eitilt go Chicago (ar United) ag me\u00e1n lae, agus uair ina dhiaidh sin an dara heitilt (ar United) go Los Angeles.\u00a0\u00a0B\u2019fhearr linn na socruithe nua, ar dh\u00e1 ch\u00fais. Sa ch\u00e9ad \u00e1it, sheachn\u00f3imis aerfort Heathrow. Sa dara h\u00e1it, bheadh seans n\u00edos fearr ag \u00e1r mbag\u00e1iste gan ach aerl\u00edne amh\u00e1in (United) i gceist.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Bhaineamar f\u00e9in agus \u00e1r mbag\u00e1iste \u00e1r gceann scr\u00edbe amach gan fadhb, agus bh\u00edomar s\u00e1sta le United Airlines, mar, c\u00e9 go raibh fadhb bheag againn ar dt\u00fas, chuir siad gach rud i gceart d\u00fainn gan mhoill.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Liveline<\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">C\u00fapla l\u00e1 ina dhiaidh sin, bh\u00ed m\u00e9 ag \u00e9isteacht le \u2018Liveline\u2019 le Joe Duffy, agus baineadh stangadh asam nuair a chuala m\u00e9 faoi suas go 9,000 paisin\u00e9ir ar fud na hEorpa a d\u2019fh\u00e1g Aer Lingus idir dh\u00e1 th\u00edr iad!<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">D\u00fairt na glaoiteoir\u00ed nach raibh t\u00e1sc n\u00e1 tuairisc ar Aer Lingus chun cabhr\u00fa leo in am a n-\u00e9igin. N\u00ed raibh RTE f\u00e9in in ann urlabhra\u00ed Aer Lingus a fh\u00e1il mar aoi speisialta ar an gcl\u00e1r. Bh\u00ed c\u00fapla sc\u00e9al uaf\u00e1sach le cloiste\u00e1il ar \u2018Liveline\u2019.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Sc\u00e9al Emmet<\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Bh\u00ed Emmet agus a bhean ch\u00e9ile ar t\u00ed dul go Meirice\u00e1 ar mh\u00ed na meala. Bh\u00ed siad chun eitilt go Heathrow ar dt\u00fas, agus ansin \u00f3 Heathrow go Miami. Bh\u00ed aistear mara curtha in \u00e1irithe acu don l\u00e1 d\u00e1r gcionn.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Sheice\u00e1ladar isteach gan fadhb ar bith, chuadar tr\u00edd an ionad sl\u00e1nd\u00e1la agus ansin go dt\u00ed an geata. Ag 10 A.M, ceathr\u00fa uaire roimh am a n-eitilt amach, chuir Aer Lingus in i\u00fal do phaisin\u00e9ir\u00ed go raibh fadhb theicneola\u00edochta faisn\u00e9ise acu. N\u00edor chuala Emmet a thuilleadh go dt\u00ed 4 P.M. nuair a d\u2019fh\u00f3gair Aer Lingus go raibh a n-eitilt curtha ar ceal. De bharr sin, chaill siad a n-eitilt \u00f3 Heathrow go Miami, agus chaill siad an t-aistear mara freisin. Chaith an l\u00e1n\u00fain beagnach \u20ac5,000 ar a socruithe taistil, agus bh\u00ed siad as p\u00f3ca anois mar gheall air, gan aon eolas faoi ais\u00edoca\u00edocht.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Is \u00e9 tuairim na l\u00e1n\u00faine go raibh Aer Lingus freagrach as an airgead sin ar a laghad, mar ba iad c\u00fais na faidhbe sa ch\u00e9ad \u00e1it.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Sc\u00e9al Michelle<\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">N\u00edor chuala Michelle faic \u00f3n aerl\u00edne, ach nuair a chonaic Michelle ar na me\u00e1in s\u00f3isialta go raibh fadhbanna m\u00f3ra le heitilt\u00ed Aer Lingus, thuig s\u00ed l\u00e1ithreach go raibh s\u00ed i dtriobl\u00f3id. Ansin, chuaigh s\u00ed i dteagmh\u00e1il lena teaghlach agus a cairde. Nuair a fuair s\u00ed amach nach raibh ach tr\u00ed eitilt sa tseachtain ag imeacht \u00f3 Chorf\u00fa, an \u00e1it ina raibh s\u00ed, bh\u00ed a fhios aici go raibh s\u00e9 r\u00edth\u00e1bhachtach di deifir a dh\u00e9anamh chun filleadh abhaile chomh luath agus is f\u00e9idir.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Bh\u00ed uirthi eitilt\u00ed nua a chur in \u00e1irithe le hEurowings, ionas nach mbeadh uirthi fanacht i gCorf\u00fa le tr\u00ed l\u00e1 eile. Bh\u00ed uirthi \u20ac850 a chaitheamh ar dh\u00e1 thic\u00e9ad ar Eurowings. Fi\u00fa nuair a shroicheadar aerfort Baile \u00c1tha Cliath, bh\u00ed an t-aerfort ina ch\u00edor thuathail ar fad. Bh\u00ed siad ag fanacht beagnach leathuair san eitle\u00e1n leis na staighr\u00ed chun teacht amach. Ansin, bh\u00ed siad ina su\u00ed thart ag fanacht lena gcuid bag\u00e1iste, mar n\u00ed raibh l\u00e1imhse\u00e1laithe bag\u00e1iste ar f\u00e1il ar chor ar bith. Bh\u00ed an cr\u00edochfort pl\u00f3daithe le daoine agus le bag\u00e1iste. Ach bh\u00ed siad s\u00e1sta go raibh siad ar ais i mBaile \u00c1tha Cliath.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Leithsc\u00e9al?<\/strong><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Faoi dheireadh ghabh Aer Lingus leithsc\u00e9al le custaim\u00e9ir\u00ed a bh\u00ed buailte nuair a cuireadh 51 eitilt ar ceal ar deireadh seachtaine 10-9-2022.\u00a0\u00a0D\u00fairt urlabhra\u00ed na haerl\u00edne: \u201cGabhaimid leithsc\u00e9al \u00f3 chro\u00ed le custaim\u00e9ir\u00ed as an gcur isteach m\u00f3r d\u00f3ibh de bharr fadhbanna leis \u00e1r gc\u00f3ras r\u00edomhaireachta. T\u00e1 na fadhbanna sin r\u00e9itithe agus t\u00e1 \u00e1r ngn\u00e1th sceideal i bhfeidhm ar\u00eds\u201d.<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">D\u00fairt an aerl\u00edne freisin go mbeidh na custaim\u00e9ir\u00ed i gceist in ann a bpleananna taistil a athr\u00fa saor in aisce.<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">T\u00e1 s\u00fail agam go bhfuil ceacht foghlamtha ag Aer Lingus, agus go mbe i dteagmh\u00e1il leis a gcustaim\u00e9ir\u00ed chun cabhair a thabhairt d\u00f3ibh aon uair a tharl\u00f3dh a leith\u00e9id as seo amach. M\u00e1 thugann Aer Lingus neamhaird mar sin d\u00e1 gcustaim\u00e9ir\u00ed ar\u00eds, caillfidh siad iad go deo!<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script>Coic\u00eds roimh \u00e1r n-eitilt\u00ed ar ais go dt\u00ed na St\u00e1it Aontaithe, sheol United Airlines r-phost chugam ag r\u00e1 go raibh athr\u00fa d\u00e9anta acu ar an \u00e1irithint. D\u2019athraigh siad \u00e1r gc\u00e9ad eitilt (ar Aer Lingus) \u00f3 mhe\u00e1n lae go 6:00 A.M., ionas go mbeadh seacht n-uaire againn i Heathrow roimh an dara heitilt. A dhiabhail [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6853,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Coic\u00eds roimh \u00e1r n-eitilt\u00ed ar ais go dt\u00ed na St\u00e1it Aontaithe, sheol United Airlines r-phost chugam ag r\u00e1 go raibh athr\u00fa d\u00e9anta acu ar an \u00e1irithint. D\u2019athraigh siad \u00e1r gc\u00e9ad eitilt (ar Aer Lingus) \u00f3 mhe\u00e1n lae go 6:00 A.M., ionas go mbeadh seacht n-uaire againn i Heathrow roimh an dara heitilt. A dhiabhail \u2013 an raibh siad in ann athr\u00fa mar sin a dh\u00e9anamh gan mo chead? I nd\u00e1ir\u00edre!<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Chuir m\u00e9 glaoch ar United Airlines, agus th\u00e1inig gn\u00edomhaire ar an l\u00edne gan mhoill. Bh\u00ed s\u00ed cabhrach, agus rinne s\u00ed \u00e1irithint eile d\u00fainn gan aon fhadhb \u2013 an ch\u00e9ad eitilt go Chicago (ar United) ag me\u00e1n lae, agus uair ina dhiaidh sin an dara heitilt (ar United) go Los Angeles.\u00a0\u00a0B\u2019fhearr linn na socruithe nua, ar dh\u00e1 ch\u00fais. Sa ch\u00e9ad \u00e1it, sheachn\u00f3imis aerfort Heathrow. Sa dara h\u00e1it, bheadh seans n\u00edos fearr ag \u00e1r mbag\u00e1iste gan ach aerl\u00edne amh\u00e1in (United) i gceist.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Bhaineamar f\u00e9in agus \u00e1r mbag\u00e1iste \u00e1r gceann scr\u00edbe amach gan fadhb, agus bh\u00edomar s\u00e1sta le United Airlines, mar, c\u00e9 go raibh fadhb bheag againn ar dt\u00fas, chuir siad gach rud i gceart d\u00fainn gan mhoill.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Liveline<\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">C\u00fapla l\u00e1 ina dhiaidh sin, bh\u00ed m\u00e9 ag \u00e9isteacht le \u2018Liveline\u2019 le Joe Duffy, agus baineadh stangadh asam nuair a chuala m\u00e9 faoi suas go 9,000 paisin\u00e9ir ar fud na hEorpa a d\u2019fh\u00e1g Aer Lingus idir dh\u00e1 th\u00edr iad!<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">D\u00fairt na glaoiteoir\u00ed nach raibh t\u00e1sc n\u00e1 tuairisc ar Aer Lingus chun cabhr\u00fa leo in am a n-\u00e9igin. N\u00ed raibh RTE f\u00e9in in ann urlabhra\u00ed Aer Lingus a fh\u00e1il mar aoi speisialta ar an gcl\u00e1r. Bh\u00ed c\u00fapla sc\u00e9al uaf\u00e1sach le cloiste\u00e1il ar \u2018Liveline\u2019.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Sc\u00e9al Emmet<\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Bh\u00ed Emmet agus a bhean ch\u00e9ile ar t\u00ed dul go Meirice\u00e1 ar mh\u00ed na meala. Bh\u00ed siad chun eitilt go Heathrow ar dt\u00fas, agus ansin \u00f3 Heathrow go Miami. Bh\u00ed aistear mara curtha in \u00e1irithe acu don l\u00e1 d\u00e1r gcionn.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Sheice\u00e1ladar isteach gan fadhb ar bith, chuadar tr\u00edd an ionad sl\u00e1nd\u00e1la agus ansin go dt\u00ed an geata. Ag 10 A.M, ceathr\u00fa uaire roimh am a n-eitilt amach, chuir Aer Lingus in i\u00fal do phaisin\u00e9ir\u00ed go raibh fadhb theicneola\u00edochta faisn\u00e9ise acu. N\u00edor chuala Emmet a thuilleadh go dt\u00ed 4 P.M. nuair a d\u2019fh\u00f3gair Aer Lingus go raibh a n-eitilt curtha ar ceal. De bharr sin, chaill siad a n-eitilt \u00f3 Heathrow go Miami, agus chaill siad an t-aistear mara freisin. Chaith an l\u00e1n\u00fain beagnach \u20ac5,000 ar a socruithe taistil, agus bh\u00ed siad as p\u00f3ca anois mar gheall air, gan aon eolas faoi ais\u00edoca\u00edocht.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Is \u00e9 tuairim na l\u00e1n\u00faine go raibh Aer Lingus freagrach as an airgead sin ar a laghad, mar ba iad c\u00fais na faidhbe sa ch\u00e9ad \u00e1it.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Sc\u00e9al Michelle<\/strong><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">N\u00edor chuala Michelle faic \u00f3n aerl\u00edne, ach nuair a chonaic Michelle ar na me\u00e1in s\u00f3isialta go raibh fadhbanna m\u00f3ra le heitilt\u00ed Aer Lingus, thuig s\u00ed l\u00e1ithreach go raibh s\u00ed i dtriobl\u00f3id. Ansin, chuaigh s\u00ed i dteagmh\u00e1il lena teaghlach agus a cairde. Nuair a fuair s\u00ed amach nach raibh ach tr\u00ed eitilt sa tseachtain ag imeacht \u00f3 Chorf\u00fa, an \u00e1it ina raibh s\u00ed, bh\u00ed a fhios aici go raibh s\u00e9 r\u00edth\u00e1bhachtach di deifir a dh\u00e9anamh chun filleadh abhaile chomh luath agus is f\u00e9idir.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Bh\u00ed uirthi eitilt\u00ed nua a chur in \u00e1irithe le hEurowings, ionas nach mbeadh uirthi fanacht i gCorf\u00fa le tr\u00ed l\u00e1 eile. Bh\u00ed uirthi \u20ac850 a chaitheamh ar dh\u00e1 thic\u00e9ad ar Eurowings. Fi\u00fa nuair a shroicheadar aerfort Baile \u00c1tha Cliath, bh\u00ed an t-aerfort ina ch\u00edor thuathail ar fad. Bh\u00ed siad ag fanacht beagnach leathuair san eitle\u00e1n leis na staighr\u00ed chun teacht amach. Ansin, bh\u00ed siad ina su\u00ed thart ag fanacht lena gcuid bag\u00e1iste, mar n\u00ed raibh l\u00e1imhse\u00e1laithe bag\u00e1iste ar f\u00e1il ar chor ar bith. Bh\u00ed an cr\u00edochfort pl\u00f3daithe le daoine agus le bag\u00e1iste. Ach bh\u00ed siad s\u00e1sta go raibh siad ar ais i mBaile \u00c1tha Cliath.<\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong>Leithsc\u00e9al?<\/strong><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">Faoi dheireadh ghabh Aer Lingus leithsc\u00e9al le custaim\u00e9ir\u00ed a bh\u00ed buailte nuair a cuireadh 51 eitilt ar ceal ar deireadh seachtaine 10-9-2022.\u00a0\u00a0D\u00fairt urlabhra\u00ed na haerl\u00edne: \u201cGabhaimid leithsc\u00e9al \u00f3 chro\u00ed le custaim\u00e9ir\u00ed as an gcur isteach m\u00f3r d\u00f3ibh de bharr fadhbanna leis \u00e1r gc\u00f3ras r\u00edomhaireachta. T\u00e1 na fadhbanna sin r\u00e9itithe agus t\u00e1 \u00e1r ngn\u00e1th sceideal i bhfeidhm ar\u00eds\u201d.<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">D\u00fairt an aerl\u00edne freisin go mbeidh na custaim\u00e9ir\u00ed i gceist in ann a bpleananna taistil a athr\u00fa saor in aisce.<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\">T\u00e1 s\u00fail agam go bhfuil ceacht foghlamtha ag Aer Lingus, agus go mbe i dteagmh\u00e1il leis a gcustaim\u00e9ir\u00ed chun cabhair a thabhairt d\u00f3ibh aon uair a tharl\u00f3dh a leith\u00e9id as seo amach. M\u00e1 thugann Aer Lingus neamhaird mar sin d\u00e1 gcustaim\u00e9ir\u00ed ar\u00eds, caillfidh siad iad go deo!<\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>","_et_gb_content_width":"","footnotes":""},"categories":[33,32],"tags":[],"class_list":["post-7492","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-naisiunta"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7492","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=7492"}],"version-history":[{"count":5,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7492\/revisions"}],"predecessor-version":[{"id":13481,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7492\/revisions\/13481"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media\/6853"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/media?parent=7492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}