{"id":7896,"date":"2020-05-06T01:44:27","date_gmt":"2020-05-06T01:44:27","guid":{"rendered":"https:\/\/mickgb.com\/?p=7896"},"modified":"2023-11-23T03:47:07","modified_gmt":"2023-11-23T03:47:07","slug":"ceisteanna-mora-na-fichidi-2","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/ceisteanna-mora-na-fichidi-2\/","title":{"rendered":"Ceisteanna M\u00f3ra na Fichid\u00ed -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: 0pt; padding-bottom: 0; line-height: 1.2;\">Bh\u00edomar ag cur agus ag c\u00faiteamh faoi cheisteanna m\u00f3ra na fichid\u00ed cheana f\u00e9in sa ch\u00e9ad alt den tsraith seo, nuair a phl\u00e9amar an T\u00e9amh Domhanda.\u00a0\u00a0Inniu, is \u00e9 an d\u00fashl\u00e1n a bheidh idir cham\u00e1in againn n\u00e1 staid \u00e1r gc\u00f3rais daonlathais sa Domhan Thiar. N\u00ed haon \u00e1ibh\u00e9il a r\u00e1 go bhfuil daonlathas liobr\u00e1lach ar fud an domhain faoi ionsa\u00ed treascrach anois d\u00edreach.<\/p>\n<p><!-- \/wp:post-content --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Daonlathas faoi bhagairt<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">\u201cN\u00edl s\u00e9 r\u00f3dh\u00e9anach!\u201d arsa Jimmy Stewart. Bh\u00ed creath\u00e1n ina ghuth agus cuma thraochta air agus \u00e9 ag imp\u00ed ar Chomhdh\u00e1il na St\u00e1t Aontaithe tarrth\u00e1il a dh\u00e9anamh ar a gc\u00f3ras daonlathais.\u00a0\u00a0Tharla s\u00e9 sin sa scann\u00e1n \u2018Mr. Smith goes to Washington\u2019, eisithe sa bhliain 1939.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar \u00e1mhara\u00ed an tsaoil, n\u00ed raibh s\u00e9 r\u00f3dh\u00e9anach an uair sin, agus t\u00e1 s\u00fail agam nach bhfuil s\u00e9 r\u00f3dh\u00e9anach an t-am seo, ach an oiread. Ach n\u00ed bhraitheann s\u00e9 go maith.\u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Gan dabht, t\u00e1 neart cos\u00falachta\u00ed idir na tr\u00edochaid\u00ed sa ch\u00e9ad seo caite, agus na fichid\u00ed anois. Sna tr\u00edochaid\u00ed, th\u00e1inig lag\u00fa ar go leor rialtais dhaonlathacha, agus ansin cuireadh rialtais fhorl\u00e1mhacha ina n-\u00e1it le neart m\u00edleata, de ghn\u00e1th. \u00d3n mbliain 2005 I leith, thosaigh rialtais fhorl\u00e1mhacha ag teacht i gcumhacht in \u00e1it rialtais dhaonlathacha seanbhunaithe. An uair seo, n\u00ed raibh aon gh\u00e1 le gabh\u00e1il ceannais m\u00edleata, mar rinneadh an t-athr\u00fa ar an taobh istigh, de r\u00e9ir a ch\u00e9ile.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Frog Bruite!<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">T\u00e1 meafar seanchaite ann nach bhfuil f\u00edor, ach t\u00e1 s\u00e9 \u00fas\u00e1ideach mar sin f\u00e9in. De r\u00e9ir an mheafair seo, m\u00e1 chuirtear frog in uisce bruite, l\u00e9imfidh s\u00e9 amach ar an toirt. Ar an l\u00e1mh eile, m\u00e1 chuirtear \u00e9 in uisce fuar agus ansin cuirtear an teas ar si\u00fal, fanfaidh s\u00e9 san uisce.<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Ar an drochuair, is muidne (saor\u00e1naigh t\u00edortha daonlathacha) an frog sa mheafar seo. Rialtas daonlathach is ea an t-uisce fuar, agus rialtas forl\u00e1mhach is ea an t-uisce bruite. De r\u00e9ir a ch\u00e9ile, d\u00e9antar athruithe go dt\u00ed \u00e1r gc\u00f3ras daonlathach agus tar \u00e9is go leor athruithe, b\u00edonn deacht\u00f3ireacht ann. Broicimid gach athr\u00fa ar an mbealach sin, agus f\u00e1n am at\u00e1 a fhios againn go bhfuil muid bruite, t\u00e1 s\u00e9 r\u00f3dh\u00e9anach, mar a d\u00fairt Jimmy Stewart!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>Ar an mBealach<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Idir deireadh an Dara Cogadh Domhanda agus timpeall 2005, bh\u00ed borradh ar na t\u00edortha daonlathacha ar fud an domhain, agus s\u00f3rt r\u00e9 \u00f3ir a bh\u00ed againn. Ach anois, t\u00e1 roinnt mhaith t\u00edortha ar an mbealach i dtreo \u00fadar\u00e1sa\u00edochas agus c\u00fapla ceann ann cheana f\u00e9in . Lig dom c\u00fapla sampla a lua, chun an pointe a dh\u00e9anamh: Putin (an R\u00fais), Erdo\u011fan (an Tuirc), Orb\u00e1n (an Ung\u00e1ir), Kaczy\u0144ski (an Pholainn), Duterte (na hOile\u00e1in Fhilip\u00edneacha), Bolsonaro (an Bhrasa\u00edl), Modi (an India), Netanyahu (Iosrael) agus Trump (na St\u00e1it Aontaithe).\u00a0\u00a0Deir siad go l\u00e9ir go bhfuil daonlathach iontach acu, ach an cuimhin leat gurb \u00e9 an rud c\u00e9anna a bh\u00ed \u00e1 r\u00e1 ag Hitler agus Mussolini sna tr\u00edochaid\u00ed.\u00a0\u00a0T\u00e1 an leabhar bearta\u00edochta c\u00e9anna \u00e1 \u00fas\u00e1id ag gach duine thuasluaite, b\u00edodh is nach bhfuil siad go l\u00e9ir ag an \u00e1it ch\u00e9anna sa leabhar. Is \u00e9 at\u00e1 i gceist sa chur chuige n\u00e1 na r\u00e1ill\u00ed cosanta sa ch\u00f3ras polait\u00edochta a bhaint as a ch\u00e9ile, agus ansin na hinstiti\u00faid\u00ed ba ch\u00f3ir d\u00f3ibh freastal ar an bpobal a \u00fas\u00e1id mar arm chun iad a chur faoi chois. Mar shampla, n\u00ed maith le haon duine thuasluaite preas saor a bheith ann, mar sin \u00e9 guth an phobail, agus bheadh an pobal sin in ann an preas a \u00fas\u00e1id chun easaont\u00fa leis.\u00a0\u00a0B\u2019fhearr leis d\u00e1 mbeadh an preas ag obair mar a ghuth f\u00e9in, agus ar nd\u00f3igh sin a tharla\u00edonn luath sa sc\u00e9al seo. Ansin, diaidh ar ndiaidh faigheann an ceannaire smacht ar an bparlaimint, na breithi\u00fana agus na dl\u00edthe. F\u00e9ach ar Vladimir Putin \u2013 t\u00e1 an leabhar bearta\u00edochta cr\u00edochnaithe aige, agus c\u00e9 go ma\u00edonn s\u00e9 gur daonlathas iontach at\u00e1 sa R\u00fais, is deacht\u00f3ireacht dhian \u00e9 i nd\u00e1ir\u00edre!<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><strong>L\u00e9as D\u00f3chais?<\/strong><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\">Foils\u00edonn \u201cThe Economist\u201d liosta gach bliain darb ainm \u201cThe Democracy Index\u201d, ina n-\u00e1ir\u00edtear 167 t\u00edr.\u00a0\u00a0Chuir siad an teideal \u201cGlobal Democracy in Retreat\u201d ar an liosta is d\u00e9ana\u00ed (2019). T\u00e1 \u00c9ire sa s\u00e9\u00fa h\u00e1it \u2013 ceann de na t\u00edortha is fearr, roimh an R\u00edocht Aontaithe (14), agus na St\u00e1it Aontaithe (25). T\u00e1 daonlathas lochtach ag na St\u00e1it Aontaithe, dar leo. M\u00e1 theipeann ar an daonlathas go hioml\u00e1n sna St\u00e1it Aontaithe, ceapaim gur droch-chomhartha \u00e9 sin d\u00fainn go l\u00e9ir. Mar sin, breathna\u00edmis ar ch\u00f3ras rialtais na St\u00e1it Aontaithe an tseachtain seo chugainn, agus d\u00e9anfaimid iarracht an cheist \u201cAn bhfuil aon l\u00e9as d\u00f3chais againn \u00e1r gc\u00f3ras rialtais a sh\u00e1bh\u00e1il?\u201d a fhreagairt. \u00a0\u00a0<\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1.2;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><!-- wp:freeform --><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><!-- \/wp:freeform --><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p><script type=\"text\/javascript\" >\r\nvar cab={\r\n\r\n\turlStart: \"https:\/\/www.teanglann.ie\",\r\n\r\n\tclickify: function ($n) {\r\n\t\tvar $=jQuery;\r\n\t\tif(!$n) $n=$(document);\r\n\t\tif(!$n.jquery) $n=$($n);\r\n\t\tfor(var y=0; y<$n.toArray().length; y++){\r\n\t\t\tvar n=$n.toArray()[y];\r\n\t\t\tthis.cleanTuairisc(n);\r\n\t\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\t\tnode=n.childNodes[i];\r\n\t\t\t\tif(node.nodeType==1 && node.nodeName!=\"a\" && node.nodeName!=\"A\") {\r\n\t\t\t\t\tnosplit=$(node).hasClass(\"nosplit\");\r\n\t\t\t\t\tthis.clickify(node);\r\n\t\t\t\t}\r\n\t\t\t\telse if(node.nodeType==3 && $.trim(node.nodeValue)!=\"\") {\r\n\t\t\t\t\tvar replace=document.createElement(\"span\");\r\n\t\t\t\t\treplace.innerHTML=this.clickifyText(node.nodeValue);\r\n\t\t\t\t\tn.replaceChild(replace, node);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tclickifyText: function(str) {\r\n\t\tvar ret=\"\";\r\n\t\tvar buffer=\"\";\r\n\t\tfor(var i=0; i<str.length; i++) {\r\n\t\t\tvar c=str.charAt(i);\r\n\t\t\tif(\"a\u00e1bcde\u00e9fghi\u00edjklmno\u00f3pqrstu\u00favwxyzA\u00c1BCDE\u00c9FGHI\u00cdJKLMNO\u00d3PQRSTU\u00daVWXYZ'\u2019-\".indexOf(c)>-1) {\r\n\t\t\t\tbuffer+=c;\r\n\t\t\t} else {\r\n\t\t\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\t\t\tret+=c;\r\n\t\t\t}\r\n\t\t}\r\n\t\tif(buffer!=\"\") { ret+=this.text2click(buffer); buffer=\"\"; }\r\n\t\treturn ret;\r\n\t},\r\n\t\r\n\ttext2click: function(str) {\r\n\t\tvar s=\"<span\";\r\n\t\ts+=\" style=\\\"cursor: pointer\\\"\";\r\n\t\ts+=\" onmouseover=\\\"this.style.color='#993300'; this.style.textDecoration='underline'\\\"\";\r\n\t\ts+=\" onmouseout=\\\"this.style.color=''; this.style.textDecoration=''\\\"\";\r\n\t\ts+=\" onclick=\\\"cab.lexclick(this)\\\"\";\r\n\t\ts+=\">\"\r\n\t\ts+=str;\r\n\t\ts+=\"<\/span>\";\r\n\t\treturn s;\r\n\t},\r\n\t\r\n\tcleanTuairisc: function(n){\r\n\t\tvar $=jQuery;\r\n\r\n\t\t\/\/remove Tuairisc.ie <span class=\"s1\"> etc:\r\n\t\t$(n).children(\"span.s2\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t$(n).children(\"span.s1\").each(function(){ $(this).replaceWith(this.innerHTML); })\r\n\t\t\r\n\t\t\/\/merge text nodes:\r\n\t\tvar prevNode;\r\n\t\tfor(var i=0; i<n.childNodes.length; i++) {\r\n\t\t\tvar node=n.childNodes[i];\r\n\t\t\tif(node.nodeType==3 && prevNode && prevNode.nodeType==3){\r\n\t\t\t\tprevNode.nodeValue+=node.nodeValue;\r\n\t\t\t\tnode.nodeValue=\"\";\r\n\t\t\t} else {\r\n\t\t\t\tprevNode=node;\r\n\t\t\t}\r\n\t\t}\r\n\t},\r\n\t\r\n\tlexclickOrigin: 0,\r\n\t\r\n\tlexclick: function(a){\r\n\t\tvar $=jQuery;\r\n\t\tvar str=a.innerText;\r\n\t\tclean=str.replace(\/^\\s*\/, \"\").replace(\/\\s*$\/, \"\");\r\n\t\tvar url=cab.urlStart+\"\/ga\/?s=\"+encodeURIComponent(clean)+\"&quickie=true\";\r\n\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\tif($(\"body\").width()>450) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\tvar $a=$(a);\r\n\t\t\t{\r\n\t\t\t\tvar leftOffset=$a.offset().left;\r\n\t\t\t\tvar className=\"\";\r\n\t\t\t}\r\n\t\t\tif(leftOffset>$(\"body\").width()\/2) {\r\n\t\t\t\tleftOffset=leftOffset-280;\r\n\t\t\t\tvar className=\"rightAnchored\";\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tvar css=\"position: absolute; z-index: 100; width: 300px; height: 370px; background-color: #dddddd; border: 1px solid #333333; padding: 5px; box-shadow: 0px 0px 5px #999999; border-radius: 2px; line-height: 1.5em;\";\r\n\t\t\tvar cssArrow=\"position: absolute; top: -9px; left: 10px; width: 15px; height: 9px; background-image: url(\\\"\"+cab.urlStart+\"\/cab\/lexclick-callout.gif\\\"); z-index: 101;\";\r\n\t\t\tif(className==\"rightAnchored\") cssArrow+=\" left: auto; right: 10px;\"\r\n\t\t\t\r\n\t\t\t$(\"<div id='lexclick' class='\"+className+\"' style='\"+css+\"; line-height: 1em;' onclick='cab.lexclickOrigin=123'><div class='arrow' style='\"+cssArrow+\"'><\/div><iframe name='lexclickFrame' style='width: 298px; height: 348px; border: 1px inset #333333;' src='\"+url+\"' frameborder='0'><\/iframe><div style='font-family: sans-serif; font-size: 12px; text-align: left; margin-top: 3px;'><a href='\"+url+\"' target='_blank' style='color: #336699; text-decoration: none; position: relative; top: -3px; text-shadow: 1px 1px 0px #eeeeee;' onmouseover='this.style.color=\\\"#4477aa\\\"' onmouseout='this.style.color=\\\"#336699\\\"'><img src='\"+cab.urlStart+\"\/cab\/application.png' width='16' height='16' style='position: relative; top: 3px; margin-right: 2px; margin-left: 2px;'\/> www.teanglann.ie \u00bb<\/a><\/div><\/div>\").appendTo(\"body\").offset({top: $a.offset().top+$a.height()+10, left: leftOffset});\r\n\t\t\tcab.lexclickOrigin=123;\r\n\t\t\t$(\"body\").on(\"click\", cab.lexclickOff);\r\n\t\t} else {\r\n\t\t\twindow.open(url);\r\n\t\t}\r\n\t},\r\n\r\n\tlexclickOff: function(){\r\n\t\tvar $=jQuery;\r\n\t\tif(cab.lexclickOrigin==0) {\r\n\t\t\t$(\"#lexclick\").remove();\r\n\t\t\t$(\"body\").off(\"click\", cab.lexclickOff);\r\n\t\t}\r\n\t\tcab.lexclickOrigin=0;\r\n\t},\r\n\t\r\n};\r\n\t\t\t<\/script>\r\n\r\n<script type=\"text\/javascript\">jQuery(document).ready(function(){ cab.clickify(); });<\/script> Bh\u00edomar ag cur agus ag c\u00faiteamh faoi cheisteanna m\u00f3ra na fichid\u00ed cheana f\u00e9in sa ch\u00e9ad alt den tsraith seo, nuair a phl\u00e9amar an T\u00e9amh Domhanda.\u00a0\u00a0Inniu, is \u00e9 an d\u00fashl\u00e1n a bheidh idir cham\u00e1in againn n\u00e1 staid \u00e1r gc\u00f3rais daonlathais sa Domhan Thiar. N\u00ed haon \u00e1ibh\u00e9il a r\u00e1 go bhfuil daonlathas liobr\u00e1lach ar fud [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6850,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_et_pb_use_builder":"on","_et_pb_old_content":"<!-- wp:freeform --><p style=\"text-align:center;margin-top:12pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:24pt\"><\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:11pt\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><strong><span style=\"color:#000000;font-size:14pt\"><\/span><\/strong><a id=\"OLE_LINK1\"><\/a><a id=\"OLE_LINK2\"><\/a><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2;font-size:12pt\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK3\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><a id=\"OLE_LINK4\"><\/a><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Bh\u00edomar ag cur agus ag c\u00faiteamh faoi cheisteanna m\u00f3ra na fichid\u00ed cheana f\u00e9in sa ch\u00e9ad alt den tsraith seo, nuair a phl\u00e9amar an T\u00e9amh Domhanda.&nbsp;&nbsp;Inniu, is \u00e9 an d\u00fashl\u00e1n a bheidh idir cham\u00e1in  againn n\u00e1 staid \u00e1r gc\u00f3rais daonlathais sa Domhan Thiar.  N\u00ed haon \u00e1ibh\u00e9il a r\u00e1 go bhfuil daonlathas liobr\u00e1lach ar fud an domhain faoi ionsa\u00ed treascrach anois d\u00edreach.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Daonlathas faoi bhagairt<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">\u201cN\u00edl s\u00e9 r\u00f3dh\u00e9anach!\u201d arsa Jimmy Stewart.  Bh\u00ed creath\u00e1n ina ghuth agus cuma thraochta air agus \u00e9 ag imp\u00ed ar Chomhdh\u00e1il na St\u00e1t Aontaithe tarrth\u00e1il a dh\u00e9anamh ar a gc\u00f3ras daonlathais.&nbsp;&nbsp;Tharla s\u00e9 sin sa scann\u00e1n \u2018Mr. Smith goes to Washington\u2019, eisithe sa bhliain 1939.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar \u00e1mhara\u00ed an tsaoil, n\u00ed raibh s\u00e9 r\u00f3dh\u00e9anach an uair sin, agus t\u00e1 s\u00fail agam nach bhfuil s\u00e9 r\u00f3dh\u00e9anach an t-am seo, ach an oiread.  Ach n\u00ed bhraitheann s\u00e9 go maith.&nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Gan dabht, t\u00e1 neart cos\u00falachta\u00ed idir na tr\u00edochaid\u00ed sa ch\u00e9ad seo caite, agus na fichid\u00ed anois.  Sna tr\u00edochaid\u00ed, th\u00e1inig lag\u00fa ar go leor rialtais dhaonlathacha, agus ansin cuireadh rialtais fhorl\u00e1mhacha ina n-\u00e1it le neart m\u00edleata, de ghn\u00e1th.  \u00d3n mbliain 2005 I leith, thosaigh rialtais fhorl\u00e1mhacha ag teacht i gcumhacht in \u00e1it rialtais dhaonlathacha seanbhunaithe.  An uair seo, n\u00ed raibh aon gh\u00e1 le gabh\u00e1il ceannais m\u00edleata, mar rinneadh an t-athr\u00fa ar an taobh istigh, de r\u00e9ir a ch\u00e9ile.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Frog Bruite!<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">T\u00e1 meafar seanchaite ann nach bhfuil f\u00edor, ach t\u00e1 s\u00e9 \u00fas\u00e1ideach mar sin f\u00e9in.  De r\u00e9ir an mheafair seo, m\u00e1 chuirtear frog in uisce bruite, l\u00e9imfidh s\u00e9 amach ar an toirt.  Ar an l\u00e1mh eile, m\u00e1 chuirtear \u00e9 in uisce fuar agus ansin cuirtear an teas ar si\u00fal, fanfaidh s\u00e9 san uisce.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Ar an drochuair, is muidne (saor\u00e1naigh t\u00edortha daonlathacha) an frog sa mheafar seo.  Rialtas daonlathach is ea an t-uisce fuar, agus rialtas forl\u00e1mhach is ea an t-uisce bruite.  De r\u00e9ir a ch\u00e9ile, d\u00e9antar athruithe go dt\u00ed \u00e1r gc\u00f3ras daonlathach agus tar \u00e9is go leor athruithe, b\u00edonn deacht\u00f3ireacht ann.  Broicimid gach athr\u00fa ar an mbealach sin, agus f\u00e1n am at\u00e1 a fhios againn go bhfuil muid bruite, t\u00e1 s\u00e9 r\u00f3dh\u00e9anach, mar a d\u00fairt Jimmy Stewart!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>Ar an mBealach<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Idir deireadh an Dara Cogadh Domhanda agus timpeall 2005, bh\u00ed borradh ar na t\u00edortha daonlathacha ar fud an domhain, agus s\u00f3rt r\u00e9 \u00f3ir a bh\u00ed againn.  Ach anois, t\u00e1 roinnt mhaith t\u00edortha  ar an mbealach i dtreo \u00fadar\u00e1sa\u00edochas agus c\u00fapla ceann ann cheana f\u00e9in .  Lig dom c\u00fapla sampla a lua, chun an pointe a dh\u00e9anamh:  Putin (an R\u00fais), Erdo\u011fan (an Tuirc), Orb\u00e1n (an Ung\u00e1ir),  Kaczy\u0144ski (an Pholainn), Duterte (na hOile\u00e1in Fhilip\u00edneacha), Bolsonaro (an Bhrasa\u00edl), Modi (an India),  Netanyahu (Iosrael) agus Trump (na St\u00e1it Aontaithe).&nbsp;&nbsp;Deir siad go l\u00e9ir go bhfuil daonlathach iontach acu, ach an cuimhin leat gurb \u00e9 an rud c\u00e9anna a bh\u00ed \u00e1 r\u00e1 ag Hitler agus Mussolini sna tr\u00edochaid\u00ed.&nbsp;&nbsp;T\u00e1 an leabhar bearta\u00edochta c\u00e9anna \u00e1 \u00fas\u00e1id ag gach duine thuasluaite, b\u00edodh is nach bhfuil siad go l\u00e9ir ag an \u00e1it ch\u00e9anna sa leabhar.  Is \u00e9 at\u00e1 i gceist sa chur chuige n\u00e1 na r\u00e1ill\u00ed cosanta sa ch\u00f3ras polait\u00edochta a bhaint as a ch\u00e9ile, agus ansin na hinstiti\u00faid\u00ed ba ch\u00f3ir d\u00f3ibh freastal ar an bpobal a \u00fas\u00e1id mar arm chun iad a chur faoi chois.  Mar shampla, n\u00ed maith le haon duine thuasluaite preas saor a bheith ann, mar sin \u00e9 guth an phobail, agus bheadh an pobal sin in ann an preas a \u00fas\u00e1id chun easaont\u00fa leis.&nbsp;&nbsp;B\u2019fhearr leis d\u00e1 mbeadh an preas ag obair mar a ghuth f\u00e9in, agus ar nd\u00f3igh sin a tharla\u00edonn luath sa sc\u00e9al seo.  Ansin, diaidh ar ndiaidh faigheann an ceannaire smacht ar an bparlaimint, na breithi\u00fana agus na dl\u00edthe.  F\u00e9ach ar Vladimir Putin \u2013 t\u00e1 an leabhar bearta\u00edochta cr\u00edochnaithe aige, agus c\u00e9 go ma\u00edonn s\u00e9 gur daonlathas iontach at\u00e1 sa R\u00fais, is deacht\u00f3ireacht dhian \u00e9 i nd\u00e1ir\u00edre!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><strong>L\u00e9as D\u00f3chais?<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\">Foils\u00edonn \u201cThe Economist\u201d liosta gach bliain darb ainm \u201cThe Democracy Index\u201d, ina n-\u00e1ir\u00edtear 167 t\u00edr.&nbsp;&nbsp;Chuir siad an teideal \u201cGlobal Democracy in Retreat\u201d ar an liosta is d\u00e9ana\u00ed (2019).  T\u00e1 \u00c9ire sa s\u00e9\u00fa h\u00e1it \u2013 ceann de na t\u00edortha is fearr, roimh an R\u00edocht Aontaithe (14), agus na St\u00e1it Aontaithe (25).  T\u00e1 daonlathas lochtach ag na St\u00e1it Aontaithe, dar leo.  M\u00e1 theipeann ar an daonlathas go hioml\u00e1n sna St\u00e1it Aontaithe, ceapaim gur droch-chomhartha \u00e9 sin d\u00fainn go l\u00e9ir.   Mar sin, breathna\u00edmis ar ch\u00f3ras rialtais na St\u00e1it Aontaithe an tseachtain seo chugainn, agus d\u00e9anfaimid iarracht an cheist \u201cAn bhfuil aon l\u00e9as d\u00f3chais againn \u00e1r gc\u00f3ras rialtais a sh\u00e1bh\u00e1il?\u201d a fhreagairt. &nbsp;&nbsp;<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:justify;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1.2\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[44],"tags":[],"class_list":["post-7896","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7896","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=7896"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7896\/revisions"}],"predecessor-version":[{"id":9553,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/7896\/revisions\/9553"}],"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=7896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=7896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=7896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}