{"id":8034,"date":"2019-10-02T03:54:34","date_gmt":"2019-10-02T03:54:34","guid":{"rendered":"https:\/\/mickgb.com\/?p=8034"},"modified":"2023-11-23T03:54:40","modified_gmt":"2023-11-23T03:54:40","slug":"boithrin-na-smaointe-cuid-1","status":"publish","type":"post","link":"https:\/\/mickgb.com\/en\/boithrin-na-smaointe-cuid-1\/","title":{"rendered":"B\u00f3ithr\u00edn na Smaointe \u2013 Cuid 1"},"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 style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 8pt; padding-bottom: 0; line-height: 1.3;\"><strong><span style=\"color: #000000; font-size: 24pt;\"><\/span><\/strong><\/p>\n<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=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong><span style=\"color: #000000; font-size: 14pt;\">Memories<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Is d\u00f3cha gur dual don tseanduine bheith ag dul siar de sh\u00edor ar bh\u00f3ithr\u00edn anacair casta na smaointe, agus n\u00ed taise dom fh\u00e9in \u00e9.\u00a0 Ach faoi mar adeir an seanfhocal, b\u00edonn dh\u00e1 thaobh ar chuile sc\u00e9al, mar is f\u00e9idir le duine breathn\u00fa ar thaobh amh\u00e1in den sc\u00e9al, \u00e1it a mbeadh chuile cheo chomh gl\u00e9geal leis an gcriostal, agus d\u2019fh\u00e9adfhadh s\u00e9 breathn\u00fa ar an taobh eile, mar a mbeadh chuile sh\u00f3rt chomh dubh dorcha le pic. Nach f\u00e9idir linn cruatan agus anr\u00f3 an tsaoil fad\u00f3 a chur i gcompar\u00e1id le faoiseach agus le s\u00e1imhe an tsaoil faoi mar at\u00e1 anois. N\u00edl dabht ar domhan, ach go bhfuil saol feicthe againne, seandaoine, nach bhfuil f\u00e1il, n\u00f3 teacht, air a thuilleadh. Nach f\u00e9idir linn uilig sc\u00e9al an tsaoil sin a fh\u00e1il \u00f3 na daoine a bh\u00ed suas, an tr\u00e1th \u00fad? Sea, mh\u2019anam, agus d\u00e9arfainn go raibh an saol as ar f\u00e1isceadh m\u00e9 fh\u00e9in, chomh bocht, crua, anr\u00f3iteach, is a bh\u00ed le f\u00e1il \u00e1it ar bith sa t\u00edr seo, ag an am.<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong><span style=\"color: #000000; font-size: 14pt;\">Small Farms<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Ar mhaith leat blas ei<\/span><span style=\"color: #000000; font-size: 12pt;\">g<\/span><span style=\"color: #000000; font-size: 12pt;\">\u00ednt den saol c\u00e9anna sin a fh\u00e1il?<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Go bre\u00e1 ar fad! <\/span><span style=\"color: #000000; font-size: 12pt;\"> D<\/span><span style=\"color: #000000; font-size: 12pt;\">\u00e9anfaidh m\u00e9 mo dh\u00edcheall ar dheoch as tobar na gcuimhn\u00ed a chur ar f\u00e1il duit i bp<\/span><span style=\"color: #000000; font-size: 12pt;\">\u00ed<\/span><span style=\"color: #000000; font-size: 12pt;\">osa na seachtaine seo, agus \u00f3 tharla gur ar fheirm a t\u00f3gadh m\u00e9 fh\u00e9in, d\u00e9anfaidh m\u00e9 iarracht ar l\u00e9iri\u00fa ei<\/span><span style=\"color: #000000; font-size: 12pt;\">g<\/span><span style=\"color: #000000; font-size: 12pt;\">\u00ednt den shaol ar fheirm bheag, i mBar\u00fantacht Iorrais, i gContae Mhaigh Eo, a leagan os do chomhair amach anois.\u00a0 N\u00ed rains\u00ed a bh\u00edodh ag an muintir thiar ag an am, n\u00edorbh ea muis, n\u00f3 tada d\u00e1 leith\u00e9id! Thart ar sc\u00f3r acra a bh\u00edodh ag bun\u00fas na bhfeirmeoir\u00ed <\/span><span style=\"color: #000000; font-size: 12pt;\">beaga thiar, ag an am, agus fi\u00fa, n\u00ed bh\u00edodh cuid \u00e1irithe den bhfeirm\u00edn c\u00e9anna sin thar mholadh beirte, n\u00f3 b\u2019fh\u00e9idir nach mbeadh ann ach bogach, n\u00f3 portach fh\u00e9in, ach ansin, nuair a smaoin\u00edonn t\u00fa air, n\u00ed bheadh ar a gcumas feirm n\u00edos m\u00f3 n\u00e1 sin a l\u00e1imhse\u00e1il, n\u00f3 n\u00ed bh\u00edodh innealra ar bith acu, le cabhr\u00fa leo an talamh sin a shaothr\u00fa, faoi mar a dheintear sa l\u00e1 at\u00e1 inniu ann. N\u00ed bh\u00edodh de ghl\u00e9asanna n\u00f3 d\u2019acra\u00ed talmha\u00edochta ag a mbun\u00fas, an tr\u00e1th \u00fad, ach sp\u00e1id, sluasaid, speal, forc, p\u00edce, sle\u00e1n, corr\u00e1n, r\u00e1ca, cast\u00f3ir, agus br\u00e1ca is c\u00e9achta ag an gcorrdhuine anseo is ansi\u00fad..\u00a0\u00a0<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: center; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><strong><span style=\"color: #000000; font-size: 14pt;\">Horse Power<\/span><\/strong><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Ach c\u00e9ard faoi fhuirse is treabhadh, agus tarraingt earra\u00ed, ar n\u00f3s f\u00e9ar, m\u00f3in, arbhar, pl\u00far agus min, abhaile? <\/span><span style=\"color: #000000; font-size: 12pt;\"> <\/span><span style=\"color: #000000; font-size: 12pt;\">Conas a dh\u00e9anaid\u00eds a leith\u00e9id?<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Bhuel, bh\u00edodh capall ag corrfheirmeoir anseo is ansi\u00fad, agus thagadh seisean i gcabhair ar an t\u00e9 a bheadh ina gh\u00e1tar. N\u00ed g\u00e1 a r\u00e1, go mb\u00edodh asal ag bun\u00fas chuile fheirmeoir, agus bhaint\u00ed an-\u00fas\u00e1id as an mbeith\u00edoch bocht c\u00e9anna sin, ar na feirmeacha beaga, ar dhein m\u00e9 tagairt d\u00f3ibh thuas. I gc\u00e1s tarraingt na m\u00f3na abhaile \u00e1fach, b\u2019in gn\u00f3 nach bhf\u00e9adfa\u00ed a dh\u00e9anamh in aon l\u00e1 amh\u00e1in, n\u00f3 th\u00f3gfadh s\u00e9 thart ar sc\u00f3r n\u00f3 sc\u00f3r go leith de chairteacha m\u00f3na, le cruach r\u00e9as\u00fanta m\u00f3r a dh\u00e9anamh, agus ba \u00e9 a dh\u00e9anta\u00ed sa ch\u00e1s sin n\u00f3 leora\u00ed, n\u00f3 tarrac\u00f3ir, a fh\u00e1il ar ch\u00edos do l\u00e1 ei<\/span><span style=\"color: #000000; font-size: 12pt;\">g<\/span><span style=\"color: #000000; font-size: 12pt;\">\u00ednt, agus thagadh meitheal de na comharsanna lena gc\u00fanamh a thabhairt don t\u00e9 a raibh an mh\u00f3in \u00e1 tarl\u00fa abhaile aige, agus d\u00e1r nd\u00f3igh, dh\u00e9anta\u00ed an comhar sin a \u00edoc leo si\u00fad, ar ball, nuair a bheadh an mh\u00f3in \u00e1 tarl\u00fa abhaile acu fh\u00e9in.\u00a0<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">Bhaint\u00ed an f\u00e9ar le speal, agus ba \u00e9 an feirmeoir fh\u00e9in a dh\u00e9anadh an gn\u00f3 sin. N\u00ed g\u00e1 a r\u00e1 go mba obair throm, mhaslaitheach, \u00ed an spealad\u00f3ireacht ch\u00e9anna sin, agus go dt\u00f3gadh baint an fh\u00e9ir roinnt mhaith laethe, agus bheadh g\u00e1 le c\u00fanamh \u00f3n gclann, chuige sin, n\u00f3 fad is a bheadh s\u00e9 fh\u00e9in ag baint an fh\u00e9ir, bh\u00edodh a bhean is a chlann ag teacht ina dhiaidh \u00e1 s\u00e1bh\u00e1il. Ba \u00e9 an <\/span><span style=\"color: #000000; font-size: 12pt;\">sc\u00e9al c\u00e9anna \u00e9 i gc\u00e1s bhaint an arbhair. Thagadh an feirmeoir fh\u00e9in i dtosach, leis an speal, agus bh\u00edodh beirt n\u00f3 tri\u00far ag teacht ina dhiaidh, duine ag t\u00f3g\u00e1il, duine ag ceangal, agus duine eile f\u00f3s ag stucadh.\u00a0 Sea, mh\u2019anam, n\u00ed g\u00e1 a r\u00e1, go mb\u00edodh droim tinn ar na cr\u00e9at\u00fair bhochta sin i ndeireadh an lae, sea, agus a fhios ag chuile dhuine acu, go mbeadh tuilleadh den obair ch\u00e9anna sin le d\u00e9anamh acu an l\u00e1 d\u00e1r gcionn, agus an l\u00e1 ina dhiaidh sin ar\u00eds. <\/span><span style=\"color: #000000; font-size: 12pt;\"> <\/span><span style=\"color: #000000; font-size: 12pt;\">Sea, mh\u2019anam! agus n\u00edor dhada \u00e9 sin taobh leis na laethe nuair a bhaint\u00ed gort arbhair leis an gcorr\u00e1n, geallaimse dhuit \u00e9!<\/span><\/p>\n<p><\/p>\n<p style=\"text-align: justify; margin-top: 0pt; padding-top: 0; margin-bottom: 0pt; padding-bottom: 0; line-height: 2.4;\"><span style=\"color: #000000; font-size: 12pt;\">(<\/span><span style=\"color: #000000; font-size: 12pt;\">ar lean\u00faint sa ch\u00e9ad chol\u00fan eile<\/span><span style=\"color: #000000; font-size: 12pt;\">)<\/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> Memories Is d\u00f3cha gur dual don tseanduine bheith ag dul siar de sh\u00edor ar bh\u00f3ithr\u00edn anacair casta na smaointe, agus n\u00ed taise dom fh\u00e9in \u00e9.\u00a0 Ach faoi mar adeir an seanfhocal, b\u00edonn dh\u00e1 thaobh ar chuile sc\u00e9al, mar is f\u00e9idir le duine breathn\u00fa ar thaobh amh\u00e1in den sc\u00e9al, \u00e1it a mbeadh chuile cheo [&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:8pt;padding-bottom:0;line-height:1.3\"><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:8pt;padding-bottom:0;line-height:1.3\"><strong><span style=\"color:#000000\">\u00a0<\/span><\/strong><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"margin-top:0pt;padding-top:0;margin-bottom:8pt;padding-bottom:0;line-height:1.3\"><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:8pt;padding-bottom:0;line-height:1.3\"><span style=\"color:#000000\">\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:14pt\">Memories<\/span><\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">Is d\u00f3cha gur dual don tseanduine bheith ag dul siar de sh\u00edor ar bh\u00f3ithr\u00edn anacair casta na smaointe, agus n\u00ed taise dom fh\u00e9in \u00e9.\u00a0 Ach faoi mar adeir an seanfhocal, b\u00edonn dh\u00e1 thaobh ar chuile sc\u00e9al, mar is f\u00e9idir le duine breathn\u00fa ar thaobh amh\u00e1in den sc\u00e9al, \u00e1it a mbeadh chuile cheo chomh gl\u00e9geal leis an gcriostal, agus d\u2019fh\u00e9adfhadh s\u00e9 breathn\u00fa ar an taobh eile, mar a mbeadh chuile sh\u00f3rt chomh dubh dorcha le pic. Nach f\u00e9idir linn cruatan agus anr\u00f3 an tsaoil fad\u00f3 a chur i gcompar\u00e1id le faoiseach agus le s\u00e1imhe an tsaoil faoi mar at\u00e1 anois. N\u00edl dabht ar domhan, ach go bhfuil saol feicthe againne, seandaoine, nach bhfuil f\u00e1il, n\u00f3 teacht, air a thuilleadh. Nach f\u00e9idir linn uilig sc\u00e9al an tsaoil sin a fh\u00e1il \u00f3 na daoine a bh\u00ed suas, an tr\u00e1th \u00fad? Sea, mh\u2019anam, agus d\u00e9arfainn go raibh an saol as ar f\u00e1isceadh m\u00e9 fh\u00e9in, chomh bocht, crua, anr\u00f3iteach, is a bh\u00ed le f\u00e1il \u00e1it ar bith sa t\u00edr seo, ag an am.<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:14pt\">Small Farms<\/span><\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">Ar mhaith leat blas ei<\/span><span style=\"color:#000000;font-size:12pt\">g<\/span><span style=\"color:#000000;font-size:12pt\">\u00ednt den saol c\u00e9anna sin a fh\u00e1il?<\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">Go bre\u00e1 ar fad! <\/span><span style=\"color:#000000;font-size:12pt\"> D<\/span><span style=\"color:#000000;font-size:12pt\">\u00e9anfaidh m\u00e9 mo dh\u00edcheall ar dheoch as tobar na gcuimhn\u00ed a chur ar f\u00e1il duit i bp<\/span><span style=\"color:#000000;font-size:12pt\">\u00ed<\/span><span style=\"color:#000000;font-size:12pt\">osa na seachtaine seo, agus \u00f3 tharla gur ar fheirm a t\u00f3gadh m\u00e9 fh\u00e9in, d\u00e9anfaidh m\u00e9 iarracht ar l\u00e9iri\u00fa ei<\/span><span style=\"color:#000000;font-size:12pt\">g<\/span><span style=\"color:#000000;font-size:12pt\">\u00ednt den shaol ar fheirm bheag, i mBar\u00fantacht Iorrais, i gContae Mhaigh Eo, a leagan os do chomhair amach anois.\u00a0 N\u00ed rains\u00ed a bh\u00edodh ag an muintir thiar ag an am, n\u00edorbh ea muis, n\u00f3 tada d\u00e1 leith\u00e9id! Thart ar sc\u00f3r acra a bh\u00edodh ag bun\u00fas na bhfeirmeoir\u00ed <\/span><span style=\"color:#000000;font-size:12pt\">beaga thiar, ag an am, agus fi\u00fa, n\u00ed bh\u00edodh cuid \u00e1irithe den bhfeirm\u00edn c\u00e9anna sin thar mholadh beirte, n\u00f3 b\u2019fh\u00e9idir nach mbeadh ann ach bogach, n\u00f3 portach fh\u00e9in, ach ansin, nuair a smaoin\u00edonn t\u00fa air, n\u00ed bheadh ar a gcumas feirm n\u00edos m\u00f3 n\u00e1 sin a l\u00e1imhse\u00e1il, n\u00f3 n\u00ed bh\u00edodh innealra ar bith acu, le cabhr\u00fa leo an talamh sin a shaothr\u00fa, faoi mar a dheintear sa l\u00e1 at\u00e1 inniu ann. N\u00ed bh\u00edodh de ghl\u00e9asanna n\u00f3 d\u2019acra\u00ed talmha\u00edochta ag a mbun\u00fas, an tr\u00e1th \u00fad, ach sp\u00e1id, sluasaid, speal, forc, p\u00edce, sle\u00e1n, corr\u00e1n, r\u00e1ca, cast\u00f3ir, agus br\u00e1ca is c\u00e9achta ag an gcorrdhuine anseo is ansi\u00fad..\u00a0\u00a0<\/span><\/p><!-- \/wp:freeform --><!-- wp:freeform --><p style=\"text-align:center;margin-top:0pt;padding-top:0;margin-bottom:0pt;padding-bottom:0;line-height:2.4\"><strong><span style=\"color:#000000;font-size:14pt\">Horse Power<\/span><\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">Ach c\u00e9ard faoi fhuirse is treabhadh, agus tarraingt earra\u00ed, ar n\u00f3s f\u00e9ar, m\u00f3in, arbhar, pl\u00far agus min, abhaile? <\/span><span style=\"color:#000000;font-size:12pt\"> <\/span><span style=\"color:#000000;font-size:12pt\">Conas a dh\u00e9anaid\u00eds a leith\u00e9id?<\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">Bhuel, bh\u00edodh capall ag corrfheirmeoir anseo is ansi\u00fad, agus thagadh seisean i gcabhair ar an t\u00e9 a bheadh ina gh\u00e1tar. N\u00ed g\u00e1 a r\u00e1, go mb\u00edodh asal ag bun\u00fas chuile fheirmeoir, agus bhaint\u00ed an-\u00fas\u00e1id as an mbeith\u00edoch bocht c\u00e9anna sin, ar na feirmeacha beaga, ar dhein m\u00e9 tagairt d\u00f3ibh thuas. I gc\u00e1s tarraingt na m\u00f3na abhaile \u00e1fach, b\u2019in gn\u00f3 nach bhf\u00e9adfa\u00ed a dh\u00e9anamh in aon l\u00e1 amh\u00e1in, n\u00f3 th\u00f3gfadh s\u00e9 thart ar sc\u00f3r n\u00f3 sc\u00f3r go leith de chairteacha m\u00f3na, le cruach r\u00e9as\u00fanta m\u00f3r a dh\u00e9anamh, agus ba \u00e9 a dh\u00e9anta\u00ed sa ch\u00e1s sin n\u00f3 leora\u00ed, n\u00f3 tarrac\u00f3ir, a fh\u00e1il ar ch\u00edos do l\u00e1 ei<\/span><span style=\"color:#000000;font-size:12pt\">g<\/span><span style=\"color:#000000;font-size:12pt\">\u00ednt, agus thagadh meitheal de na comharsanna lena gc\u00fanamh a thabhairt don t\u00e9 a raibh an mh\u00f3in \u00e1 tarl\u00fa abhaile aige, agus d\u00e1r nd\u00f3igh, dh\u00e9anta\u00ed an comhar sin a \u00edoc leo si\u00fad, ar ball, nuair a bheadh an mh\u00f3in \u00e1 tarl\u00fa abhaile acu fh\u00e9in.\u00a0<\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">Bhaint\u00ed an f\u00e9ar le speal, agus ba \u00e9 an feirmeoir fh\u00e9in a dh\u00e9anadh an gn\u00f3 sin. N\u00ed g\u00e1 a r\u00e1 go mba obair throm, mhaslaitheach, \u00ed an spealad\u00f3ireacht ch\u00e9anna sin, agus go dt\u00f3gadh baint an fh\u00e9ir roinnt mhaith laethe, agus bheadh g\u00e1 le c\u00fanamh \u00f3n gclann, chuige sin, n\u00f3 fad is a bheadh s\u00e9 fh\u00e9in ag baint an fh\u00e9ir, bh\u00edodh a bhean is a chlann ag teacht ina dhiaidh \u00e1 s\u00e1bh\u00e1il. Ba \u00e9 an <\/span><span style=\"color:#000000;font-size:12pt\">sc\u00e9al c\u00e9anna \u00e9 i gc\u00e1s bhaint an arbhair. Thagadh an feirmeoir fh\u00e9in i dtosach, leis an speal, agus bh\u00edodh beirt n\u00f3 tri\u00far ag teacht ina dhiaidh, duine ag t\u00f3g\u00e1il, duine ag ceangal, agus duine eile f\u00f3s ag stucadh.\u00a0 Sea, mh\u2019anam, n\u00ed g\u00e1 a r\u00e1, go mb\u00edodh droim tinn ar na cr\u00e9at\u00fair bhochta sin i ndeireadh an lae, sea, agus a fhios ag chuile dhuine acu, go mbeadh tuilleadh den obair ch\u00e9anna sin le d\u00e9anamh acu an l\u00e1 d\u00e1r gcionn, agus an l\u00e1 ina dhiaidh sin ar\u00eds. <\/span><span style=\"color:#000000;font-size:12pt\"> <\/span><span style=\"color:#000000;font-size:12pt\">Sea, mh\u2019anam! agus n\u00edor dhada \u00e9 sin taobh leis na laethe nuair a bhaint\u00ed gort arbhair leis an gcorr\u00e1n, geallaimse dhuit \u00e9!<\/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:2.4\"><span style=\"color:#000000;font-size:12pt\">(<\/span><span style=\"color:#000000;font-size:12pt\">ar lean\u00faint sa ch\u00e9ad chol\u00fan eile<\/span><span style=\"color:#000000;font-size:12pt\">)<\/span><\/p><!-- \/wp:freeform -->","_et_gb_content_width":"","footnotes":""},"categories":[45,46,44],"tags":[],"class_list":["post-8034","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pearsanta","category-stair","category-tuairim"],"_links":{"self":[{"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8034","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=8034"}],"version-history":[{"count":3,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8034\/revisions"}],"predecessor-version":[{"id":9581,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/posts\/8034\/revisions\/9581"}],"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=8034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/categories?post=8034"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mickgb.com\/en\/wp-json\/wp\/v2\/tags?post=8034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}