{"id":7974,"date":"2019-04-03T03:53:41","date_gmt":"2019-04-03T03:53:41","guid":{"rendered":"https:\/\/mickgb.com\/?p=7974"},"modified":"2023-11-23T17:20:57","modified_gmt":"2023-11-23T17:20:57","slug":"saga-an-leathanbhanda","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/saga-an-leathanbhanda\/","title":{"rendered":"S\u00e1ga an Leathanbhanda!"},"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;\"><span style=\"color: #000000; font-size: 11pt;\"><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>N\u00edl leathanbhanda ardluais agam f\u00f3s, mar t\u00e1 fadhbanna m\u00f3ra ag baint leis an <\/span><span style=\"color: #000000; font-size: 11pt;\">bPlean<\/span><span style=\"color: #000000; font-size: 11pt;\"> N\u00e1isi\u00fanta Leathanbhanda. \u00a0Mura bhfuil a fhios agat cad at\u00e1 i gceist agam, agus c\u00e9n f\u00e1th gur \u00e1bhar t\u00e1bhachtach \u00e9, is \u00e9 at\u00e1 i gceist n\u00e1 rochtain idirl\u00edn in \u00c9irinn. \u00a0T\u00e1 rochtain idirl\u00edn mar ocsaigin n\u00f3 uisce sa l\u00e1 at\u00e1 inniu ann. T\u00e1 s\u00e9 t\u00e1bhachtach do dhaoine sa bhaile agus do ghn\u00f3lachta\u00ed. T\u00e1 s\u00e9 t\u00e1bhachtach d&#8217;eacnama\u00edocht na t\u00edre anois, agus beidh s\u00e9 i bhfad n\u00edos t\u00e1bhachta\u00ed sa todhcha\u00ed. \u00a0N\u00edl seirbh\u00eds\u00ed idirl\u00edn ag breis is milli\u00fan daoine sna <\/span><span style=\"color: #000000; font-size: 11pt;\">ceantair thuaithe<\/span><span style=\"color: #000000; font-size: 11pt;\">. Agus mar sin, d\u00e9anann na fadhbanna leis <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> bplean dochar millteanach do na ceantair sin. N\u00ed rud maith don t\u00edr \u00e9 seo!<\/span><\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">T\u00e1imse f\u00e9in ag fanacht le leathanbhanda le blianta anuas anois. \u00a0Th\u00e1inig c\u00e1bla sn\u00e1thoptaice chomh gairid dom le <\/span><span style=\"color: #000000; font-size: 11pt;\">leath cilim\u00e9adair<\/span><span style=\"color: #000000; font-size: 11pt;\">, ach stad s\u00e9 ansin. \u00a0T\u00e1 mo theach i gCarraig Seabhac i ndeisceart an chontae. Shocraigh m\u00e9 beag\u00e1n taighde a dh\u00e9anamh ar an \u00e1bhar, le teann caid\u00e9ise. \u00a0Bhain a bhfuair m\u00e9 amach siar asam. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">T\u00e1 sc\u00e9al an Phlean N\u00e1isi\u00fanta Leathanbhanda dochreidte. \u00a0N\u00edl sp\u00e1s anseo <\/span><span style=\"color: #000000; font-size: 11pt;\">an s<\/span><span style=\"color: #000000; font-size: 11pt;\">c\u00e9al<\/span><span style=\"color: #000000; font-size: 11pt;\"> go l\u00e9ir <\/span><span style=\"color: #000000; font-size: 11pt;\">a<\/span><span style=\"color: #000000; font-size: 11pt;\"> insint, ach seo na buaicphoint\u00ed. \u00a0Bh\u00ed an plean cumtha i 2012 le leathanbhanda ardluais a chur ar f\u00e1il do gach duine agus gach comhlacht in \u00c9irinn faoi dheireadh 2020. \u00a0Th\u00f3gfadh s\u00e9 sin c\u00e1bla\u00ed sn\u00e1thoptaice a crochadh go 840,000 \u00e1itreabh. Chuir an Rialtas amach cuireadh chun tairisceana don togra seo. I l\u00e1r 2016 phioc siad tr\u00ed thairgeoir agus thosaigh an <\/span><span style=\"color: #000000; font-size: 11pt;\">ch\u00e9ad ch\u00e9im<\/span><span style=\"color: #000000; font-size: 11pt;\"> eile den phr\u00f3iseas ansin. \u00a0Thosaigh an triobl\u00f3id freisin. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">I l\u00e1r 2017 rinne ceann de na tairgeoir\u00ed \u2013 <\/span><span style=\"color: #000000; font-size: 11pt;\">Eir<\/span><span style=\"color: #000000; font-size: 11pt;\">, margadh leis an Rialtas, chun breis ar 300,000 do na h\u00e1itreabh a choime\u00e1d d\u00f3ibh f\u00e9in, le <\/span><span style=\"color: #000000; font-size: 11pt;\">gealltanas<\/span><span style=\"color: #000000; font-size: 11pt;\"> seirbh\u00eds leatha<\/span><span style=\"color: #000000; font-size: 11pt;\">n<\/span><span style=\"color: #000000; font-size: 11pt;\">bhanda a chur ar f\u00e1il d\u00f3ibh roimh dheireadh <\/span><span style=\"color: #000000; font-size: 11pt;\">2018 \u00a0.<\/span><span style=\"color: #000000; font-size: 11pt;\"> D\u2019fhan <\/span><span style=\"color: #000000; font-size: 11pt;\">Eir<\/span><span style=\"color: #000000; font-size: 11pt;\"> in ioma\u00edocht leis <\/span><span style=\"color: #000000; font-size: 11pt;\">an d\u00e1<\/span><span style=\"color: #000000; font-size: 11pt;\"> thairgeoir eile freisin, sin SIRO (<\/span><span style=\"color: #000000; font-size: 11pt;\">ilchomhlacht<\/span><span style=\"color: #000000; font-size: 11pt;\"> ESB agus Vodaphone) agus ENET (comhlacht sn\u00e1thoptaice faoi \u00fain\u00e9ireacht <\/span><span style=\"color: #000000; font-size: 11pt;\">Granahan<\/span><span style=\"color: #000000; font-size: 11pt;\"> McCourt ag an am sin).<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">I Me\u00e1n F\u00f3mhair 2017, tharraing SIRO amach, ag r\u00e1 nach raibh c\u00e1s tr\u00e1cht\u00e1la ann a thuilleadh. \u00a0Is d\u00f3cha tar \u00e9is na 300,000 \u00e1itreabh a bhaint amach, bh\u00ed an c\u00e1s tr\u00e1cht\u00e1la n\u00edos measa d\u00f3ibh.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">In Ean\u00e1ir 2018, tharraing <\/span><span style=\"color: #000000; font-size: 11pt;\">Eir<\/span><span style=\"color: #000000; font-size: 11pt;\"> amach, ag r\u00e1 go raibh imn\u00ed orthu faoi rialach\u00e1in agus praghs\u00e1il. \u00a0\u00a0Thart ar an am sin, th\u00e1inig SSE (comhlacht f\u00f3ntais as Albain) agus John Laing (<\/span><span style=\"color: #000000; font-size: 11pt;\">comhlacht forbra\u00edocht<\/span><span style=\"color: #000000; font-size: 11pt;\"> infreastrucht\u00far) isteach le ENET sa mhargadh. \u00a0Ansin n\u00ed raibh ach <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> cuibhreannas sin f\u00e1gtha. An ioma\u00edocht go l\u00e9ir imithe! Agus anois bh\u00ed Dave McCourt (fiontra\u00ed Gael-Meirice\u00e1nach agus bunaitheoir a comhlacht infheist\u00edochta <\/span><span style=\"color: #000000; font-size: 11pt;\">Granaha<\/span><span style=\"color: #000000; font-size: 11pt;\">n<\/span><span style=\"color: #000000; font-size: 11pt;\"> McCourt Capital) mar chathaoirleach an cuibhreannas.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">I l\u00e1r na bliana 2018, bh\u00ed go leor cruinnithe idir an tAire Dennis Naughten, agus Dave McCourt. \u00a0I m\u00ed I\u00fal d\u2019fh\u00e1g SSE <\/span><span style=\"color: #000000; font-size: 11pt;\">an<\/span><span style=\"color: #000000; font-size: 11pt;\"> cuibhreannas tairiscint. Rinne <\/span><span style=\"color: #000000; font-size: 11pt;\">Granahan<\/span><span style=\"color: #000000; font-size: 11pt;\"> McCourt margadh le Irish Infrastructure Fund (IIF) <\/span><span style=\"color: #000000; font-size: 11pt;\">( comhlacht<\/span><span style=\"color: #000000; font-size: 11pt;\"> infheist\u00edochta faoi thaca\u00edocht an St\u00e1it), agus cheannaigh IIF an chuid is m\u00f3 den chomhlacht ENET. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">I Me\u00e1n F\u00f3mhair fuair an Rialtas an tairiscint dheireanach \u00f3n gcuibhreannas. \u00a0Bh\u00ed an cuibhreannas sin ag athr\u00fa f\u00f3s, mar d\u2019imigh John Laing amach agus th\u00e1inig <\/span><span style=\"color: #000000; font-size: 11pt;\">Actavo<\/span><span style=\"color: #000000; font-size: 11pt;\"> (comhlacht Denis O\u2019Brien), Nokia, The Kelly Group agus KN Group isteach. \u00a0Thart ar an am sin, d\u2019\u00edol McCourt an p\u00edosa ENET a bh\u00ed f\u00e1gtha aige go IIF. <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Beag\u00e1n ina dhiaidh sin, thug comhlacht Luxembourg \u2013 Cube, c\u00e1s i leith McCourt, ag deimhni\u00fa gur gheall s\u00e9 go nd\u00edolfadh s\u00e9 cuid den ENET d\u00f3ibh, agus mar sin go raibh s\u00e9 ag s\u00e1r\u00fa an chonartha eatarthu.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Agus ansin, fuair daoine amach go raibh cruinnithe idir Naughten agus McCourt, <\/span><span style=\"color: #000000; font-size: 11pt;\">cruinnithe \u00a0pr\u00edobh\u00e1ideacha<\/span><span style=\"color: #000000; font-size: 11pt;\"> san \u00e1ireamh. Tarraing\u00edodh go leor ceisteanna eitici\u00fala ansin faoi na cruinnithe sin. \u00a0\u00a0Bh\u00ed br\u00fa ollmh\u00f3r ar Naughten ansin, agus d\u2019\u00e9irigh s\u00e9 as a phost go luath ina dhiaidh sin.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">I m\u00ed an Mh\u00e1rta 2019, n\u00edl aon socr\u00fa f\u00f3s. \u00a0Beidh an togra seo an daor &#8211; suas le 3 billi\u00fan Euro a deirtear.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Sc\u00e9al an-chasta is ea \u00e9, agus ag deireadh an lae, n\u00edl ach tairgeoir amh\u00e1in f\u00e1gtha, at\u00e1 tar \u00e9is athr\u00fa an oiread sin nach \u00e9 an t-eintiteas c\u00e9anna anois \u00e9. \u00a0B\u2019fh\u00e9idir go bhfuil s\u00e9 in am don Rialtas athbhreithni\u00fa a dh\u00e9anamh ar an <\/span><span style=\"color: #000000; font-size: 11pt;\">bPlean<\/span><span style=\"color: #000000; font-size: 11pt;\">, mar chomh maith le fadhbanna tairgeoir\u00ed, is fi\u00fa bheith ag machnamh ar theicneola\u00edochta\u00ed nua freisin at\u00e1 ar f\u00e1il anois n\u00f3 go luath.<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\">Idir an d\u00e1 linn, n\u00ed bheinn ag f\u00e9achaint ar Netflix ag mo theach go ceann tamall <\/span><span style=\"color: #000000; font-size: 11pt;\">maith<\/span><span style=\"color: #000000; font-size: 11pt;\"> eile!<\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2; font-size: 12pt;\"><span style=\"color: #000000; font-size: 11pt;\"> <\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/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 leathanbhanda ardluais agam f\u00f3s, mar t\u00e1 fadhbanna m\u00f3ra ag baint leis an bPlean N\u00e1isi\u00fanta Leathanbhanda. \u00a0Mura bhfuil a fhios agat cad at\u00e1 i gceist agam, agus c\u00e9n f\u00e1th gur \u00e1bhar t\u00e1bhachtach \u00e9, is \u00e9 at\u00e1 i gceist n\u00e1 rochtain idirl\u00edn in \u00c9irinn. \u00a0T\u00e1 rochtain idirl\u00edn mar ocsaigin n\u00f3 uisce sa l\u00e1 at\u00e1 inniu [&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:0pt;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=\"text-align:center;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:24pt\">&nbsp;\u00a0\u00a0\u00a0\u00a0\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\"><span style=\"color:#000000;font-size:11pt\"> <\/span><\/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><\/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=\"color:#000000;font-size:11pt\"> <\/span><\/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=\"color:#000000;font-size:11pt\"> <\/span><\/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=\"color:#000000;font-size:11pt\">N\u00edl leathanbhanda ardluais agam f\u00f3s, mar t\u00e1 fadhbanna m\u00f3ra ag baint leis an <\/span><span style=\"color:#000000;font-size:11pt\">bPlean<\/span><span style=\"color:#000000;font-size:11pt\"> N\u00e1isi\u00fanta Leathanbhanda. \u00a0Mura bhfuil a fhios agat cad at\u00e1 i gceist agam, agus c\u00e9n f\u00e1th gur \u00e1bhar t\u00e1bhachtach \u00e9, is \u00e9 at\u00e1 i gceist n\u00e1 rochtain idirl\u00edn in \u00c9irinn. \u00a0T\u00e1 rochtain idirl\u00edn mar ocsaigin n\u00f3 uisce sa l\u00e1 at\u00e1 inniu ann.  T\u00e1 s\u00e9 t\u00e1bhachtach do dhaoine sa bhaile agus do ghn\u00f3lachta\u00ed.  T\u00e1 s\u00e9 t\u00e1bhachtach d'eacnama\u00edocht na t\u00edre anois, agus beidh s\u00e9 i bhfad n\u00edos t\u00e1bhachta\u00ed sa todhcha\u00ed. \u00a0N\u00edl seirbh\u00eds\u00ed idirl\u00edn ag breis is milli\u00fan daoine sna <\/span><span style=\"color:#000000;font-size:11pt\">ceantair thuaithe<\/span><span style=\"color:#000000;font-size:11pt\">.  Agus mar sin, d\u00e9anann na fadhbanna leis <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> bplean dochar millteanach do na ceantair sin.  N\u00ed rud maith don t\u00edr \u00e9 seo!<\/span><\/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=\"color:#000000;font-size:11pt\">T\u00e1imse f\u00e9in ag fanacht le leathanbhanda le blianta anuas anois. \u00a0Th\u00e1inig c\u00e1bla sn\u00e1thoptaice chomh gairid dom le <\/span><span style=\"color:#000000;font-size:11pt\">leath cilim\u00e9adair<\/span><span style=\"color:#000000;font-size:11pt\">, ach stad s\u00e9 ansin. \u00a0T\u00e1 mo theach i gCarraig Seabhac i ndeisceart an chontae.  Shocraigh m\u00e9 beag\u00e1n taighde a dh\u00e9anamh ar an \u00e1bhar, le teann caid\u00e9ise. \u00a0Bhain a bhfuair m\u00e9 amach siar asam. <\/span><\/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=\"color:#000000;font-size:11pt\">T\u00e1 sc\u00e9al an Phlean N\u00e1isi\u00fanta Leathanbhanda dochreidte. \u00a0N\u00edl sp\u00e1s anseo <\/span><span style=\"color:#000000;font-size:11pt\">an s<\/span><span style=\"color:#000000;font-size:11pt\">c\u00e9al<\/span><span style=\"color:#000000;font-size:11pt\"> go l\u00e9ir <\/span><span style=\"color:#000000;font-size:11pt\">a<\/span><span style=\"color:#000000;font-size:11pt\"> insint, ach seo na buaicphoint\u00ed. \u00a0Bh\u00ed an plean cumtha i 2012 le leathanbhanda ardluais a chur ar f\u00e1il do gach duine agus gach comhlacht in \u00c9irinn faoi dheireadh 2020. \u00a0Th\u00f3gfadh s\u00e9 sin c\u00e1bla\u00ed sn\u00e1thoptaice a crochadh go 840,000 \u00e1itreabh.  Chuir an Rialtas amach cuireadh chun tairisceana don togra seo.  I l\u00e1r 2016 phioc siad tr\u00ed thairgeoir agus thosaigh an <\/span><span style=\"color:#000000;font-size:11pt\">ch\u00e9ad ch\u00e9im<\/span><span style=\"color:#000000;font-size:11pt\"> eile den phr\u00f3iseas ansin. \u00a0Thosaigh an triobl\u00f3id freisin. <\/span><\/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=\"color:#000000;font-size:11pt\">I l\u00e1r 2017 rinne ceann de na tairgeoir\u00ed \u2013 <\/span><span style=\"color:#000000;font-size:11pt\">Eir<\/span><span style=\"color:#000000;font-size:11pt\">, margadh leis an Rialtas, chun breis ar 300,000 do na h\u00e1itreabh a choime\u00e1d d\u00f3ibh f\u00e9in, le <\/span><span style=\"color:#000000;font-size:11pt\">gealltanas<\/span><span style=\"color:#000000;font-size:11pt\"> seirbh\u00eds leatha<\/span><span style=\"color:#000000;font-size:11pt\">n<\/span><span style=\"color:#000000;font-size:11pt\">bhanda a chur ar f\u00e1il d\u00f3ibh roimh dheireadh <\/span><span style=\"color:#000000;font-size:11pt\">2018 \u00a0.<\/span><span style=\"color:#000000;font-size:11pt\">  D\u2019fhan <\/span><span style=\"color:#000000;font-size:11pt\">Eir<\/span><span style=\"color:#000000;font-size:11pt\"> in ioma\u00edocht leis <\/span><span style=\"color:#000000;font-size:11pt\">an d\u00e1<\/span><span style=\"color:#000000;font-size:11pt\"> thairgeoir eile freisin, sin SIRO (<\/span><span style=\"color:#000000;font-size:11pt\">ilchomhlacht<\/span><span style=\"color:#000000;font-size:11pt\"> ESB agus Vodaphone) agus ENET (comhlacht sn\u00e1thoptaice faoi \u00fain\u00e9ireacht <\/span><span style=\"color:#000000;font-size:11pt\">Granahan<\/span><span style=\"color:#000000;font-size:11pt\"> McCourt ag an am sin).<\/span><\/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=\"color:#000000;font-size:11pt\">I Me\u00e1n F\u00f3mhair 2017, tharraing SIRO amach, ag r\u00e1 nach raibh c\u00e1s tr\u00e1cht\u00e1la ann a thuilleadh. \u00a0Is d\u00f3cha tar \u00e9is na 300,000 \u00e1itreabh a bhaint amach, bh\u00ed an c\u00e1s tr\u00e1cht\u00e1la n\u00edos measa d\u00f3ibh.<\/span><\/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=\"color:#000000;font-size:11pt\">In Ean\u00e1ir 2018, tharraing <\/span><span style=\"color:#000000;font-size:11pt\">Eir<\/span><span style=\"color:#000000;font-size:11pt\"> amach, ag r\u00e1 go raibh imn\u00ed orthu faoi rialach\u00e1in agus praghs\u00e1il. \u00a0\u00a0Thart ar an am sin, th\u00e1inig SSE (comhlacht f\u00f3ntais as Albain) agus John Laing (<\/span><span style=\"color:#000000;font-size:11pt\">comhlacht  forbra\u00edocht<\/span><span style=\"color:#000000;font-size:11pt\"> infreastrucht\u00far) isteach le ENET sa mhargadh. \u00a0Ansin n\u00ed raibh ach <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> cuibhreannas sin f\u00e1gtha.  An ioma\u00edocht go l\u00e9ir imithe!  Agus anois bh\u00ed Dave McCourt (fiontra\u00ed Gael-Meirice\u00e1nach agus bunaitheoir a comhlacht infheist\u00edochta <\/span><span style=\"color:#000000;font-size:11pt\">Granaha<\/span><span style=\"color:#000000;font-size:11pt\">n<\/span><span style=\"color:#000000;font-size:11pt\"> McCourt Capital) mar chathaoirleach an cuibhreannas.<\/span><\/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=\"color:#000000;font-size:11pt\">I l\u00e1r na bliana 2018, bh\u00ed go leor cruinnithe idir an tAire Dennis Naughten, agus Dave McCourt. \u00a0I m\u00ed I\u00fal d\u2019fh\u00e1g SSE <\/span><span style=\"color:#000000;font-size:11pt\">an<\/span><span style=\"color:#000000;font-size:11pt\"> cuibhreannas tairiscint.  Rinne <\/span><span style=\"color:#000000;font-size:11pt\">Granahan<\/span><span style=\"color:#000000;font-size:11pt\"> McCourt margadh le Irish Infrastructure Fund (IIF) <\/span><span style=\"color:#000000;font-size:11pt\">( comhlacht<\/span><span style=\"color:#000000;font-size:11pt\"> infheist\u00edochta faoi thaca\u00edocht an St\u00e1it), agus cheannaigh IIF an chuid is m\u00f3 den chomhlacht ENET. <\/span><\/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=\"color:#000000;font-size:11pt\">I Me\u00e1n F\u00f3mhair fuair an Rialtas an tairiscint dheireanach \u00f3n gcuibhreannas. \u00a0Bh\u00ed an cuibhreannas sin ag athr\u00fa f\u00f3s, mar d\u2019imigh John Laing amach agus th\u00e1inig <\/span><span style=\"color:#000000;font-size:11pt\">Actavo<\/span><span style=\"color:#000000;font-size:11pt\"> (comhlacht Denis O\u2019Brien), Nokia, The Kelly Group agus KN Group isteach. \u00a0Thart ar an am sin, d\u2019\u00edol McCourt an p\u00edosa ENET a bh\u00ed f\u00e1gtha aige go IIF. <\/span><\/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=\"color:#000000;font-size:11pt\">Beag\u00e1n ina dhiaidh sin, thug comhlacht Luxembourg \u2013 Cube, c\u00e1s i leith McCourt, ag deimhni\u00fa gur gheall s\u00e9 go nd\u00edolfadh s\u00e9 cuid den ENET d\u00f3ibh, agus mar sin go raibh s\u00e9 ag s\u00e1r\u00fa an chonartha eatarthu.<\/span><\/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=\"color:#000000;font-size:11pt\">Agus ansin, fuair daoine amach go raibh cruinnithe idir Naughten agus McCourt, <\/span><span style=\"color:#000000;font-size:11pt\">cruinnithe \u00a0pr\u00edobh\u00e1ideacha<\/span><span style=\"color:#000000;font-size:11pt\"> san \u00e1ireamh.   Tarraing\u00edodh go leor ceisteanna eitici\u00fala ansin faoi na cruinnithe sin. \u00a0\u00a0Bh\u00ed br\u00fa ollmh\u00f3r ar Naughten ansin, agus d\u2019\u00e9irigh s\u00e9 as a phost go luath ina dhiaidh sin.<\/span><\/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=\"color:#000000;font-size:11pt\">I m\u00ed an Mh\u00e1rta 2019, n\u00edl aon socr\u00fa f\u00f3s. \u00a0Beidh an togra seo an daor - suas le 3 billi\u00fan Euro a deirtear.<\/span><\/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=\"color:#000000;font-size:11pt\">Sc\u00e9al an-chasta is ea \u00e9, agus ag deireadh an lae, n\u00edl ach tairgeoir amh\u00e1in f\u00e1gtha, at\u00e1 tar \u00e9is athr\u00fa an oiread sin nach \u00e9 an t-eintiteas c\u00e9anna anois \u00e9. \u00a0B\u2019fh\u00e9idir go bhfuil s\u00e9 in am don Rialtas athbhreithni\u00fa a dh\u00e9anamh ar an <\/span><span style=\"color:#000000;font-size:11pt\">bPlean<\/span><span style=\"color:#000000;font-size:11pt\">, mar chomh maith le fadhbanna tairgeoir\u00ed, is fi\u00fa bheith ag machnamh ar theicneola\u00edochta\u00ed nua freisin at\u00e1 ar f\u00e1il anois n\u00f3 go luath.<\/span><\/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=\"color:#000000;font-size:11pt\">Idir an d\u00e1 linn, n\u00ed bheinn ag f\u00e9achaint ar Netflix ag mo theach go ceann tamall <\/span><span style=\"color:#000000;font-size:11pt\">maith<\/span><span style=\"color:#000000;font-size:11pt\"> eile!<\/span><\/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=\"color:#000000;font-size:11pt\"> <\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,47,32,38],"tags":[],"class_list":["post-7974","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-eolaiocht-agus-teicneolaiocht","category-nuacht-naisiunta","category-polaitiocht"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7974","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=7974"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7974\/revisions"}],"predecessor-version":[{"id":9628,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7974\/revisions\/9628"}],"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=7974"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7974"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}