{"id":8659,"date":"2021-12-01T22:47:55","date_gmt":"2021-12-01T22:47:55","guid":{"rendered":"https:\/\/mickgb.com\/?p=8659"},"modified":"2023-11-23T00:57:29","modified_gmt":"2023-11-23T00:57:29","slug":"la-an-altaithe","status":"publish","type":"post","link":"https:\/\/mickgb.com\/ga\/la-an-altaithe\/","title":{"rendered":"L\u00e1 an Altaithe"},"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><\/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=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Bh\u00ed m\u00e9 mearaithe ar fad le d\u00e9ana\u00ed nuair a d\u2019fhoghlaim m\u00e9 go raibh an rialtas ag smaoineamh ar l\u00e1 saoire bainc nua a chruth\u00fa, agus go raibh L\u00e1 an Altaithe san ioma\u00edocht chomh maith le L\u00e1 Fh\u00e9ile Br\u00edde. C\u00e9n saghas substainte sa diabhal a bh\u00ed \u00e1 chaitheamh ag lucht Fhine Gael, meas t\u00fa? T\u00e1 s\u00e9 ina sc\u00e9al reatha gur bhuaigh Naomh Br\u00edd, bu\u00edochas le Dia! N\u00ed bheadh bun n\u00e1 barr le L\u00e1 an Altaithe a roghn\u00fa mar l\u00e1 saoire bainc in \u00c9irinn. Chuirfeadh s\u00e9 teachtaireacht l\u00e1idir amach a bheadh ag teacht salach ar na hid\u00e9il agus na mianta bun\u00fasacha at\u00e1 mar bhunchloch againn sa t\u00edr seo.<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Ach nach deas an sc\u00e9al \u00e9 \u2013 an bhfuil m\u00e9 as mo mheabhair, an ea? Bhuel, n\u00edl ach sc\u00e9al amh\u00e1in le hinsint faoi L\u00e1 an Altaithe, agus mar \u00c9ireannach caithfidh m\u00e9 d\u00f3chas a chur i mionlaigh at\u00e1 faoi leatrom. Seo an sc\u00e9al coitianta ar dt\u00fas agus ansin an sc\u00e9al at\u00e1 ag treibh de chuid Indiach Mheirice\u00e1 darb ainm Wampanoag agus a peirspict\u00edocht mar gheall ar an gcaidreamh leis na \u2018Pilgrims\u2019 sin a th\u00e1inig i dt\u00edr i 1620.<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><strong>An Sc\u00e9al Coitianta<\/strong><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Sheol gr\u00fapa Pi\u00farat\u00e1naigh \u00f3 Shasana go Meirice\u00e1 agus iad ag \u00e9al\u00fa \u00f3n ng\u00e9arlean\u00faint reiligi\u00fanach, agus chuir siad f\u00fathu i bPlymouth Rock. Tar \u00e9is geimhreadh crua a bheith acu sa ch\u00e9ad bhliain, thug siad f\u00f3mhar fairsing isteach i 1621. Bh\u00ed ceili\u00faradh m\u00f3r acu lena gcomharsana nua, na hIndiaigh Mheirice\u00e1.\u00a0\u00a0\u00d3c\u00e1id iontach a bh\u00ed ann, agus ba \u00e9 sin an ch\u00e9ad L\u00e1 an Altaithe!<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><strong>An Sc\u00e9al dar leis na \u2018Wampanoag\u2019<\/strong><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Dar leis na Wampanoag, n\u00ed L\u00e1 an Altaithe at\u00e1 i gceist ach L\u00e1 Dobr\u00f3in!<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Th\u00e1inig gr\u00fapa oilithrigh i dt\u00edr agus chuir siad f\u00fathu i bPatuxet.\u00a0\u00a0Thug Wampanoag darb ainm Tisquantum (a raibh leasainm Squanto air) c\u00fanamh d\u00f3ibh leis an bhfeirmeoireacht, le cead \u00f3 Massasoit \u2013 taoiseach na Wampanoag. Bh\u00ed B\u00e9arla ag Squanto mar chaith s\u00e9 roinnt blianta mar scl\u00e1bha\u00ed ag na Sasanaigh.\u00a0\u00a0Thug na hoilithrigh f\u00f3mhar fairsing isteach a bhu\u00ed leis an gcabhair a fuair siad \u00f3 Squanto agus a threibh, agus bh\u00ed ceili\u00faradh m\u00f3r acu. N\u00edor thug siad cuireadh do Squanto n\u00f3 a threibh freastal ar an bhf\u00e9ile mh\u00f3r. Ach nuair a chuala siad na muscaeid \u00e1 chaitheamh ag na hoilithrigh, bh\u00ed siad scanraithe agus chuir siad a laochra isteach go tapa chun a fh\u00e1il amach cad a bh\u00ed ar si\u00fal. Nuair a chonaiceadar gur f\u00e9ile a bh\u00ed ar si\u00fal, thug siad c\u00faig fia agus thosaigh siad ag ceili\u00faradh leis na hoilithrigh.\u00a0\u00a0Ach eisceacht ba \u00e9 an l\u00e1 sin, agus bot\u00fan m\u00f3r freisin.<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><strong>Dearcadh na Wampanoag\u00a0\u00a0<\/strong><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Dar le gn\u00edomha\u00ed ar son chearta na Wampanoag darb ainm Frank James, rinne na Wampanoag an bot\u00fan is m\u00f3 riamh nuair a chuir siad f\u00e1ilte chro\u00ed\u00fail roimh na hoilithrigh. \u201cChuireamar f\u00e1ilte agus fiche roimh na daoine gile sin. Ach n\u00ed raibh a fhios againn gurb \u00e9 sin t\u00fas an deiridh d\u00fainn. Laistigh de 60 bliain, n\u00ed bheimis saor in\u00e1r dt\u00edr f\u00e9in,\u201d a d\u00fairt James i 1970, nuair a chruthaigh s\u00e9 L\u00e1 Dobr\u00f3in chun aird a tharraingt ar an sc\u00e9al \u00f3 thaobh na nIndiach Mheirice\u00e1 faoi theacht na n-oilithreach agus cad a tharla \u00f3 shin i leith sna St\u00e1it Aontaithe.<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Tar \u00e9is tamaill, th\u00e1inig Sasanaigh eile go Sasana Nua agus mh\u00e9adaigh an daonra \u00f3 3,000 sa bhliain 1630 suas go dt\u00ed 33,000 i 1660. Leis an bhf\u00e1s sin, bh\u00ed tuilleadh talaimh ag teast\u00e1il uathu, agus diaidh ar ndiaidh br\u00fadh na hIndiaigh Mheirice\u00e1 as a dtailte f\u00e9in. Ansin, thosaigh na hIndiaigh Mheirice\u00e1 ag troid chun a dtailte a choime\u00e1d, agus i 1675 thosaigh cogadh fuilteach idir na Wampanoag (agus cuid treibheanna eile) agus na Sasanaigh. Cogadh fuilteach a bh\u00ed ann, ar a dtugtar Cogadh R\u00ed Philip, agus chaill na hIndiaigh Mheirice\u00e1 an cogadh sin, c\u00e9 gur baineadh caillteanais ollmh\u00f3ra don d\u00e1 thaobh. Ba mhac le Massasoit \u00e9 Philip -Metacom a ainm ina theanga f\u00e9in &#8211; agus cos\u00fail lena athair, bh\u00ed s\u00e9 ina thaoiseach.<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Tar \u00e9is an chatha, crochadh, tarraing\u00edodh, agus rinneadh ceathr\u00fana de Philip. Ansin, bh\u00ed s\u00e9 d\u00edcheaptha agus cuireadh a cheann ar taispe\u00e1int i bPlymouth ar feadh fiche bliain!<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><strong>D\u00f3chas<\/strong>?<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\">Ach bh\u00ed bua beag ag na Wampanoag nuair a chuir an tUachtar\u00e1n Obama fearann 300 acra i seilbh iontaobhaithe d\u00f3ibh i 2015. Rinne an tUachtar\u00e1n Trump dam\u00e1iste don socr\u00fa sin, agus t\u00e1 na Wampanoag ag fanacht f\u00f3s le cinneadh nua \u00f3n Aire Gn\u00f3tha\u00ed Baile, Deb Haaland. Is \u00ed Deb an ch\u00e9ad Indiach Mheirice\u00e1 sa r\u00f3l l\u00e1rnach seo, agus t\u00e1 d\u00f3chas m\u00f3r ann go nd\u00e9anfaidh s\u00ed an rud ceart! B\u2019fh\u00e9idir ansin go mbeidh na Wampanoag in ann L\u00e1 an Altaithe f\u00e9in a bheith acu ar a dtailte f\u00e9in (p\u00edosa beag de, i nd\u00e1ir\u00edre!) tar \u00e9is 400 bliain ag streachailt!<\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/p>\n<p style=\"margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 1;\"><span style=\"display: inline-block; height: 1em;\"><span style=\"display: none;\">.<\/span><\/span><\/p>\n<p><\/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\u00ed m\u00e9 mearaithe ar fad le d\u00e9ana\u00ed nuair a d\u2019fhoghlaim m\u00e9 go raibh an rialtas ag smaoineamh ar l\u00e1 saoire bainc nua a chruth\u00fa, agus go raibh L\u00e1 an Altaithe san ioma\u00edocht chomh maith le L\u00e1 Fh\u00e9ile Br\u00edde. C\u00e9n saghas substainte sa diabhal a bh\u00ed \u00e1 chaitheamh ag lucht Fhine Gael, meas t\u00fa? [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7006,"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:2.4;font-weight:bold;font-size:18pt\"><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:0pt;padding-bottom:0;line-height:2.4;font-weight:bold;font-size:18pt\"><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:0pt;padding-bottom:0;line-height:1\">Bh\u00ed m\u00e9 mearaithe ar fad le d\u00e9ana\u00ed nuair a d\u2019fhoghlaim m\u00e9 go raibh an rialtas ag smaoineamh ar l\u00e1 saoire bainc nua a chruth\u00fa, agus go raibh L\u00e1 an Altaithe san ioma\u00edocht chomh maith le L\u00e1 Fh\u00e9ile Br\u00edde.  C\u00e9n saghas substainte sa diabhal a bh\u00ed \u00e1 chaitheamh ag lucht Fhine Gael, meas t\u00fa?  T\u00e1 s\u00e9 ina sc\u00e9al reatha gur bhuaigh Naomh Br\u00edd, bu\u00edochas le Dia!  N\u00ed bheadh bun n\u00e1 barr le L\u00e1 an Altaithe a roghn\u00fa mar l\u00e1 saoire bainc in \u00c9irinn.  Chuirfeadh s\u00e9 teachtaireacht l\u00e1idir amach a bheadh ag teacht salach ar na hid\u00e9il agus na mianta bun\u00fasacha at\u00e1 mar bhunchloch againn sa t\u00edr seo.  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Ach nach deas an sc\u00e9al \u00e9 \u2013 an bhfuil m\u00e9 as mo mheabhair, an ea?  Bhuel, n\u00edl ach sc\u00e9al amh\u00e1in le hinsint faoi L\u00e1 an Altaithe, agus mar \u00c9ireannach caithfidh m\u00e9 d\u00f3chas a chur i mionlaigh at\u00e1 faoi leatrom.  Seo an sc\u00e9al coitianta ar dt\u00fas agus ansin an sc\u00e9al at\u00e1 ag treibh de chuid Indiach Mheirice\u00e1 darb ainm Wampanoag agus a peirspict\u00edocht mar gheall ar an gcaidreamh leis na \u2018Pilgrims\u2019 sin a th\u00e1inig i dt\u00edr i 1620.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\"><strong>An Sc\u00e9al Coitianta<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Sheol gr\u00fapa Pi\u00farat\u00e1naigh \u00f3 Shasana go Meirice\u00e1 agus iad ag \u00e9al\u00fa \u00f3n ng\u00e9arlean\u00faint reiligi\u00fanach, agus chuir siad f\u00fathu i bPlymouth Rock.  Tar \u00e9is geimhreadh crua a bheith acu sa ch\u00e9ad bhliain, thug siad f\u00f3mhar fairsing isteach i 1621.  Bh\u00ed ceili\u00faradh m\u00f3r acu lena gcomharsana nua, na hIndiaigh Mheirice\u00e1.&nbsp;&nbsp;\u00d3c\u00e1id iontach a bh\u00ed ann, agus ba \u00e9 sin an ch\u00e9ad L\u00e1 an Altaithe!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\"><strong>An Sc\u00e9al dar leis na \u2018Wampanoag\u2019<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Dar leis na Wampanoag, n\u00ed L\u00e1 an Altaithe at\u00e1 i gceist ach L\u00e1 Dobr\u00f3in!  <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Th\u00e1inig gr\u00fapa oilithrigh i dt\u00edr agus chuir siad f\u00fathu i bPatuxet.&nbsp;&nbsp;Thug Wampanoag darb ainm Tisquantum (a raibh leasainm Squanto air) c\u00fanamh d\u00f3ibh leis an bhfeirmeoireacht, le cead \u00f3 Massasoit \u2013 taoiseach na Wampanoag.  Bh\u00ed B\u00e9arla ag Squanto mar chaith s\u00e9 roinnt blianta mar scl\u00e1bha\u00ed ag na Sasanaigh.&nbsp;&nbsp;Thug na hoilithrigh f\u00f3mhar fairsing isteach a bhu\u00ed leis an gcabhair a fuair siad \u00f3 Squanto agus a threibh, agus bh\u00ed ceili\u00faradh m\u00f3r acu.  N\u00edor thug siad cuireadh do Squanto n\u00f3 a threibh freastal ar an bhf\u00e9ile mh\u00f3r.  Ach nuair a chuala siad na muscaeid \u00e1 chaitheamh ag na hoilithrigh, bh\u00ed siad scanraithe agus chuir siad a laochra isteach go tapa chun a fh\u00e1il amach cad a bh\u00ed ar si\u00fal.  Nuair a chonaiceadar gur f\u00e9ile a bh\u00ed ar si\u00fal, thug siad c\u00faig fia agus thosaigh siad ag ceili\u00faradh leis na hoilithrigh.&nbsp;&nbsp;Ach eisceacht ba \u00e9 an l\u00e1 sin, agus bot\u00fan m\u00f3r freisin.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\"><strong>Dearcadh na Wampanoag&nbsp;&nbsp;<\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Dar le gn\u00edomha\u00ed ar son chearta na Wampanoag darb ainm Frank James, rinne na Wampanoag an bot\u00fan is m\u00f3 riamh nuair a chuir siad f\u00e1ilte chro\u00ed\u00fail roimh na hoilithrigh.  \u201cChuireamar f\u00e1ilte agus fiche roimh na daoine gile sin.  Ach n\u00ed raibh a fhios againn gurb \u00e9 sin t\u00fas an deiridh d\u00fainn.  Laistigh de 60 bliain, n\u00ed bheimis saor in\u00e1r dt\u00edr f\u00e9in,\u201d a d\u00fairt James i 1970, nuair a chruthaigh s\u00e9 L\u00e1 Dobr\u00f3in chun aird a tharraingt ar an sc\u00e9al \u00f3 thaobh na nIndiach Mheirice\u00e1 faoi theacht na n-oilithreach agus cad a tharla \u00f3 shin i leith sna St\u00e1it Aontaithe.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Tar \u00e9is tamaill, th\u00e1inig Sasanaigh eile go Sasana Nua agus mh\u00e9adaigh an daonra \u00f3 3,000 sa bhliain 1630 suas go dt\u00ed 33,000 i 1660.  Leis an bhf\u00e1s sin, bh\u00ed tuilleadh talaimh ag teast\u00e1il uathu, agus diaidh ar ndiaidh br\u00fadh na hIndiaigh Mheirice\u00e1 as a dtailte f\u00e9in.  Ansin, thosaigh na hIndiaigh Mheirice\u00e1 ag troid chun a dtailte a choime\u00e1d, agus i 1675 thosaigh cogadh fuilteach idir na Wampanoag (agus cuid treibheanna eile) agus na Sasanaigh.  Cogadh fuilteach a bh\u00ed ann, ar a dtugtar Cogadh R\u00ed Philip, agus chaill na hIndiaigh Mheirice\u00e1 an cogadh sin, c\u00e9 gur baineadh caillteanais ollmh\u00f3ra don d\u00e1 thaobh.  Ba mhac le Massasoit \u00e9 Philip -Metacom a ainm ina theanga f\u00e9in - agus cos\u00fail lena athair, bh\u00ed s\u00e9 ina thaoiseach.<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Tar \u00e9is an chatha, crochadh, tarraing\u00edodh, agus rinneadh ceathr\u00fana de Philip.  Ansin, bh\u00ed s\u00e9 d\u00edcheaptha agus cuireadh a cheann ar taispe\u00e1int i bPlymouth ar feadh fiche bliain! <\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\"><strong>D\u00f3chas<\/strong>?<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\">Ach bh\u00ed bua beag ag na Wampanoag nuair a chuir an tUachtar\u00e1n Obama fearann 300 acra i seilbh iontaobhaithe d\u00f3ibh i 2015.  Rinne an tUachtar\u00e1n Trump dam\u00e1iste don socr\u00fa sin, agus t\u00e1 na Wampanoag ag fanacht f\u00f3s le cinneadh nua \u00f3n Aire Gn\u00f3tha\u00ed Baile, Deb Haaland.  Is \u00ed Deb an ch\u00e9ad Indiach Mheirice\u00e1 sa r\u00f3l l\u00e1rnach seo, agus t\u00e1 d\u00f3chas m\u00f3r ann go nd\u00e9anfaidh s\u00ed an rud ceart!  B\u2019fh\u00e9idir ansin go mbeidh na Wampanoag in ann L\u00e1 an Altaithe f\u00e9in a bheith acu ar a dtailte f\u00e9in (p\u00edosa beag de, i nd\u00e1ir\u00edre!) tar \u00e9is 400 bliain ag streachailt!<\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:1\"><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:0pt;padding-bottom:0;line-height:1\"><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:0pt;padding-bottom:0;line-height:1\"><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:0pt;padding-bottom:0;line-height:1\"><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:0pt;padding-bottom:0;line-height:1\"><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:0pt;padding-bottom:0;line-height:1\"><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:0pt;padding-bottom:0;line-height:1\"><span style=\"display:inline-block;height:1em\"><span style=\"display:none\">.<\/span><\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[33,35,44],"tags":[],"class_list":["post-8659","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cursai-reatha","category-nuacht-idirnaisiunta","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/comments?post=8659"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8659\/revisions"}],"predecessor-version":[{"id":9383,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/posts\/8659\/revisions\/9383"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media\/7006"}],"wp:attachment":[{"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/media?parent=8659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/categories?post=8659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/ga\/wp-json\/wp\/v2\/tags?post=8659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}