Notice (8) : Trying to access array offset on value of type null [APP/Controller/AppController.php , line 605 ]Code Context
if ( $result [ "status" ] == 'success' ) {
$addr = '3.15.219.78'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 429
[protected] cookies => null
[protected] reasonPhrase => 'Too Many Requests'
[protected] _xml => null
[protected] _json => null
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Length' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Ttl' => [
[maximum depth reached]
],
'X-Rl' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-length' => 'Content-Length',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-ttl' => 'X-Ttl',
'x-rl' => 'X-Rl'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = null App\Controller\AppController::setCountryIpapi() - APP/Controller/AppController.php, line 605
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 359
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : trim() expects parameter 1 to be string, array given [APP/Controller/AppController.php , line 933 ]Code Context $addr = '3.15.219.78'
$apikey = 'bdc_0d4c46fd01c1439b8a353d885a12b28e'
$http = object(Cake\Http\Client) {
[protected] _defaultConfig => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _cookies => object(Cake\Http\Cookie\CookieCollection) {}
[protected] _adapter => object(Cake\Http\Client\Adapter\Curl) {}
[protected] _config => [
'adapter' => null,
'host' => null,
'port' => null,
'scheme' => 'http',
'timeout' => (int) 30,
'ssl_verify_peer' => true,
'ssl_verify_peer_name' => true,
'ssl_verify_depth' => (int) 5,
'ssl_verify_host' => true,
'redirect' => false,
'protocolVersion' => '1.1'
]
[protected] _configInitialized => true
}
$response = object(Cake\Http\Client\Response) {
[protected] code => (int) 403
[protected] cookies => null
[protected] reasonPhrase => 'Forbidden'
[protected] _xml => null
[protected] _json => [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
[protected] _exposedProperties => [
'cookies' => '_getCookies',
'body' => '_getBody',
'code' => 'code',
'json' => '_getJson',
'xml' => '_getXml',
'headers' => '_getHeaders'
]
[protected] _deprecatedMagicProperties => [
'cookies' => 'getCookies()',
'body' => 'getStringBody()',
'json' => 'getJson()',
'xml' => 'getXml()',
'headers' => 'getHeaders()'
]
[protected] _cookies => []
[protected] _body => null
[protected] headers => [
'Date' => [
[maximum depth reached]
],
'Content-Type' => [
[maximum depth reached]
],
'Transfer-Encoding' => [
[maximum depth reached]
],
'Connection' => [
[maximum depth reached]
],
'Access-Control-Allow-Origin' => [
[maximum depth reached]
],
'X-Response-Time-ms' => [
[maximum depth reached]
]
]
[protected] headerNames => [
'date' => 'Date',
'content-type' => 'Content-Type',
'transfer-encoding' => 'Transfer-Encoding',
'connection' => 'Connection',
'access-control-allow-origin' => 'Access-Control-Allow-Origin',
'x-response-time-ms' => 'X-Response-Time-ms'
]
[private] protocol => '1.1'
[private] stream => object(Zend\Diactoros\Stream) {}
}
$result = [
'status' => (int) 403,
'description' => 'access denied or your quota limit has been exceeded'
]
$geo = [
'country_code' => '',
'country_name' => '',
'continent_id' => '',
'continent_name' => '',
'city' => '',
'latitude' => (float) 0,
'longitude' => (float) 0,
'region_code_array' => [
(int) 0 => ''
],
'region_code' => '',
'region_name' => ''
]
$adminLevel2 = null
$adminLevel1 = null
$administrative = []
$regionCode = ''
$regionName = '' trim - [internal], line ??
array_map - [internal], line ??
App\Controller\AppController::setCountryBigdatacloud() - APP/Controller/AppController.php, line 933
App\Controller\AppController::geolocateUser() - APP/Controller/AppController.php, line 363
App\Controller\AppController::setCountry() - APP/Controller/AppController.php, line 279
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 113
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Controller/AppController.php , line 174 ]Code Context true ,
true
);
$cookie_name = 'Config'
$cookie_value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_time = (int) 31536000
$session = object(Cake\Http\Session) {
[protected] _engine => null
[protected] _started => null
[protected] _lifetime => (int) 31536000
[protected] _isCLI => false
}
$session_value = []
$value = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$cookie_value_json = '{"host_country":"","country_id":"","country_name":false,"country_conventional_name":"","region_name":"","region_conventional_name":"","region_iso2":"","region_unique_code":"-","city":"","continent_id":"","continent_name":"","lat":"0","lon":"0","timezone":"","currency_code":"","currency_symbol":"","lang":"spa","web_version":"es","web_version_name":"Espa\u00f1a"}' setcookie - [internal], line ??
App\Controller\AppController::writeCookie() - APP/Controller/AppController.php, line 174
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 119
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 352
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 329
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 113
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 676
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 120
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51 Warning (512) : Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856 [CORE/src/Http/ResponseEmitter.php , line 51 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-trace').style.display = (document.getElementById('cakeErr68104058aeb3b-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr68104058aeb3b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-code').style.display = (document.getElementById('cakeErr68104058aeb3b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-context').style.display = (document.getElementById('cakeErr68104058aeb3b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058aeb3b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr68104058aeb3b-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
Let's shut down factory farms once and for all | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/75"/>
<meta name="description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta name="keywords" content="animals,shut,down,factory,farms,once,profits,factories,huge,meat"/><meta property="og:title" content="Let's shut down factory farms once and for all"/><meta property="og:description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta property="og:url" content="https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="Let's shut down factory farms once and for all"/><meta name="twitter:description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg"/><meta name="twitter:image:alt" content="Let's shut down factory farms once and for all"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "Let's shut down factory farms once and for all","alternativeHeadline": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","keywords": ["animals","shut","down","factory","farms","once","profits","factories","huge","meat"],"image": "https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg","author": "AnimaNaturalis","genre": "Granjas Industriales","url": "https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"},"datePublished": "22/4/03, 12:40","dateCreated": "22/4/03, 12:40","dateModified": "7/10/23, 14:43","description": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","articleBody": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/><link rel="stylesheet" href="/css/petition-palette.css?1637793490"/><link rel="stylesheet" href="/css/render-landing.css?1652191476"/><style>.main{background-image: url("/img/posts/full/202201/P12-24206.jpg");} @media (max-width: 767px){.wrapper{background-image: url("/img/posts/full/202201/P12-24206.jpg");}}body,footer{background-color:#010101 !important;}body,.main,footer,.btn-donations{color:;}.total-bar,.total-count,#signatures,.bottomMenu-wrapper{background-color: !important;}.prefix-wrapper,.postfix-wrapper,.prefix-content,.postfix-content{background-color:;}.block-content,.scroll-top-arrow,.btn-donations:hover,.btn-submit:hover{background-color:;}.progress-bar,#donation-wrapper,.btn-donations,nav .donate-link{background-color:;}.btn-submit,nav .donate-link:hover{background-color:;}</style><link rel="stylesheet" href="/css/members.css?1696589597"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-75" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/alertas" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-4"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/75" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<div id="hero-wrapper"></div>
<div id="default-wrapper">
<div id="signatures">
<div id="form-wrapper"></div>
<div class="close-form" style="display: none;" onClick="$('#form-wrapper').fadeOut();">cerrar x</div>
<span id="form-counter"><div class="total-bar"><span id="total-signatures">20.721</span> <span class="supporters">firmantes</span><div class="progress">
<div class="progress-bar progress-bar-branded" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:41.442%;">
</div>
</div><div class="text-right">Aún faltan <span id="needed-signatures">29.279</span> firmas para alcanzar las <span id="reach-signatures">50.000</span></div>
</div></span><div class="row">
<div class="col-md-12">
<div id="form-signatures">
<div class="inner collapse-group">
<form method="post" accept-charset="utf-8" class="needs-validation" id="mainForm" role="form" action="/posts/petition"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div>
<div class="form-post-success submitted" style="display:none;">
<h2>¡Gracias por tu firma!</h2><p>Tu apoyo es fundamental para tener éxito en esta campaña. Ayúdanos a que más gente pueda firmar, compartiendo esta petición entre tus amigos.</p><div class="row">
<div class="col-12">
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa" class="btn btn-facebook" target="_blank" onClick="return fbs_click(400,300)"><i class="fab fa-facebook-square"></i> Comparte en Facebook</a>
</div>
<div class="col-12">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa&text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21&original_referer=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75&related=animanaturalis&via=animanaturalis" class="btn btn-twitter" target="_blank"><i class="fab fa-twitter"></i> Comparte en Twitter</a></div>
<div class="col-6 d-md-none no-gutters-right">
<a href="https://api.whatsapp.com/send?text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21+https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa" class="btn btn-whatsapp" target="_blank"><i class="fab fa-whatsapp"></i> Whatsapp</a></div>
<div class="col-6 d-md-none no-gutters-left">
<a href="https://telegram.me/share/url?url=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa&text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21" class="btn btn-telegram" target="_blank"><i class="fab fa-telegram-plane"></i> Telegram</a></div>
</div>
<p>Ayudándonos a seguir trabajando por los animales con una pequeña <a href="#donations" target="_blank">aportación</a>. Sé un héroe para los animales.</p>
<a href="#donations" class="btn btn-donations">Apoya esta campaña</a>
</div>
<div class="form-post-action sign-here"><h1>Sign for the end of factory farms</h1><div class="default"><p></p></div><fieldset class="signature-fields"><div class="row g-0"><div class="col-md-6"><div class="form-floating"><input type="text" name="name" placeholder="Nombre" class="form-control" required="required" id="name"/><label for="name">Nombre</label></div></div><div class="col-md-6"><div class="form-floating"><input type="text" name="lastname" placeholder="Apellidos" class="form-control" required="required" id="lastname"/><label for="lastname">Apellidos</label></div></div></div><div class="form-floating"><input type="email" name="email" placeholder="Correo Electrónico" class="form-control" required="required" id="email"/><label for="email">Correo Electrónico</label></div><input type="hidden" name="phone" id="phone"/><div class="collapse show"><div class="row g-0"><div class="col-md-6"><div class="form-floating"><input type="text" name="city" placeholder="Ciudad" class="form-control" id="city" value=""/><label for="city">Ciudad</label></div><input type="hidden" name="region" id="region" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-trace').style.display = (document.getElementById('cakeErr68104058a992c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-petition.ctp</b>, line <b>818</b>]<div id="cakeErr68104058a992c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-code').style.display = (document.getElementById('cakeErr68104058a992c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-context').style.display = (document.getElementById('cakeErr68104058a992c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058a992c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $ipaddress_country_id </span><span style="color: #007700">= </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$dataConfig</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $ipaddress_country_name </span><span style="color: #007700">= </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$dataConfig</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ];
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if ( !empty( </span><span style="color: #0000BB">$ipaddress_country_id </span><span style="color: #007700">) && !</span><span style="color: #0000BB">array_key_exists</span><span style="color: #007700">( </span><span style="color: #0000BB">$ipaddress_country_id</span><span style="color: #007700">, </span><span style="color: #0000BB">$countries_list </span><span style="color: #007700">) ){
</span></span></code></pre><pre id="cakeErr68104058a992c-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-petition.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'object_id' => (int) 75,
'post_id' => (int) 75,
'post_title' => 'Let's shut down factory farms once and for all',
'permalink' => 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all',
'dataConfig' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'block_title' => 'Sign for the end of factory farms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'subscriber_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => ''
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'AF' => 'Afghanistan',
'AX' => 'Aland Islands',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua And Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia And Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei Darussalam',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keeling) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote D'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'DO' => 'Dominican Republic',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FK' => 'Falkland Islands (Malvinas)',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Greece',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GG' => 'Guernsey',
'GN' => 'Guinea',
'GW' => 'Guinea-Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard Island & Mcdonald Islands',
'VA' => 'Holy See (Vatican City State)',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran, Islamic Republic Of',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IM' => 'Isle Of Man',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'JP' => 'Japan',
'JE' => 'Jersey',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KR' => 'Korea',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Lao People's Democratic Republic',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libyan Arab Jamahiriya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macao',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'Mexico',
'FM' => 'Micronesia, Federated States Of',
'MD' => 'Moldova',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'ME' => 'Montenegro',
'MS' => 'Montserrat',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'MM' => 'Myanmar',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NC' => 'New Caledonia',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PW' => 'Palau',
'PS' => 'Palestinian Territory, Occupied',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'BL' => 'Saint Barthelemy',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts And Nevis',
'LC' => 'Saint Lucia',
'MF' => 'Saint Martin',
'PM' => 'Saint Pierre And Miquelon',
'VC' => 'Saint Vincent And Grenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome And Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'RS' => 'Serbia',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'SK' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia And Sandwich Isl.',
'ES' => 'España',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SJ' => 'Svalbard And Jan Mayen',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syrian Arab Republic',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TL' => 'Timor-Leste',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad And Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks And Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UM' => 'United States Outlying Islands',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VE' => 'Venezuela',
'VN' => 'Viet Nam',
'VG' => 'Virgin Islands, British',
'VI' => 'Virgin Islands, U.S.',
'WF' => 'Wallis And Futuna',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$object_id = (int) 75
$post_id = (int) 75
$post_title = 'Let's shut down factory farms once and for all'
$permalink = 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all'
$dataConfig = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$block_title = 'Sign for the end of factory farms'
$tweet = 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!'
$subscriber_list = 'zMBMlLISFsZ1FrFUIaRaFQ'
$drive_form = '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ'
$drive_fields = ''
$block_descr = ''
$translate = [
'block_descr' => '',
'sign_button' => 'Firma ahora',
'sign_facebook' => 'Firma con Facebook',
'h1' => 'Sign for the end of factory farms',
'h1_thanks' => '¡Gracias por tu firma!',
'thanks' => 'Tu apoyo es fundamental para tener éxito en esta campaña. Ayúdanos a que más gente pueda firmar, compartiendo esta petición entre tus amigos.',
'share' => 'Ayúdanos a difundir esta petición',
'share_facebook' => 'Comparte en Facebook',
'share_twitter' => 'Comparte en Twitter',
'share_whatsapp' => 'Whatsapp',
'share_telegram' => 'Telegram',
'share_text' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'donate' => 'Apoya esta campaña',
'membership' => 'Ayudándonos a seguir trabajando por los animales con una pequeña <a href="#donations" target="_blank">aportación</a>. Sé un héroe para los animales.',
'facebook_thankyou' => 'Gracias',
'facebook_signed' => 'Has firmado esta petición con tu cuenta de Facebook.',
'facebook_another_account' => 'Si quieres firmar con otra cuenta',
'facebook_click_here' => 'pulsa aquí',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'city' => 'Ciudad',
'country' => 'Escoge un País',
'isnt_your_country' => '¿No es tu localidad?',
'action' => 'Me ofrezco para...',
'accept_policy' => 'Acepto la <a href="https://www.animanaturalis.org/politica-de-privacidad" target="_blank">Política de Privacidad</a>',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="https://www.animanaturalis.org/p/politica-de-privacidad" target="_blank">política de privacidad</a>.'
]
$share_param = 'spa'
$url = 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all?share=spa'
$collect_data = true
$ipaddress_country_id = ''</pre><pre class="stack-trace">include - APP/Template/Element/form-petition.ctp, line 818
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 189
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234</pre></div></pre></div><div class="col-md-6"><div class="form-floating"><select name="country_id" class="form-select" required="required" id="country-id"><option value="AF">Afghanistan</option><option value="AX">Aland Islands</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua And Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia And Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei Darussalam</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keeling) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote D'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="DO">Dominican Republic</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FK">Falkland Islands (Malvinas)</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Greece</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GG">Guernsey</option><option value="GN">Guinea</option><option value="GW">Guinea-Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard Island & Mcdonald Islands</option><option value="VA">Holy See (Vatican City State)</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran, Islamic Republic Of</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IM">Isle Of Man</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="JP">Japan</option><option value="JE">Jersey</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KR">Korea</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Lao People's Democratic Republic</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libyan Arab Jamahiriya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macao</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">Mexico</option><option value="FM">Micronesia, Federated States Of</option><option value="MD">Moldova</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="ME">Montenegro</option><option value="MS">Montserrat</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="MM">Myanmar</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NC">New Caledonia</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PW">Palau</option><option value="PS">Palestinian Territory, Occupied</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="BL">Saint Barthelemy</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts And Nevis</option><option value="LC">Saint Lucia</option><option value="MF">Saint Martin</option><option value="PM">Saint Pierre And Miquelon</option><option value="VC">Saint Vincent And Grenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome And Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="RS">Serbia</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="SK">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia And Sandwich Isl.</option><option value="ES">España</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SJ">Svalbard And Jan Mayen</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syrian Arab Republic</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TL">Timor-Leste</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad And Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks And Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UM">United States Outlying Islands</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VE">Venezuela</option><option value="VN">Viet Nam</option><option value="VG">Virgin Islands, British</option><option value="VI">Virgin Islands, U.S.</option><option value="WF">Wallis And Futuna</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="country-id">Escoge un País</label></div></div></div></div><input type="hidden" name="action" id="action" value="petition"/><small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="https://www.animanaturalis.org/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small><input type="hidden" name="notes" id="notes"/><input type="hidden" name="recruiter" id="recruiter"/><input type="hidden" name="ip_address" id="ip-address" value="3.15.219.78"/><input type="hidden" name="object_id" id="object-id" value="75"/><input type="hidden" name="post_id" id="post-id" value="75"/><input type="hidden" name="post_title" id="post-title" value="Let's shut down factory farms once and for all"/><input type="hidden" name="post_url" id="post-url" value="https://www.animanaturalis.org/n/75"/><input type="hidden" name="list" id="list" value="zMBMlLISFsZ1FrFUIaRaFQ"/><input type="hidden" name="drive_form" id="drive-form" value="1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ"/><input type="hidden" name="drive_fields" id="drive-fields" value=""/><div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><div class="form-group"><div class="controls"><button type="button" class="btn btn-primary btn-submit form-control">Firma ahora</button></div></div></fieldset><fieldset class="signature-xs-btn"><div class="form-group"><div class="controls"><button type="button" onclick="$('.signature-xs-btn').hide();$('.signature-fields').show();$('.signature-fix-position').click();" class="btn btn-primary btn-submit form-control">Firma ahora</button><a href="#form-wrapper" class="signature-fix-position" style="display:none;"></a></div></div></fieldset></div></form>
</div>
</div>
</div>
</div>
<div id="social" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body"></div>
</div>
</div>
</div> </div>
<div id="content-wrapper">
<div class="blocks-wrapper">
<div class="container blocks-container">
<div class="row blocks-row">
<div class="col-lg-7 col-md-6 blocks-col block-1">
<div class="inner block-content"><h2>Factory farms</h2><p><strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-2">
<div class="inner block-content"><h2>Global warming</h2><p>To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-3">
<div class="inner block-content"><h2>Antibiotics</h2><p>According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-4">
<div class="inner block-content"><h2>Zoonosis</h2><p><a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-5">
<div class="inner block-content"><h2><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-trace').style.display = (document.getElementById('cakeErr68104058aaa68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: h1 [<b>APP/Template/Element/block-json-content.ctp</b>, line <b>53</b>]<div id="cakeErr68104058aaa68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-code').style.display = (document.getElementById('cakeErr68104058aaa68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-context').style.display = (document.getElementById('cakeErr68104058aaa68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058aaa68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <div class="col-lg-7 col-md-6 blocks-col block-<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$i</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <div class="inner block-content"><h2><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$block</span><span style="color: #007700">[</span><span style="color: #DD0000">'h1'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h2><p><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$block</span><span style="color: #007700">[</span><span style="color: #DD0000">'text'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></p></div>
</span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">>
</span></span></code></pre><pre id="cakeErr68104058aaa68-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/block-json-content.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'block_descr' => '',
'content' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 0 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'language' => 'spa'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$block_descr = ''
$content = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
],
(int) 0 => [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$language = 'spa'
$block_cols = (int) 7
$i = (int) 5
$block = [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]</pre><pre class="stack-trace">include - APP/Template/Element/block-json-content.ctp, line 53
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::Cake\View\{closure}() - CORE/src/View/View.php, line 778
Cake\View\View::cache() - CORE/src/View/View.php, line 818
Cake\View\View::element() - CORE/src/View/View.php, line 779
include - APP/Template/Posts/render_landing.ctp, line 279
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120</pre></div></pre></h2><p><p><!--PETITION start--><!--PETITION end--></p>
</p></div>
</div>
</div>
</div>
</div>
<div class="postfix-wrapper">
<div class="container postfix-container">
<div class="row postfix-row">
<div class="col-lg-7 col-md-6 postfix-col">
<div class="postfix-content"><p>Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.</p></div>
</div>
</div>
</div>
</div>
<div id="bottomMenu" class="bottomMenu">
<div class="bottomMenu-wrapper">
<div class="bottomMenu-content">
<div class="form-group">
<div class="controls">
<button onclick="$('#bottomMenu').hide();$('.signature-xs-btn').hide();$('.signature-fields').show();$('.signature-fix-position').click();" class="btn btn-primary btn-submit form-control" type="submit">Firma ahora</button> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="last-posts-cols">
<div class="container">
<h2>Últimas publicaciones</h2><div class="row row-eq-height"><div class="col-lg-4 col-md-6 post"><a href="/n/46748/animanaturalis-photograph-featured-in-silent-suffering-exhibition-at-the-european-parliament" class="img-holder" target="blank"><img src="/img/posts/med/202410/P03-35566.jpg" alt="AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament" title="AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament"/></a><h2><a href="/n/46748/animanaturalis-photograph-featured-in-silent-suffering-exhibition-at-the-european-parliament" target="blank">AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament</a></h2> <div class="date">03 octubre 2024</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46616/letter-to-carlitos-the-brave-rabbit" class="img-holder" target="blank"><img src="/img/posts/med/202401/P20-98989.jpg" alt="Letter to Carlitos, the brave rabbit" title="Letter to Carlitos, the brave rabbit"/></a><h2><a href="/n/46616/letter-to-carlitos-the-brave-rabbit" target="blank">Letter to Carlitos, the brave rabbit</a></h2> <div class="date">20 enero 2024</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46605/animanaturalis-rescues-six-rabbits-from-the-darkness-of-farms" class="img-holder" target="blank"><img src="/img/posts/med/202312/P11-68152.jpg" alt="AnimaNaturalis rescues six rabbits from darkness" title="AnimaNaturalis rescues six rabbits from darkness"/></a><h2><a href="/n/46605/animanaturalis-rescues-six-rabbits-from-the-darkness-of-farms" target="blank">AnimaNaturalis rescues six rabbits from darkness</a></h2> <div class="date">10 diciembre 2023</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46567/we-bring-to-light-the-horror-of-rabbit-factory-farms-in-spain" class="img-holder" target="blank"><img src="/img/posts/med/202310/P06-81713.jpg" alt="We bring to light the horror of rabbit factory farms in Spain" title="We bring to light the horror of rabbit factory farms in Spain"/></a><h2><a href="/n/46567/we-bring-to-light-the-horror-of-rabbit-factory-farms-in-spain" target="blank">We bring to light the horror of rabbit factory farms in Spain</a></h2> <div class="date">06 octubre 2023</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46417/the-cruel-truth-about-the-spanish-turkey-farms" class="img-holder" target="blank"><img src="/img/posts/med/202212/P21-92045.jpg" alt="The cruel truth about the Spanish turkey farms" title="The cruel truth about the Spanish turkey farms"/></a><h2><a href="/n/46417/the-cruel-truth-about-the-spanish-turkey-farms" target="blank">The cruel truth about the Spanish turkey farms</a></h2> <div class="date">21 diciembre 2022</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46275/this-is-the-reality-of-pig-fattening-farms-in-spain" class="img-holder" target="blank"><img src="/img/posts/med/202206/P20-68245.jpg" alt="This is the reality of pig fattening farms in Spain" title="This is the reality of pig fattening farms in Spain"/></a><h2><a href="/n/46275/this-is-the-reality-of-pig-fattening-farms-in-spain" target="blank">This is the reality of pig fattening farms in Spain</a></h2> <div class="date">20 junio 2022</div></div> </div>
</div>
<a name="donations" id="donations"></a>
<section id="donation-wrapper" class="donate-block-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-12">
<div class="donation-description">
<h1>Support our campaign</h1>
</div>
</div>
<div class="col-md-8 col-sm-12 donation-options">
<div class="row">
<div class="col-lg-8 col-md-12">
<section class="donate-form-widget mb-5" id="donate-form-widget">
<form method="post" accept-charset="utf-8" class="needs-validation" id="donate-form" action="/apoyanos/es"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div> <div class="donate-form-card donate-form-once" id="donate-form-once" >
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Escoge cuánto donar </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount" value=""/><div class="col-4"><input type="radio" name="amount" value="25" class="btn-check" id="amount-25"><label class="btn btn-amount" for="amount-25">25 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="35" class="btn-check" checked="checked" id="amount-35"><label class="btn btn-amount" for="amount-35">35 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="50" class="btn-check" id="amount-50"><label class="btn btn-amount" for="amount-50">50 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="100" class="btn-check" id="amount-100"><label class="btn btn-amount" for="amount-100">100 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other" id="donate-form-other-once-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other" id="donate-form-other-once-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Haz un donativo </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-once-method" id="donate-form-once-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> <a href="#donate" class="edit-amount-once">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="paypal">PayPal</button></div><div class="col"><button class="btn btn-method" type="button" rel="bizum">Bizum</button></div><div class="col"><button class="btn btn-method" type="button" rel="deposit">Transferencia</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal" id="donate-form-method-alert-paypal" style="display: none;">
<div class="card-alert">
<small>En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal" id="donate-form-method-paypal" >
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-deposit" id="donate-form-method-alert-deposit" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-deposit" id="donate-form-method-deposit" style="display: none;">
<div class="card-hero">
<small>Puedes realizar una donación directamente a nuestra cuenta de banco:</small>
<p><p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p></p>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bizum" id="donate-form-method-alert-bizum" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bizum" id="donate-form-method-bizum" style="display: none;">
<div class="card-hero">
<small>Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.</small>
<div class="text-hero h1 text-center">01063</div>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-once-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="once-name"/><label for="once-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="once-lastname"/><label for="once-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="once_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="once-email"/><label for="once-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="once-dni"/><label for="once-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="once-region-id" value=""/><label for="once-region-id">Provincia</label></div> </div></div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-paypal">
Siguiente paso </button>
</div>
</div>
</div>
<div class="card-footer donate-form-footer text-muted text-center">Aumenta tu impacto donando cada mes.<br><strong><a href="#donate-form-widget" class="edit-amount-monthly">Hazte Socio/a de AnimaNaturalis</a></strong> </div>
</div>
</div>
<div class="donate-form-card donate-form-monthly" id="donate-form-monthly" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona una cantidad cada mes </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount-monthly" value=""/><div class="col-4"><input type="radio" name="amount-monthly" value="10" class="btn-check" id="amount-monthly-10"><label class="btn btn-amount" for="amount-monthly-10">10 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="20" class="btn-check" checked="checked" id="amount-monthly-20"><label class="btn btn-amount" for="amount-monthly-20">20 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="30" class="btn-check" id="amount-monthly-30"><label class="btn btn-amount" for="amount-monthly-30">30 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="40" class="btn-check" id="amount-monthly-40"><label class="btn btn-amount" for="amount-monthly-40">40 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other-monthly" id="donate-form-other-monthly-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other-monthly" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other-monthly">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other-monthly" id="donate-form-other-monthly-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Hazte socio/a </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-monthly-method" id="donate-form-monthly-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> al mes <a href="#donate" class="edit-amount-monthly">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="bank">Domicil. Bancaria</button></div><div class="col"><button class="btn btn-method" type="button" rel="paypal-recurring">PayPal</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal-recurring" id="donate-form-method-alert-paypal-recurring" style="display: none;">
<div class="card-alert">
<small> En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal-recurring" id="donate-form-method-paypal-recurring" style="display: none;">
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bank" id="donate-form-method-alert-bank" style="display: none;">
<div class="card-alert">
<small>Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bank" id="donate-form-method-bank" >
<div class="card-hero">
<img src="/img/donate/thumbs-up.svg" class="mb-2 me-3 float-start" width="50">
<small>Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.</small>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-monthly-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="monthly-name"/><label for="monthly-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="monthly-lastname"/><label for="monthly-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="monthly_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="monthly-email"/><label for="monthly-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2 bank-account-control" >
<div class="col-md-12">
<div class="form-floating"><input type="text" name="monthly_account" placeholder="ES00 0000 0000 00 0000000000" rel="member-account" class="form-control form-control-account" id="monthly-account"/><label for="monthly-account"><span class="far fa-money-check-alt"></span> Cuenta Bancaria</label></div> </div>
</div>
<strong class="small text-uppercase"><span class="fas fa-user-circle"></span> Información para Socios/as</strong>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="monthly-dni"/><label for="monthly-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_phone" placeholder="Teléfono" rel="member-phone" class="form-control" id="monthly-phone"/><label for="monthly-phone">Teléfono</label></div> </div>
<div class="col-md-12">
<div class="collapse show"><div class="row g-0"><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_city" placeholder="Ciudad" rel="member-city" class="form-control" id="monthly-city" value=""/><label for="monthly-city">Ciudad</label></div></div><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="monthly-region-id" value=""/><label for="monthly-region-id">Provincia</label></div></div><div class="col-md-4"><div class="form-floating"><select name="monthly_country_id" rel="member-country-id" class="form-select country-select" id="monthly-country-id"><option value="NN"></option><option value="AF">Afghanistan</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia and Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="MM">Burma</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keelings) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote d'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="ES">España</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Grecia</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="SJ">Jan Mayen Island</option><option value="JP">Japón</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">México</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="DO">Rep. Dominicana</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts & Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="VC">Saint Vincent & Guenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome and Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="CS">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia and South Sandwich Island</option><option value="KR">South Korea</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks & Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VA">Vatican City</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZR">Zaire</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="monthly-country-id">País</label></div></div></div></div> </div></div>
<strong class="small text-uppercase"><span class="fas fa-birthday-cake"></span> Fecha de nacimiento</strong>
<div class="row g-1 my-1">
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_day" min="1" max="31" placeholder="29" class="form-control form-number" id="monthly-birthday-day"/><label for="monthly-birthday-day">Día</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><select name="monthly_birthday_month" placeholder="Mes" class="form-select" id="monthly-birthday-month"><option value="01">Enero</option><option value="02">Febrero</option><option value="03">Marzo</option><option value="04" selected="selected">Abril</option><option value="05">Mayo</option><option value="06">Junio</option><option value="07">Julio</option><option value="08">Agosto</option><option value="09">Septiembre</option><option value="10">Octubre</option><option value="11">Noviembre</option><option value="12">Deciembre</option></select><label for="monthly-birthday-month">Mes</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_year" min="1925" max="2025" placeholder="1990" class="form-control form-number" id="monthly-birthday-year"/><label for="monthly-birthday-year">Año</label></div> </div>
</div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-bank">
Siguiente paso </button>
</div>
</div>
</div>
</div>
</div>
<div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><input type="hidden" name="timer" value="1745895512"/><input type="hidden" name="action" value="thanks"/><input type="hidden" name="amount" id="amount" value="0"/><input type="hidden" name="once" id="once" value="1"/><input type="hidden" name="monthly" id="monthly" value="0"/><input type="hidden" name="currency_code" id="currency-code" value="EUR"/><input type="hidden" name="currency_symbol" id="currency-symbol" value="€"/><input type="hidden" name="currency" id="currency" value="euros (€)"/><input type="hidden" name="method" id="method"/><input type="hidden" name="member_name" id="member-name"/><input type="hidden" name="member_lastname" id="member-lastname"/><input type="hidden" name="member_email" id="member-email"/><input type="hidden" name="member_city" id="member-city" value=""/><input type="hidden" name="member_region" id="member-region" value="-"/><input type="hidden" name="member_region_id" id="member-region-id" value="-"/><input type="hidden" name="member_country_id" id="member-country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-trace').style.display = (document.getElementById('cakeErr68104058ace61-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1790</b>]<div id="cakeErr68104058ace61-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-code').style.display = (document.getElementById('cakeErr68104058ace61-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-context').style.display = (document.getElementById('cakeErr68104058ace61-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058ace61-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_phone'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden' </span><span style="color: #007700">) );
</span></span></code></pre><pre id="cakeErr68104058ace61-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'widget' => 'once'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$widget = 'once'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1790
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/block-donations.ctp, line 244
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 412
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="member_country" id="member-country"/><input type="hidden" name="member_phone" id="member-phone"/><input type="hidden" name="member_account" id="member-account"/><input type="hidden" name="member_dni" id="member-dni"/><input type="hidden" name="birthday" id="birthday"/><input type="hidden" name="address" id="address"/><input type="hidden" name="zip" id="zip"/><input type="hidden" name="country_id" id="country-id" value="ES"/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-trace').style.display = (document.getElementById('cakeErr68104058ad8d0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1800</b>]<div id="cakeErr68104058ad8d0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-code').style.display = (document.getElementById('cakeErr68104058ad8d0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-context').style.display = (document.getElementById('cakeErr68104058ad8d0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058ad8d0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$country_id </span><span style="color: #007700">) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">] ) );
</span></span></code></pre><pre id="cakeErr68104058ad8d0-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'widget' => 'once'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$widget = 'once'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1800
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/block-donations.ctp, line 244
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 412
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="country" id="country"/><input type="hidden" name="web_version" id="web-version" value="es"/><input type="hidden" name="region_id" id="region-id" value="-"/><input type="hidden" name="region_name" id="region-name" value=""/><input type="hidden" name="city" id="city" value=""/><input type="hidden" name="deposit" id="deposit" value="<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>"/><input type="hidden" name="bizum" id="bizum" value="01063"/><input type="hidden" name="repeat-monthly" id="repeat-monthly"/></form> <small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small>
<form method="post" accept-charset="utf-8" id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div><input type="hidden" name="business" id="paypal_business" value="TNTUK7NTZP7E6"/><input type="hidden" name="cmd" id="paypal_cmd" value="_donations"/><input type="hidden" name="item_name" id="paypal_item" value="Donativo a AnimaNaturalis"/><input type="hidden" name="item_number" id="paypal_item_number" value=""/><input type="hidden" name="currency_code" id="paypal_currency" value="EUR"/><input type="hidden" name="amount" id="paypal_amount"/><input type="hidden" name="a3" id="paypal_amount_a3"/><input type="hidden" name="lc" id="lc" value="es_ES"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_shipping" id="no-shipping" value="1"/><input type="hidden" name="rm" id="rm" value="1"/><input type="hidden" name="src" id="src" value="1"/><input type="hidden" name="p3" id="p3" value="1"/><input type="hidden" name="srt" id="srt" value="0"/><input type="hidden" name="t3" id="t3" value="M"/><input type="hidden" name="first_name" id="paypal_name"/><input type="hidden" name="last_name" id="paypal_lastname"/><input type="hidden" name="email" id="paypal_email"/><input type="hidden" name="return" id="return" value="https://www.animanaturalis.org/posts/home/es/ok"/><input type="hidden" name="cancel_return" id="cancel-return" value="https://www.animanaturalis.org/posts/home/es/error"/><div class="submit"><input type="submit" id="paypal_submit" style="display:none;" value="submit"/></div><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" style="display:none;"></form>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<a class="scroll-top-arrow" href="#top"><i class="fas fa-arrow-up"></i></a>
</div> </main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/alertas" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="/js/theme-petition.js?1637794867"></script><script>jQuery(document).ready(function(t){function e(){t("#form-counter").load("/posts/total/75/bar/petition/spa",function(){setTimeout(e,3e3)})}t(function(){e()})});</script><script src="https://www.google.com/recaptcha/api.js?render=6Lfhk7gjAAAAADM3yLMTzqGsITTSBnZ6XN0iQBx1"></script><script>grecaptcha.ready(function() {
grecaptcha.execute("6Lfhk7gjAAAAADM3yLMTzqGsITTSBnZ6XN0iQBx1", {action: "validate_captcha"}).then(function(token) {
$("#mainForm").prepend("<input type=\"hidden\" name=\"token\" value=\"" + token + "\">");
});;
});</script><script src="/js/forms.js?1654785602"></script><script>$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});</script><script src="/js/members.js?1733430724"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 856
$message = 'Unable to emit headers. Headers sent in file=/home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php line=856' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 51
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 152 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-trace').style.display = (document.getElementById('cakeErr68104058aeb3b-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr68104058aeb3b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-code').style.display = (document.getElementById('cakeErr68104058aeb3b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-context').style.display = (document.getElementById('cakeErr68104058aeb3b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058aeb3b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr68104058aeb3b-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
Let's shut down factory farms once and for all | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/75"/>
<meta name="description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta name="keywords" content="animals,shut,down,factory,farms,once,profits,factories,huge,meat"/><meta property="og:title" content="Let's shut down factory farms once and for all"/><meta property="og:description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta property="og:url" content="https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="Let's shut down factory farms once and for all"/><meta name="twitter:description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg"/><meta name="twitter:image:alt" content="Let's shut down factory farms once and for all"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "Let's shut down factory farms once and for all","alternativeHeadline": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","keywords": ["animals","shut","down","factory","farms","once","profits","factories","huge","meat"],"image": "https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg","author": "AnimaNaturalis","genre": "Granjas Industriales","url": "https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"},"datePublished": "22/4/03, 12:40","dateCreated": "22/4/03, 12:40","dateModified": "7/10/23, 14:43","description": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","articleBody": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/><link rel="stylesheet" href="/css/petition-palette.css?1637793490"/><link rel="stylesheet" href="/css/render-landing.css?1652191476"/><style>.main{background-image: url("/img/posts/full/202201/P12-24206.jpg");} @media (max-width: 767px){.wrapper{background-image: url("/img/posts/full/202201/P12-24206.jpg");}}body,footer{background-color:#010101 !important;}body,.main,footer,.btn-donations{color:;}.total-bar,.total-count,#signatures,.bottomMenu-wrapper{background-color: !important;}.prefix-wrapper,.postfix-wrapper,.prefix-content,.postfix-content{background-color:;}.block-content,.scroll-top-arrow,.btn-donations:hover,.btn-submit:hover{background-color:;}.progress-bar,#donation-wrapper,.btn-donations,nav .donate-link{background-color:;}.btn-submit,nav .donate-link:hover{background-color:;}</style><link rel="stylesheet" href="/css/members.css?1696589597"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-75" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/alertas" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-4"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/75" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<div id="hero-wrapper"></div>
<div id="default-wrapper">
<div id="signatures">
<div id="form-wrapper"></div>
<div class="close-form" style="display: none;" onClick="$('#form-wrapper').fadeOut();">cerrar x</div>
<span id="form-counter"><div class="total-bar"><span id="total-signatures">20.721</span> <span class="supporters">firmantes</span><div class="progress">
<div class="progress-bar progress-bar-branded" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:41.442%;">
</div>
</div><div class="text-right">Aún faltan <span id="needed-signatures">29.279</span> firmas para alcanzar las <span id="reach-signatures">50.000</span></div>
</div></span><div class="row">
<div class="col-md-12">
<div id="form-signatures">
<div class="inner collapse-group">
<form method="post" accept-charset="utf-8" class="needs-validation" id="mainForm" role="form" action="/posts/petition"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div>
<div class="form-post-success submitted" style="display:none;">
<h2>¡Gracias por tu firma!</h2><p>Tu apoyo es fundamental para tener éxito en esta campaña. Ayúdanos a que más gente pueda firmar, compartiendo esta petición entre tus amigos.</p><div class="row">
<div class="col-12">
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa" class="btn btn-facebook" target="_blank" onClick="return fbs_click(400,300)"><i class="fab fa-facebook-square"></i> Comparte en Facebook</a>
</div>
<div class="col-12">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa&text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21&original_referer=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75&related=animanaturalis&via=animanaturalis" class="btn btn-twitter" target="_blank"><i class="fab fa-twitter"></i> Comparte en Twitter</a></div>
<div class="col-6 d-md-none no-gutters-right">
<a href="https://api.whatsapp.com/send?text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21+https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa" class="btn btn-whatsapp" target="_blank"><i class="fab fa-whatsapp"></i> Whatsapp</a></div>
<div class="col-6 d-md-none no-gutters-left">
<a href="https://telegram.me/share/url?url=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa&text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21" class="btn btn-telegram" target="_blank"><i class="fab fa-telegram-plane"></i> Telegram</a></div>
</div>
<p>Ayudándonos a seguir trabajando por los animales con una pequeña <a href="#donations" target="_blank">aportación</a>. Sé un héroe para los animales.</p>
<a href="#donations" class="btn btn-donations">Apoya esta campaña</a>
</div>
<div class="form-post-action sign-here"><h1>Sign for the end of factory farms</h1><div class="default"><p></p></div><fieldset class="signature-fields"><div class="row g-0"><div class="col-md-6"><div class="form-floating"><input type="text" name="name" placeholder="Nombre" class="form-control" required="required" id="name"/><label for="name">Nombre</label></div></div><div class="col-md-6"><div class="form-floating"><input type="text" name="lastname" placeholder="Apellidos" class="form-control" required="required" id="lastname"/><label for="lastname">Apellidos</label></div></div></div><div class="form-floating"><input type="email" name="email" placeholder="Correo Electrónico" class="form-control" required="required" id="email"/><label for="email">Correo Electrónico</label></div><input type="hidden" name="phone" id="phone"/><div class="collapse show"><div class="row g-0"><div class="col-md-6"><div class="form-floating"><input type="text" name="city" placeholder="Ciudad" class="form-control" id="city" value=""/><label for="city">Ciudad</label></div><input type="hidden" name="region" id="region" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-trace').style.display = (document.getElementById('cakeErr68104058a992c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-petition.ctp</b>, line <b>818</b>]<div id="cakeErr68104058a992c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-code').style.display = (document.getElementById('cakeErr68104058a992c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-context').style.display = (document.getElementById('cakeErr68104058a992c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058a992c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $ipaddress_country_id </span><span style="color: #007700">= </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$dataConfig</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $ipaddress_country_name </span><span style="color: #007700">= </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$dataConfig</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ];
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if ( !empty( </span><span style="color: #0000BB">$ipaddress_country_id </span><span style="color: #007700">) && !</span><span style="color: #0000BB">array_key_exists</span><span style="color: #007700">( </span><span style="color: #0000BB">$ipaddress_country_id</span><span style="color: #007700">, </span><span style="color: #0000BB">$countries_list </span><span style="color: #007700">) ){
</span></span></code></pre><pre id="cakeErr68104058a992c-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-petition.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'object_id' => (int) 75,
'post_id' => (int) 75,
'post_title' => 'Let's shut down factory farms once and for all',
'permalink' => 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all',
'dataConfig' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'block_title' => 'Sign for the end of factory farms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'subscriber_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => ''
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'AF' => 'Afghanistan',
'AX' => 'Aland Islands',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua And Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia And Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei Darussalam',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keeling) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote D'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'DO' => 'Dominican Republic',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FK' => 'Falkland Islands (Malvinas)',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Greece',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GG' => 'Guernsey',
'GN' => 'Guinea',
'GW' => 'Guinea-Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard Island & Mcdonald Islands',
'VA' => 'Holy See (Vatican City State)',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran, Islamic Republic Of',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IM' => 'Isle Of Man',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'JP' => 'Japan',
'JE' => 'Jersey',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KR' => 'Korea',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Lao People's Democratic Republic',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libyan Arab Jamahiriya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macao',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'Mexico',
'FM' => 'Micronesia, Federated States Of',
'MD' => 'Moldova',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'ME' => 'Montenegro',
'MS' => 'Montserrat',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'MM' => 'Myanmar',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NC' => 'New Caledonia',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PW' => 'Palau',
'PS' => 'Palestinian Territory, Occupied',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'BL' => 'Saint Barthelemy',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts And Nevis',
'LC' => 'Saint Lucia',
'MF' => 'Saint Martin',
'PM' => 'Saint Pierre And Miquelon',
'VC' => 'Saint Vincent And Grenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome And Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'RS' => 'Serbia',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'SK' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia And Sandwich Isl.',
'ES' => 'España',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SJ' => 'Svalbard And Jan Mayen',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syrian Arab Republic',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TL' => 'Timor-Leste',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad And Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks And Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UM' => 'United States Outlying Islands',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VE' => 'Venezuela',
'VN' => 'Viet Nam',
'VG' => 'Virgin Islands, British',
'VI' => 'Virgin Islands, U.S.',
'WF' => 'Wallis And Futuna',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$object_id = (int) 75
$post_id = (int) 75
$post_title = 'Let's shut down factory farms once and for all'
$permalink = 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all'
$dataConfig = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$block_title = 'Sign for the end of factory farms'
$tweet = 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!'
$subscriber_list = 'zMBMlLISFsZ1FrFUIaRaFQ'
$drive_form = '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ'
$drive_fields = ''
$block_descr = ''
$translate = [
'block_descr' => '',
'sign_button' => 'Firma ahora',
'sign_facebook' => 'Firma con Facebook',
'h1' => 'Sign for the end of factory farms',
'h1_thanks' => '¡Gracias por tu firma!',
'thanks' => 'Tu apoyo es fundamental para tener éxito en esta campaña. Ayúdanos a que más gente pueda firmar, compartiendo esta petición entre tus amigos.',
'share' => 'Ayúdanos a difundir esta petición',
'share_facebook' => 'Comparte en Facebook',
'share_twitter' => 'Comparte en Twitter',
'share_whatsapp' => 'Whatsapp',
'share_telegram' => 'Telegram',
'share_text' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'donate' => 'Apoya esta campaña',
'membership' => 'Ayudándonos a seguir trabajando por los animales con una pequeña <a href="#donations" target="_blank">aportación</a>. Sé un héroe para los animales.',
'facebook_thankyou' => 'Gracias',
'facebook_signed' => 'Has firmado esta petición con tu cuenta de Facebook.',
'facebook_another_account' => 'Si quieres firmar con otra cuenta',
'facebook_click_here' => 'pulsa aquí',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'city' => 'Ciudad',
'country' => 'Escoge un País',
'isnt_your_country' => '¿No es tu localidad?',
'action' => 'Me ofrezco para...',
'accept_policy' => 'Acepto la <a href="https://www.animanaturalis.org/politica-de-privacidad" target="_blank">Política de Privacidad</a>',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="https://www.animanaturalis.org/p/politica-de-privacidad" target="_blank">política de privacidad</a>.'
]
$share_param = 'spa'
$url = 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all?share=spa'
$collect_data = true
$ipaddress_country_id = ''</pre><pre class="stack-trace">include - APP/Template/Element/form-petition.ctp, line 818
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 189
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234</pre></div></pre></div><div class="col-md-6"><div class="form-floating"><select name="country_id" class="form-select" required="required" id="country-id"><option value="AF">Afghanistan</option><option value="AX">Aland Islands</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua And Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia And Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei Darussalam</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keeling) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote D'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="DO">Dominican Republic</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FK">Falkland Islands (Malvinas)</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Greece</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GG">Guernsey</option><option value="GN">Guinea</option><option value="GW">Guinea-Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard Island & Mcdonald Islands</option><option value="VA">Holy See (Vatican City State)</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran, Islamic Republic Of</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IM">Isle Of Man</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="JP">Japan</option><option value="JE">Jersey</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KR">Korea</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Lao People's Democratic Republic</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libyan Arab Jamahiriya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macao</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">Mexico</option><option value="FM">Micronesia, Federated States Of</option><option value="MD">Moldova</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="ME">Montenegro</option><option value="MS">Montserrat</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="MM">Myanmar</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NC">New Caledonia</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PW">Palau</option><option value="PS">Palestinian Territory, Occupied</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="BL">Saint Barthelemy</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts And Nevis</option><option value="LC">Saint Lucia</option><option value="MF">Saint Martin</option><option value="PM">Saint Pierre And Miquelon</option><option value="VC">Saint Vincent And Grenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome And Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="RS">Serbia</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="SK">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia And Sandwich Isl.</option><option value="ES">España</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SJ">Svalbard And Jan Mayen</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syrian Arab Republic</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TL">Timor-Leste</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad And Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks And Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UM">United States Outlying Islands</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VE">Venezuela</option><option value="VN">Viet Nam</option><option value="VG">Virgin Islands, British</option><option value="VI">Virgin Islands, U.S.</option><option value="WF">Wallis And Futuna</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="country-id">Escoge un País</label></div></div></div></div><input type="hidden" name="action" id="action" value="petition"/><small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="https://www.animanaturalis.org/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small><input type="hidden" name="notes" id="notes"/><input type="hidden" name="recruiter" id="recruiter"/><input type="hidden" name="ip_address" id="ip-address" value="3.15.219.78"/><input type="hidden" name="object_id" id="object-id" value="75"/><input type="hidden" name="post_id" id="post-id" value="75"/><input type="hidden" name="post_title" id="post-title" value="Let's shut down factory farms once and for all"/><input type="hidden" name="post_url" id="post-url" value="https://www.animanaturalis.org/n/75"/><input type="hidden" name="list" id="list" value="zMBMlLISFsZ1FrFUIaRaFQ"/><input type="hidden" name="drive_form" id="drive-form" value="1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ"/><input type="hidden" name="drive_fields" id="drive-fields" value=""/><div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><div class="form-group"><div class="controls"><button type="button" class="btn btn-primary btn-submit form-control">Firma ahora</button></div></div></fieldset><fieldset class="signature-xs-btn"><div class="form-group"><div class="controls"><button type="button" onclick="$('.signature-xs-btn').hide();$('.signature-fields').show();$('.signature-fix-position').click();" class="btn btn-primary btn-submit form-control">Firma ahora</button><a href="#form-wrapper" class="signature-fix-position" style="display:none;"></a></div></div></fieldset></div></form>
</div>
</div>
</div>
</div>
<div id="social" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body"></div>
</div>
</div>
</div> </div>
<div id="content-wrapper">
<div class="blocks-wrapper">
<div class="container blocks-container">
<div class="row blocks-row">
<div class="col-lg-7 col-md-6 blocks-col block-1">
<div class="inner block-content"><h2>Factory farms</h2><p><strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-2">
<div class="inner block-content"><h2>Global warming</h2><p>To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-3">
<div class="inner block-content"><h2>Antibiotics</h2><p>According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-4">
<div class="inner block-content"><h2>Zoonosis</h2><p><a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-5">
<div class="inner block-content"><h2><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-trace').style.display = (document.getElementById('cakeErr68104058aaa68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: h1 [<b>APP/Template/Element/block-json-content.ctp</b>, line <b>53</b>]<div id="cakeErr68104058aaa68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-code').style.display = (document.getElementById('cakeErr68104058aaa68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-context').style.display = (document.getElementById('cakeErr68104058aaa68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058aaa68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <div class="col-lg-7 col-md-6 blocks-col block-<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$i</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <div class="inner block-content"><h2><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$block</span><span style="color: #007700">[</span><span style="color: #DD0000">'h1'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h2><p><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$block</span><span style="color: #007700">[</span><span style="color: #DD0000">'text'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></p></div>
</span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">>
</span></span></code></pre><pre id="cakeErr68104058aaa68-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/block-json-content.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'block_descr' => '',
'content' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 0 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'language' => 'spa'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$block_descr = ''
$content = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
],
(int) 0 => [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$language = 'spa'
$block_cols = (int) 7
$i = (int) 5
$block = [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]</pre><pre class="stack-trace">include - APP/Template/Element/block-json-content.ctp, line 53
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::Cake\View\{closure}() - CORE/src/View/View.php, line 778
Cake\View\View::cache() - CORE/src/View/View.php, line 818
Cake\View\View::element() - CORE/src/View/View.php, line 779
include - APP/Template/Posts/render_landing.ctp, line 279
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120</pre></div></pre></h2><p><p><!--PETITION start--><!--PETITION end--></p>
</p></div>
</div>
</div>
</div>
</div>
<div class="postfix-wrapper">
<div class="container postfix-container">
<div class="row postfix-row">
<div class="col-lg-7 col-md-6 postfix-col">
<div class="postfix-content"><p>Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.</p></div>
</div>
</div>
</div>
</div>
<div id="bottomMenu" class="bottomMenu">
<div class="bottomMenu-wrapper">
<div class="bottomMenu-content">
<div class="form-group">
<div class="controls">
<button onclick="$('#bottomMenu').hide();$('.signature-xs-btn').hide();$('.signature-fields').show();$('.signature-fix-position').click();" class="btn btn-primary btn-submit form-control" type="submit">Firma ahora</button> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="last-posts-cols">
<div class="container">
<h2>Últimas publicaciones</h2><div class="row row-eq-height"><div class="col-lg-4 col-md-6 post"><a href="/n/46748/animanaturalis-photograph-featured-in-silent-suffering-exhibition-at-the-european-parliament" class="img-holder" target="blank"><img src="/img/posts/med/202410/P03-35566.jpg" alt="AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament" title="AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament"/></a><h2><a href="/n/46748/animanaturalis-photograph-featured-in-silent-suffering-exhibition-at-the-european-parliament" target="blank">AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament</a></h2> <div class="date">03 octubre 2024</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46616/letter-to-carlitos-the-brave-rabbit" class="img-holder" target="blank"><img src="/img/posts/med/202401/P20-98989.jpg" alt="Letter to Carlitos, the brave rabbit" title="Letter to Carlitos, the brave rabbit"/></a><h2><a href="/n/46616/letter-to-carlitos-the-brave-rabbit" target="blank">Letter to Carlitos, the brave rabbit</a></h2> <div class="date">20 enero 2024</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46605/animanaturalis-rescues-six-rabbits-from-the-darkness-of-farms" class="img-holder" target="blank"><img src="/img/posts/med/202312/P11-68152.jpg" alt="AnimaNaturalis rescues six rabbits from darkness" title="AnimaNaturalis rescues six rabbits from darkness"/></a><h2><a href="/n/46605/animanaturalis-rescues-six-rabbits-from-the-darkness-of-farms" target="blank">AnimaNaturalis rescues six rabbits from darkness</a></h2> <div class="date">10 diciembre 2023</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46567/we-bring-to-light-the-horror-of-rabbit-factory-farms-in-spain" class="img-holder" target="blank"><img src="/img/posts/med/202310/P06-81713.jpg" alt="We bring to light the horror of rabbit factory farms in Spain" title="We bring to light the horror of rabbit factory farms in Spain"/></a><h2><a href="/n/46567/we-bring-to-light-the-horror-of-rabbit-factory-farms-in-spain" target="blank">We bring to light the horror of rabbit factory farms in Spain</a></h2> <div class="date">06 octubre 2023</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46417/the-cruel-truth-about-the-spanish-turkey-farms" class="img-holder" target="blank"><img src="/img/posts/med/202212/P21-92045.jpg" alt="The cruel truth about the Spanish turkey farms" title="The cruel truth about the Spanish turkey farms"/></a><h2><a href="/n/46417/the-cruel-truth-about-the-spanish-turkey-farms" target="blank">The cruel truth about the Spanish turkey farms</a></h2> <div class="date">21 diciembre 2022</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46275/this-is-the-reality-of-pig-fattening-farms-in-spain" class="img-holder" target="blank"><img src="/img/posts/med/202206/P20-68245.jpg" alt="This is the reality of pig fattening farms in Spain" title="This is the reality of pig fattening farms in Spain"/></a><h2><a href="/n/46275/this-is-the-reality-of-pig-fattening-farms-in-spain" target="blank">This is the reality of pig fattening farms in Spain</a></h2> <div class="date">20 junio 2022</div></div> </div>
</div>
<a name="donations" id="donations"></a>
<section id="donation-wrapper" class="donate-block-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-12">
<div class="donation-description">
<h1>Support our campaign</h1>
</div>
</div>
<div class="col-md-8 col-sm-12 donation-options">
<div class="row">
<div class="col-lg-8 col-md-12">
<section class="donate-form-widget mb-5" id="donate-form-widget">
<form method="post" accept-charset="utf-8" class="needs-validation" id="donate-form" action="/apoyanos/es"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div> <div class="donate-form-card donate-form-once" id="donate-form-once" >
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Escoge cuánto donar </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount" value=""/><div class="col-4"><input type="radio" name="amount" value="25" class="btn-check" id="amount-25"><label class="btn btn-amount" for="amount-25">25 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="35" class="btn-check" checked="checked" id="amount-35"><label class="btn btn-amount" for="amount-35">35 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="50" class="btn-check" id="amount-50"><label class="btn btn-amount" for="amount-50">50 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="100" class="btn-check" id="amount-100"><label class="btn btn-amount" for="amount-100">100 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other" id="donate-form-other-once-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other" id="donate-form-other-once-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Haz un donativo </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-once-method" id="donate-form-once-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> <a href="#donate" class="edit-amount-once">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="paypal">PayPal</button></div><div class="col"><button class="btn btn-method" type="button" rel="bizum">Bizum</button></div><div class="col"><button class="btn btn-method" type="button" rel="deposit">Transferencia</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal" id="donate-form-method-alert-paypal" style="display: none;">
<div class="card-alert">
<small>En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal" id="donate-form-method-paypal" >
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-deposit" id="donate-form-method-alert-deposit" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-deposit" id="donate-form-method-deposit" style="display: none;">
<div class="card-hero">
<small>Puedes realizar una donación directamente a nuestra cuenta de banco:</small>
<p><p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p></p>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bizum" id="donate-form-method-alert-bizum" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bizum" id="donate-form-method-bizum" style="display: none;">
<div class="card-hero">
<small>Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.</small>
<div class="text-hero h1 text-center">01063</div>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-once-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="once-name"/><label for="once-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="once-lastname"/><label for="once-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="once_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="once-email"/><label for="once-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="once-dni"/><label for="once-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="once-region-id" value=""/><label for="once-region-id">Provincia</label></div> </div></div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-paypal">
Siguiente paso </button>
</div>
</div>
</div>
<div class="card-footer donate-form-footer text-muted text-center">Aumenta tu impacto donando cada mes.<br><strong><a href="#donate-form-widget" class="edit-amount-monthly">Hazte Socio/a de AnimaNaturalis</a></strong> </div>
</div>
</div>
<div class="donate-form-card donate-form-monthly" id="donate-form-monthly" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona una cantidad cada mes </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount-monthly" value=""/><div class="col-4"><input type="radio" name="amount-monthly" value="10" class="btn-check" id="amount-monthly-10"><label class="btn btn-amount" for="amount-monthly-10">10 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="20" class="btn-check" checked="checked" id="amount-monthly-20"><label class="btn btn-amount" for="amount-monthly-20">20 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="30" class="btn-check" id="amount-monthly-30"><label class="btn btn-amount" for="amount-monthly-30">30 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="40" class="btn-check" id="amount-monthly-40"><label class="btn btn-amount" for="amount-monthly-40">40 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other-monthly" id="donate-form-other-monthly-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other-monthly" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other-monthly">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other-monthly" id="donate-form-other-monthly-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Hazte socio/a </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-monthly-method" id="donate-form-monthly-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> al mes <a href="#donate" class="edit-amount-monthly">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="bank">Domicil. Bancaria</button></div><div class="col"><button class="btn btn-method" type="button" rel="paypal-recurring">PayPal</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal-recurring" id="donate-form-method-alert-paypal-recurring" style="display: none;">
<div class="card-alert">
<small> En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal-recurring" id="donate-form-method-paypal-recurring" style="display: none;">
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bank" id="donate-form-method-alert-bank" style="display: none;">
<div class="card-alert">
<small>Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bank" id="donate-form-method-bank" >
<div class="card-hero">
<img src="/img/donate/thumbs-up.svg" class="mb-2 me-3 float-start" width="50">
<small>Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.</small>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-monthly-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="monthly-name"/><label for="monthly-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="monthly-lastname"/><label for="monthly-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="monthly_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="monthly-email"/><label for="monthly-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2 bank-account-control" >
<div class="col-md-12">
<div class="form-floating"><input type="text" name="monthly_account" placeholder="ES00 0000 0000 00 0000000000" rel="member-account" class="form-control form-control-account" id="monthly-account"/><label for="monthly-account"><span class="far fa-money-check-alt"></span> Cuenta Bancaria</label></div> </div>
</div>
<strong class="small text-uppercase"><span class="fas fa-user-circle"></span> Información para Socios/as</strong>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="monthly-dni"/><label for="monthly-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_phone" placeholder="Teléfono" rel="member-phone" class="form-control" id="monthly-phone"/><label for="monthly-phone">Teléfono</label></div> </div>
<div class="col-md-12">
<div class="collapse show"><div class="row g-0"><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_city" placeholder="Ciudad" rel="member-city" class="form-control" id="monthly-city" value=""/><label for="monthly-city">Ciudad</label></div></div><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="monthly-region-id" value=""/><label for="monthly-region-id">Provincia</label></div></div><div class="col-md-4"><div class="form-floating"><select name="monthly_country_id" rel="member-country-id" class="form-select country-select" id="monthly-country-id"><option value="NN"></option><option value="AF">Afghanistan</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia and Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="MM">Burma</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keelings) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote d'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="ES">España</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Grecia</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="SJ">Jan Mayen Island</option><option value="JP">Japón</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">México</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="DO">Rep. Dominicana</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts & Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="VC">Saint Vincent & Guenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome and Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="CS">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia and South Sandwich Island</option><option value="KR">South Korea</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks & Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VA">Vatican City</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZR">Zaire</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="monthly-country-id">País</label></div></div></div></div> </div></div>
<strong class="small text-uppercase"><span class="fas fa-birthday-cake"></span> Fecha de nacimiento</strong>
<div class="row g-1 my-1">
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_day" min="1" max="31" placeholder="29" class="form-control form-number" id="monthly-birthday-day"/><label for="monthly-birthday-day">Día</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><select name="monthly_birthday_month" placeholder="Mes" class="form-select" id="monthly-birthday-month"><option value="01">Enero</option><option value="02">Febrero</option><option value="03">Marzo</option><option value="04" selected="selected">Abril</option><option value="05">Mayo</option><option value="06">Junio</option><option value="07">Julio</option><option value="08">Agosto</option><option value="09">Septiembre</option><option value="10">Octubre</option><option value="11">Noviembre</option><option value="12">Deciembre</option></select><label for="monthly-birthday-month">Mes</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_year" min="1925" max="2025" placeholder="1990" class="form-control form-number" id="monthly-birthday-year"/><label for="monthly-birthday-year">Año</label></div> </div>
</div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-bank">
Siguiente paso </button>
</div>
</div>
</div>
</div>
</div>
<div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><input type="hidden" name="timer" value="1745895512"/><input type="hidden" name="action" value="thanks"/><input type="hidden" name="amount" id="amount" value="0"/><input type="hidden" name="once" id="once" value="1"/><input type="hidden" name="monthly" id="monthly" value="0"/><input type="hidden" name="currency_code" id="currency-code" value="EUR"/><input type="hidden" name="currency_symbol" id="currency-symbol" value="€"/><input type="hidden" name="currency" id="currency" value="euros (€)"/><input type="hidden" name="method" id="method"/><input type="hidden" name="member_name" id="member-name"/><input type="hidden" name="member_lastname" id="member-lastname"/><input type="hidden" name="member_email" id="member-email"/><input type="hidden" name="member_city" id="member-city" value=""/><input type="hidden" name="member_region" id="member-region" value="-"/><input type="hidden" name="member_region_id" id="member-region-id" value="-"/><input type="hidden" name="member_country_id" id="member-country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-trace').style.display = (document.getElementById('cakeErr68104058ace61-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1790</b>]<div id="cakeErr68104058ace61-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-code').style.display = (document.getElementById('cakeErr68104058ace61-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-context').style.display = (document.getElementById('cakeErr68104058ace61-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058ace61-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_phone'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden' </span><span style="color: #007700">) );
</span></span></code></pre><pre id="cakeErr68104058ace61-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'widget' => 'once'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$widget = 'once'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1790
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/block-donations.ctp, line 244
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 412
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="member_country" id="member-country"/><input type="hidden" name="member_phone" id="member-phone"/><input type="hidden" name="member_account" id="member-account"/><input type="hidden" name="member_dni" id="member-dni"/><input type="hidden" name="birthday" id="birthday"/><input type="hidden" name="address" id="address"/><input type="hidden" name="zip" id="zip"/><input type="hidden" name="country_id" id="country-id" value="ES"/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-trace').style.display = (document.getElementById('cakeErr68104058ad8d0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1800</b>]<div id="cakeErr68104058ad8d0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-code').style.display = (document.getElementById('cakeErr68104058ad8d0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-context').style.display = (document.getElementById('cakeErr68104058ad8d0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058ad8d0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$country_id </span><span style="color: #007700">) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">] ) );
</span></span></code></pre><pre id="cakeErr68104058ad8d0-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'widget' => 'once'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$widget = 'once'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1800
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/block-donations.ctp, line 244
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 412
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="country" id="country"/><input type="hidden" name="web_version" id="web-version" value="es"/><input type="hidden" name="region_id" id="region-id" value="-"/><input type="hidden" name="region_name" id="region-name" value=""/><input type="hidden" name="city" id="city" value=""/><input type="hidden" name="deposit" id="deposit" value="<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>"/><input type="hidden" name="bizum" id="bizum" value="01063"/><input type="hidden" name="repeat-monthly" id="repeat-monthly"/></form> <small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small>
<form method="post" accept-charset="utf-8" id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div><input type="hidden" name="business" id="paypal_business" value="TNTUK7NTZP7E6"/><input type="hidden" name="cmd" id="paypal_cmd" value="_donations"/><input type="hidden" name="item_name" id="paypal_item" value="Donativo a AnimaNaturalis"/><input type="hidden" name="item_number" id="paypal_item_number" value=""/><input type="hidden" name="currency_code" id="paypal_currency" value="EUR"/><input type="hidden" name="amount" id="paypal_amount"/><input type="hidden" name="a3" id="paypal_amount_a3"/><input type="hidden" name="lc" id="lc" value="es_ES"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_shipping" id="no-shipping" value="1"/><input type="hidden" name="rm" id="rm" value="1"/><input type="hidden" name="src" id="src" value="1"/><input type="hidden" name="p3" id="p3" value="1"/><input type="hidden" name="srt" id="srt" value="0"/><input type="hidden" name="t3" id="t3" value="M"/><input type="hidden" name="first_name" id="paypal_name"/><input type="hidden" name="last_name" id="paypal_lastname"/><input type="hidden" name="email" id="paypal_email"/><input type="hidden" name="return" id="return" value="https://www.animanaturalis.org/posts/home/es/ok"/><input type="hidden" name="cancel_return" id="cancel-return" value="https://www.animanaturalis.org/posts/home/es/error"/><div class="submit"><input type="submit" id="paypal_submit" style="display:none;" value="submit"/></div><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" style="display:none;"></form>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<a class="scroll-top-arrow" href="#top"><i class="fas fa-arrow-up"></i></a>
</div> </main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/alertas" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="/js/theme-petition.js?1637794867"></script><script>jQuery(document).ready(function(t){function e(){t("#form-counter").load("/posts/total/75/bar/petition/spa",function(){setTimeout(e,3e3)})}t(function(){e()})});</script><script src="https://www.google.com/recaptcha/api.js?render=6Lfhk7gjAAAAADM3yLMTzqGsITTSBnZ6XN0iQBx1"></script><script>grecaptcha.ready(function() {
grecaptcha.execute("6Lfhk7gjAAAAADM3yLMTzqGsITTSBnZ6XN0iQBx1", {action: "validate_captcha"}).then(function(token) {
$("#mainForm").prepend("<input type=\"hidden\" name=\"token\" value=\"" + token + "\">");
});;
});</script><script src="/js/forms.js?1654785602"></script><script>$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});</script><script src="/js/members.js?1733430724"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 152
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 57
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 181 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-trace').style.display = (document.getElementById('cakeErr68104058aeb3b-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [<b>APP/Template/Layout/default.ctp</b>, line <b>116</b>]<div id="cakeErr68104058aeb3b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-code').style.display = (document.getElementById('cakeErr68104058aeb3b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aeb3b-context').style.display = (document.getElementById('cakeErr68104058aeb3b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058aeb3b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">header</span><span style="color: #007700">( </span><span style="color: #DD0000">"Content-Type: text/html;charset=utf-8" </span><span style="color: #007700">);
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB">
</span></span></code></pre><pre id="cakeErr68104058aeb3b-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
]</pre><pre class="stack-trace">header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html><html>
<head>
<title>
Let's shut down factory farms once and for all | AnimaNaturalis </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta charset="utf-8"/>
<meta name="robots" content="Index,Follow"/>
<meta name="revisit-after" content="1 days"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="publisher" content="AnimaNaturalis"/>
<meta name="facebook-domain-verification" content="0aqbg5t05ivz6kefd2ibt5cclrdird" />
<link rel="canonical" href="https://www.animanaturalis.org/n/75"/>
<meta name="description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta name="keywords" content="animals,shut,down,factory,farms,once,profits,factories,huge,meat"/><meta property="og:title" content="Let's shut down factory farms once and for all"/><meta property="og:description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta property="og:url" content="https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"/><meta property="og:site_name" content="AnimaNaturalis"/><meta property="og:type" content="website"/><meta property="og:locale" content="es_ES"/><meta property="og:image" content="https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg"/><meta property="og:image:type" content="image/jpg"/><meta property="og:image:width" content="200"/><meta property="og:image:height" content="200"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@animanaturalis"/><meta name="twitter:title" content="Let's shut down factory farms once and for all"/><meta name="twitter:description" content="Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them."/><meta name="twitter:image" content="https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg"/><meta name="twitter:image:alt" content="Let's shut down factory farms once and for all"/><meta name="twitter:url" content="https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"/><meta name="twitter:creator" content="@animanaturalis"/><meta name="twitter:domain" content="AnimaNaturalis"/><script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "Let's shut down factory farms once and for all","alternativeHeadline": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","keywords": ["animals","shut","down","factory","farms","once","profits","factories","huge","meat"],"image": "https://www.animanaturalis.org/img/posts/med/202201/P12-24206.jpg","author": "AnimaNaturalis","genre": "Granjas Industriales","url": "https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all","mainEntityOfPage": {"@type": "WebPage","@id": "https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all"},"datePublished": "22/4/03, 12:40","dateCreated": "22/4/03, 12:40","dateModified": "7/10/23, 14:43","description": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","articleBody": "Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.","publisher": {"@type": "Organization","name": "AnimaNaturalis","logo": {"@type": "ImageObject","url": "https://www.animanaturalis.org/img/fb-image.jpg","width": 800,"height": 800}}}</script> <link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="/img/older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/img/iPad-Pro.png">
<link href="/rss" type="application/rss+xml" rel="alternate" title="AnimaNaturalis"/>
<link rel="stylesheet" href="/css/bootstrap.min.css?1663583554"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/>
<link rel="stylesheet" href="/css/hc-offcanvas-nav.css?1637793486"/>
<link rel="stylesheet" href="/css/style.css?1741469436"/>
<link rel="stylesheet" href="/css/fontawesome/css/all.min.css?1696423896"/><link rel="stylesheet" href="/css/petition-palette.css?1637793490"/><link rel="stylesheet" href="/css/render-landing.css?1652191476"/><style>.main{background-image: url("/img/posts/full/202201/P12-24206.jpg");} @media (max-width: 767px){.wrapper{background-image: url("/img/posts/full/202201/P12-24206.jpg");}}body,footer{background-color:#010101 !important;}body,.main,footer,.btn-donations{color:;}.total-bar,.total-count,#signatures,.bottomMenu-wrapper{background-color: !important;}.prefix-wrapper,.postfix-wrapper,.prefix-content,.postfix-content{background-color:;}.block-content,.scroll-top-arrow,.btn-donations:hover,.btn-submit:hover{background-color:;}.progress-bar,#donation-wrapper,.btn-donations,nav .donate-link{background-color:;}.btn-submit,nav .donate-link:hover{background-color:;}</style><link rel="stylesheet" href="/css/members.css?1696589597"/>
<script src="/js/jquery-3.5.1.min.js?1637794861"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css"/>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2635241426521687');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2635241426521687&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
</head>
<body class="layout-es spa posts-display-75" id="posts-display">
<script>
window.fbAsyncInit = function () {
FB.init( {
appId: '',
cookie: true,
xfbml: true,
version: 'v6.0'
} );
//FB.getLoginStatus(function(response) {statusChangeCallback(response);});
};
( function ( d, s, id ) {
var js, fjs = d.getElementsByTagName( s )[ 0 ];
if ( d.getElementById( id ) ) return;
js = d.createElement( s );
js.id = id;
js.src = "https://connect.facebook.net/es_LA/sdk.js";
fjs.parentNode.insertBefore( js, fjs );
}( document, 'script', 'facebook-jssdk' ) );
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener( "load", function () {
window.cookieconsent.initialise( {
"palette": {
"popup": {
"background": "#1d8a8a"
},
"button": {
"background": "#62ffaa"
}
},
"position": "top",
"content": {
"message": "Esta web utiliza cookies para ofrecer una mejor experiencia de usuario. ",
"dismiss": "De Acuerdo",
"link": "Leer más",
"href": "/cookies"
}
} )
} );
</script>
<!-- Page Content -->
<div id="main-wrapper">
<a name="top"></a>
<header class="fixed-top bg-dark">
<div class="container">
<nav class="navbar navbar-dark bg-transparent">
<div class="navbar-brand">
<a href="/" class="logo">
<img src="/img/logo.png?1627410125" alt="Por un mundo más justo para los animales"/> </a>
</div>
</nav>
<nav class="navbar navbar-expand navbar-dark bg-transparent float-end">
<div class="ml-auto">
<ul class="navbar-nav">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li><li class="nav-item"><a href="#" id="nav-item-1" class="nav-link">En Acción</a></li><li class="nav-item"><a href="#" id="nav-item-2" class="nav-link">Únete</a></li><li class="nav-item"><a href="#" id="nav-item-3" class="nav-link">Campañas</a></li><li class="nav-item"><a href="#" id="nav-item-4" class="nav-link">Conócenos</a></li><li class="nav-item"><a href="#" id="nav-item-5" class="nav-link">Apóyanos</a></li> <li class="nav-item nav-sidebar">
<div id="main-nav" class="sidebar" style="display: none;">
<ul><li class="sidebar-item item-pos-1-1"><a href="#" class="sidebar-link">En Acción</a><ul><li class="sidebar-item item-pos-2-1"><a href="/alertas" class="sidebar-link">Actúa Ahora</a></li><li class="sidebar-item item-pos-2-2"><a href="/alertas" class="sidebar-link">Alertas de Acción</a></li><li class="sidebar-item item-pos-2-3"><a href="/noticias" class="sidebar-link">Últimas Noticias</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Campañas</a><ul><li class="sidebar-item item-pos-3-1"><a href="https://www.granjas.org" class="sidebar-link" target="_blank">Granjas Industriales</a></li><li class="sidebar-item item-pos-3-2"><a href="https://www.fiestascrueles.org" class="sidebar-link" target="_blank">Fiestas Crueles</a></li><li class="sidebar-item item-pos-3-3"><a href="https://www.salvemosalosgalgos.org" class="sidebar-link" target="_blank">Salvemos a los Galgos</a></li><li class="sidebar-item item-pos-3-4"><a href="/VictimasDeLaCaza" class="sidebar-link">Víctimas de la Caza</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.sinpiel.org" class="sidebar-link" target="_blank">Sin Piel</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.proucorrebous.cat" class="sidebar-link" target="_blank">Prou Correbous</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/en-accion" class="sidebar-link">Hitos importantes</a></li><li class="sidebar-item item-pos-2-6"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-7"><a href="/blog" class="sidebar-link">Blog</a></li></ul></li><li class="sidebar-item item-pos-1-2"><a href="#" class="sidebar-link">Únete</a><ul><li class="sidebar-item item-pos-2-1"><a href="/red" class="sidebar-link">Red de Activistas</a></li><li class="sidebar-item item-pos-2-2"><a href="/n/75" class="sidebar-link">Grupos Locales</a></li><li class="sidebar-item item-pos-2-3"><a href="/contacto/practicas" class="sidebar-link">Prácticas Profesionales</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Manual del Activista</a><ul><li class="sidebar-item item-pos-3-1"><a href="/manual" class="sidebar-link">Guía de Activismo</a></li><li class="sidebar-item item-pos-3-2"><a href="/manual/activismo" class="sidebar-link">Activismo a diario</a></li><li class="sidebar-item item-pos-3-3"><a href="/manual/prensa" class="sidebar-link">Trabaja con la prensa</a></li><li class="sidebar-item item-pos-3-4"><a href="/i/1677" class="sidebar-link">Activismo en 5 minutos</a></li><li class="sidebar-item item-pos-3-5"><a href="/i/1678" class="sidebar-link">Activismo en 15 minutos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="/eventos" class="sidebar-link">Próximas Acciones</a></li><li class="sidebar-item item-pos-2-6"><a href="/alta" class="sidebar-link">Suscribe al Boletín</a></li></ul></li><li class="sidebar-item item-pos-1-3"><a href="#" class="sidebar-link">Nuestra Causa</a><ul><li class="sidebar-item item-pos-2-1"><a href="#" class="sidebar-link">Animales como Comida</a><ul><li class="sidebar-item item-pos-3-1"><a href="/granja-industrial" class="sidebar-link">Granjas Industriales</a><ul><li class="sidebar-item item-pos-4-1"><a href="/granja-industrial/terneros" class="sidebar-link">terneros</a></li><li class="sidebar-item item-pos-4-2"><a href="/granja-industrial/cerdos" class="sidebar-link">cerdos</a></li><li class="sidebar-item item-pos-4-3"><a href="/granja-industrial/conejos" class="sidebar-link">conejos</a></li><li class="sidebar-item item-pos-4-4"><a href="/granja-industrial/leche" class="sidebar-link">leche</a></li><li class="sidebar-item item-pos-4-5"><a href="/granja-industrial/huevos" class="sidebar-link">huevos</a></li></ul></li><li class="sidebar-item item-pos-3-2"><a href="/pesca-industrial" class="sidebar-link">Pesca Industrial</a></li><li class="sidebar-item item-pos-3-3"><a href="/i/952" class="sidebar-link">Foie Gras</a></li><li class="sidebar-item item-pos-3-4"><a href="https://www.hazteveg.com/articulos/primer-paso" class="sidebar-link" target="_blank">Cómo ser vegano</a></li><li class="sidebar-item item-pos-3-5"><a href="https://www.hazteveg.com/recetas" class="sidebar-link" target="_blank">Recetas 100% veganas</a></li><li class="sidebar-item item-pos-3-6"><a href="https://www.hazteveg.com/articulos/nutricion" class="sidebar-link" target="_blank">Guía para una Vida Sin Carne</a></li></ul></li><li class="sidebar-item item-pos-2-2"><a href="#" class="sidebar-link">Tradiciones Crueles</a><ul><li class="sidebar-item item-pos-3-1"><a href="/tradiciones-crueles/tauromaquia" class="sidebar-link">Tauromaquia</a></li><li class="sidebar-item item-pos-3-2"><a href="/tradiciones-crueles/correbous" class="sidebar-link">Festejos Populares</a></li><li class="sidebar-item item-pos-3-3"><a href="/tradiciones-crueles/peleas-de-perros" class="sidebar-link">Peleas de Perros</a></li><li class="sidebar-item item-pos-3-4"><a href="/tradiciones-crueles/peleas-de-gallos" class="sidebar-link">Peleas de Gallos</a></li><li class="sidebar-item item-pos-3-5"><a href="/tradiciones-crueles/rodeo" class="sidebar-link">Rodeo</a></li></ul></li><li class="sidebar-item item-pos-2-3"><a href="/caza" class="sidebar-link">Caza</a></li><li class="sidebar-item item-pos-2-4"><a href="#" class="sidebar-link">Animales en Entretenimiento</a><ul><li class="sidebar-item item-pos-3-1"><a href="/circos" class="sidebar-link">Circos</a></li><li class="sidebar-item item-pos-3-2"><a href="/delfinario" class="sidebar-link">Delfinarios</a></li><li class="sidebar-item item-pos-3-3"><a href="/zoologico" class="sidebar-link">Zoológicos y Acuarios</a></li><li class="sidebar-item item-pos-3-4"><a href="/carreras-de-caballos" class="sidebar-link">Carreras de Caballos</a></li><li class="sidebar-item item-pos-3-5"><a href="/carreras-de-galgos" class="sidebar-link">Carreras de Galgos</a></li></ul></li><li class="sidebar-item item-pos-2-5"><a href="#" class="sidebar-link">Animales para Vestir</a><ul><li class="sidebar-item item-pos-3-1"><a href="/pieles" class="sidebar-link">Pieles</a></li><li class="sidebar-item item-pos-3-2"><a href="/lana" class="sidebar-link">Lana</a></li><li class="sidebar-item item-pos-3-3"><a href="/cuero" class="sidebar-link">Cuero</a></li><li class="sidebar-item item-pos-3-4"><a href="/plumas" class="sidebar-link">Plumas</a></li><li class="sidebar-item item-pos-3-5"><a href="/seda" class="sidebar-link">Seda</a></li></ul></li><li class="sidebar-item item-pos-2-6"><a href="/en-laboratorios" class="sidebar-link">Animales en Laboratorios</a></li><li class="sidebar-item item-pos-2-7"><a href="/animales-en-casa" class="sidebar-link">Animales en Casa</a></li></ul></li><li class="sidebar-item item-pos-1-4"><a href="#" class="sidebar-link">Conócenos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/animanaturalis" class="sidebar-link">Acerca de AnimaNaturalis</a></li><li class="sidebar-item item-pos-2-2"><a href="/ideario" class="sidebar-link">Ideario</a></li><li class="sidebar-item item-pos-2-3"><a href="/redes" class="sidebar-link">Redes Sociales</a></li><li class="sidebar-item item-pos-2-4"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul></li><li class="sidebar-item item-pos-1-5"><a href="#" class="sidebar-link">Apóyanos</a><ul><li class="sidebar-item item-pos-2-1"><a href="/apoyanos" class="sidebar-link">Haz un donativo</a></li><li class="sidebar-item item-pos-2-2"><a href="/socios" class="sidebar-link">Afiliación</a></li><li class="sidebar-item item-pos-2-3"><a href="/un-euro" class="sidebar-link">Dona 1 €</a></li><li class="sidebar-item item-pos-2-4"><a href="/amazon" class="sidebar-link">Amazon Solidario</a></li><li class="sidebar-item item-pos-2-5"><a href="/simulador" class="sidebar-link">Beneficios Fiscales</a></li><li class="sidebar-item item-pos-2-6"><a href="/contacto/atencion" class="sidebar-link">Atención al Donante</a></li></ul></li><li class="sidebar-item item-pos-1-6"><a href="/contacto" class="sidebar-link">Contacto</a></li></ul> <ul class="sidebar-social">
<li class="sidebar-item sidebar-social-facebook"><a href="https://www.facebook.com/animanaturalisi" class="sidebar-link" target="_blank"><i class="fab fa-facebook fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-twitter"><a href="https://x.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-x-twitter fa-inverse"></i></a>
</li>
<li class="sidebar-item sidebar-social-instagram"><a href="https://www.instagram.com/animanaturalis" class="sidebar-link" target="_blank"><i class="fab fa-instagram fa-inverse"></i></a>
</li>
</ul>
<ul class="list-group sidebar-list-countries list-group-flush list-group-horizontal"><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/cl">Chile</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/co">Colombia</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ec">Ecuador</a></li><li class="list-group-item"><a class="sidebar-list-countries-item active" href="/v/es">España</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/mx">México</a></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/ve">Venezuela</a></li><li class="sidebar-list-countries-divider"><hr></li><li class="list-group-item"><a class="sidebar-list-countries-item" href="/v/en">English</a></li></ul>
</div>
</li>
<li class="nav-item donate-item">
<a href="/apoyanos" class="nav-link donate-link">dona</a> </li>
</ul>
</div>
</nav>
</div>
</header> <main role="main" class="main">
<div id="hero-wrapper"></div>
<div id="default-wrapper">
<div id="signatures">
<div id="form-wrapper"></div>
<div class="close-form" style="display: none;" onClick="$('#form-wrapper').fadeOut();">cerrar x</div>
<span id="form-counter"><div class="total-bar"><span id="total-signatures">20.721</span> <span class="supporters">firmantes</span><div class="progress">
<div class="progress-bar progress-bar-branded" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width:41.442%;">
</div>
</div><div class="text-right">Aún faltan <span id="needed-signatures">29.279</span> firmas para alcanzar las <span id="reach-signatures">50.000</span></div>
</div></span><div class="row">
<div class="col-md-12">
<div id="form-signatures">
<div class="inner collapse-group">
<form method="post" accept-charset="utf-8" class="needs-validation" id="mainForm" role="form" action="/posts/petition"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div>
<div class="form-post-success submitted" style="display:none;">
<h2>¡Gracias por tu firma!</h2><p>Tu apoyo es fundamental para tener éxito en esta campaña. Ayúdanos a que más gente pueda firmar, compartiendo esta petición entre tus amigos.</p><div class="row">
<div class="col-12">
<a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa" class="btn btn-facebook" target="_blank" onClick="return fbs_click(400,300)"><i class="fab fa-facebook-square"></i> Comparte en Facebook</a>
</div>
<div class="col-12">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa&text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21&original_referer=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75&related=animanaturalis&via=animanaturalis" class="btn btn-twitter" target="_blank"><i class="fab fa-twitter"></i> Comparte en Twitter</a></div>
<div class="col-6 d-md-none no-gutters-right">
<a href="https://api.whatsapp.com/send?text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21+https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa" class="btn btn-whatsapp" target="_blank"><i class="fab fa-whatsapp"></i> Whatsapp</a></div>
<div class="col-6 d-md-none no-gutters-left">
<a href="https://telegram.me/share/url?url=https%3A%2F%2Fwww.animanaturalis.org%2Fn%2F75%2FLet-s-shut-down-factory-farms-once-and-for-all%3Fshare%3Dspa&text=Let%27s+end+cruelty+on+farms+where+millions+of+animals+suffer+and+die+in+the+worst+conditions+you+can+imagine.+You+can+make+it+possible%21" class="btn btn-telegram" target="_blank"><i class="fab fa-telegram-plane"></i> Telegram</a></div>
</div>
<p>Ayudándonos a seguir trabajando por los animales con una pequeña <a href="#donations" target="_blank">aportación</a>. Sé un héroe para los animales.</p>
<a href="#donations" class="btn btn-donations">Apoya esta campaña</a>
</div>
<div class="form-post-action sign-here"><h1>Sign for the end of factory farms</h1><div class="default"><p></p></div><fieldset class="signature-fields"><div class="row g-0"><div class="col-md-6"><div class="form-floating"><input type="text" name="name" placeholder="Nombre" class="form-control" required="required" id="name"/><label for="name">Nombre</label></div></div><div class="col-md-6"><div class="form-floating"><input type="text" name="lastname" placeholder="Apellidos" class="form-control" required="required" id="lastname"/><label for="lastname">Apellidos</label></div></div></div><div class="form-floating"><input type="email" name="email" placeholder="Correo Electrónico" class="form-control" required="required" id="email"/><label for="email">Correo Electrónico</label></div><input type="hidden" name="phone" id="phone"/><div class="collapse show"><div class="row g-0"><div class="col-md-6"><div class="form-floating"><input type="text" name="city" placeholder="Ciudad" class="form-control" id="city" value=""/><label for="city">Ciudad</label></div><input type="hidden" name="region" id="region" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-trace').style.display = (document.getElementById('cakeErr68104058a992c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-petition.ctp</b>, line <b>818</b>]<div id="cakeErr68104058a992c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-code').style.display = (document.getElementById('cakeErr68104058a992c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058a992c-context').style.display = (document.getElementById('cakeErr68104058a992c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058a992c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $ipaddress_country_id </span><span style="color: #007700">= </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$dataConfig</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $ipaddress_country_name </span><span style="color: #007700">= </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$dataConfig</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ];
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if ( !empty( </span><span style="color: #0000BB">$ipaddress_country_id </span><span style="color: #007700">) && !</span><span style="color: #0000BB">array_key_exists</span><span style="color: #007700">( </span><span style="color: #0000BB">$ipaddress_country_id</span><span style="color: #007700">, </span><span style="color: #0000BB">$countries_list </span><span style="color: #007700">) ){
</span></span></code></pre><pre id="cakeErr68104058a992c-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-petition.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es',
'object_id' => (int) 75,
'post_id' => (int) 75,
'post_title' => 'Let's shut down factory farms once and for all',
'permalink' => 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all',
'dataConfig' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'block_title' => 'Sign for the end of factory farms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'subscriber_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => ''
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'AF' => 'Afghanistan',
'AX' => 'Aland Islands',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua And Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia And Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei Darussalam',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keeling) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote D'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'DO' => 'Dominican Republic',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FK' => 'Falkland Islands (Malvinas)',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Greece',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GG' => 'Guernsey',
'GN' => 'Guinea',
'GW' => 'Guinea-Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard Island & Mcdonald Islands',
'VA' => 'Holy See (Vatican City State)',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran, Islamic Republic Of',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IM' => 'Isle Of Man',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'JP' => 'Japan',
'JE' => 'Jersey',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KR' => 'Korea',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Lao People's Democratic Republic',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libyan Arab Jamahiriya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macao',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'Mexico',
'FM' => 'Micronesia, Federated States Of',
'MD' => 'Moldova',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'ME' => 'Montenegro',
'MS' => 'Montserrat',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'MM' => 'Myanmar',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NC' => 'New Caledonia',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PW' => 'Palau',
'PS' => 'Palestinian Territory, Occupied',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'BL' => 'Saint Barthelemy',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts And Nevis',
'LC' => 'Saint Lucia',
'MF' => 'Saint Martin',
'PM' => 'Saint Pierre And Miquelon',
'VC' => 'Saint Vincent And Grenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome And Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'RS' => 'Serbia',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'SK' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia And Sandwich Isl.',
'ES' => 'España',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SJ' => 'Svalbard And Jan Mayen',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syrian Arab Republic',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TL' => 'Timor-Leste',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad And Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks And Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UM' => 'United States Outlying Islands',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VE' => 'Venezuela',
'VN' => 'Viet Nam',
'VG' => 'Virgin Islands, British',
'VI' => 'Virgin Islands, U.S.',
'WF' => 'Wallis And Futuna',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$object_id = (int) 75
$post_id = (int) 75
$post_title = 'Let's shut down factory farms once and for all'
$permalink = 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all'
$dataConfig = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$block_title = 'Sign for the end of factory farms'
$tweet = 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!'
$subscriber_list = 'zMBMlLISFsZ1FrFUIaRaFQ'
$drive_form = '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ'
$drive_fields = ''
$block_descr = ''
$translate = [
'block_descr' => '',
'sign_button' => 'Firma ahora',
'sign_facebook' => 'Firma con Facebook',
'h1' => 'Sign for the end of factory farms',
'h1_thanks' => '¡Gracias por tu firma!',
'thanks' => 'Tu apoyo es fundamental para tener éxito en esta campaña. Ayúdanos a que más gente pueda firmar, compartiendo esta petición entre tus amigos.',
'share' => 'Ayúdanos a difundir esta petición',
'share_facebook' => 'Comparte en Facebook',
'share_twitter' => 'Comparte en Twitter',
'share_whatsapp' => 'Whatsapp',
'share_telegram' => 'Telegram',
'share_text' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'donate' => 'Apoya esta campaña',
'membership' => 'Ayudándonos a seguir trabajando por los animales con una pequeña <a href="#donations" target="_blank">aportación</a>. Sé un héroe para los animales.',
'facebook_thankyou' => 'Gracias',
'facebook_signed' => 'Has firmado esta petición con tu cuenta de Facebook.',
'facebook_another_account' => 'Si quieres firmar con otra cuenta',
'facebook_click_here' => 'pulsa aquí',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'city' => 'Ciudad',
'country' => 'Escoge un País',
'isnt_your_country' => '¿No es tu localidad?',
'action' => 'Me ofrezco para...',
'accept_policy' => 'Acepto la <a href="https://www.animanaturalis.org/politica-de-privacidad" target="_blank">Política de Privacidad</a>',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="https://www.animanaturalis.org/p/politica-de-privacidad" target="_blank">política de privacidad</a>.'
]
$share_param = 'spa'
$url = 'https://www.animanaturalis.org/n/75/Let-s-shut-down-factory-farms-once-and-for-all?share=spa'
$collect_data = true
$ipaddress_country_id = ''</pre><pre class="stack-trace">include - APP/Template/Element/form-petition.ctp, line 818
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 189
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234</pre></div></pre></div><div class="col-md-6"><div class="form-floating"><select name="country_id" class="form-select" required="required" id="country-id"><option value="AF">Afghanistan</option><option value="AX">Aland Islands</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua And Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia And Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei Darussalam</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keeling) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote D'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="DO">Dominican Republic</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FK">Falkland Islands (Malvinas)</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Greece</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GG">Guernsey</option><option value="GN">Guinea</option><option value="GW">Guinea-Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard Island & Mcdonald Islands</option><option value="VA">Holy See (Vatican City State)</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran, Islamic Republic Of</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IM">Isle Of Man</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="JP">Japan</option><option value="JE">Jersey</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KR">Korea</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Lao People's Democratic Republic</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libyan Arab Jamahiriya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macao</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">Mexico</option><option value="FM">Micronesia, Federated States Of</option><option value="MD">Moldova</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="ME">Montenegro</option><option value="MS">Montserrat</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="MM">Myanmar</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NC">New Caledonia</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PW">Palau</option><option value="PS">Palestinian Territory, Occupied</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="BL">Saint Barthelemy</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts And Nevis</option><option value="LC">Saint Lucia</option><option value="MF">Saint Martin</option><option value="PM">Saint Pierre And Miquelon</option><option value="VC">Saint Vincent And Grenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome And Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="RS">Serbia</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="SK">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia And Sandwich Isl.</option><option value="ES">España</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SJ">Svalbard And Jan Mayen</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syrian Arab Republic</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TL">Timor-Leste</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad And Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks And Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UM">United States Outlying Islands</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VE">Venezuela</option><option value="VN">Viet Nam</option><option value="VG">Virgin Islands, British</option><option value="VI">Virgin Islands, U.S.</option><option value="WF">Wallis And Futuna</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="country-id">Escoge un País</label></div></div></div></div><input type="hidden" name="action" id="action" value="petition"/><small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="https://www.animanaturalis.org/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small><input type="hidden" name="notes" id="notes"/><input type="hidden" name="recruiter" id="recruiter"/><input type="hidden" name="ip_address" id="ip-address" value="3.15.219.78"/><input type="hidden" name="object_id" id="object-id" value="75"/><input type="hidden" name="post_id" id="post-id" value="75"/><input type="hidden" name="post_title" id="post-title" value="Let's shut down factory farms once and for all"/><input type="hidden" name="post_url" id="post-url" value="https://www.animanaturalis.org/n/75"/><input type="hidden" name="list" id="list" value="zMBMlLISFsZ1FrFUIaRaFQ"/><input type="hidden" name="drive_form" id="drive-form" value="1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ"/><input type="hidden" name="drive_fields" id="drive-fields" value=""/><div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><div class="form-group"><div class="controls"><button type="button" class="btn btn-primary btn-submit form-control">Firma ahora</button></div></div></fieldset><fieldset class="signature-xs-btn"><div class="form-group"><div class="controls"><button type="button" onclick="$('.signature-xs-btn').hide();$('.signature-fields').show();$('.signature-fix-position').click();" class="btn btn-primary btn-submit form-control">Firma ahora</button><a href="#form-wrapper" class="signature-fix-position" style="display:none;"></a></div></div></fieldset></div></form>
</div>
</div>
</div>
</div>
<div id="social" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body"></div>
</div>
</div>
</div> </div>
<div id="content-wrapper">
<div class="blocks-wrapper">
<div class="container blocks-container">
<div class="row blocks-row">
<div class="col-lg-7 col-md-6 blocks-col block-1">
<div class="inner block-content"><h2>Factory farms</h2><p><strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-2">
<div class="inner block-content"><h2>Global warming</h2><p>To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-3">
<div class="inner block-content"><h2>Antibiotics</h2><p>According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-4">
<div class="inner block-content"><h2>Zoonosis</h2><p><a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.</p></div>
</div>
<div class="col-lg-7 col-md-6 blocks-col block-5">
<div class="inner block-content"><h2><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-trace').style.display = (document.getElementById('cakeErr68104058aaa68-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: h1 [<b>APP/Template/Element/block-json-content.ctp</b>, line <b>53</b>]<div id="cakeErr68104058aaa68-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-code').style.display = (document.getElementById('cakeErr68104058aaa68-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058aaa68-context').style.display = (document.getElementById('cakeErr68104058aaa68-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058aaa68-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"> <div class="col-lg-7 col-md-6 blocks-col block-<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$i</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <div class="inner block-content"><h2><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$block</span><span style="color: #007700">[</span><span style="color: #DD0000">'h1'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></h2><p><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$block</span><span style="color: #007700">[</span><span style="color: #DD0000">'text'</span><span style="color: #007700">]; </span><span style="color: #0000BB">?></span></p></div>
</span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">>
</span></span></code></pre><pre id="cakeErr68104058aaa68-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/block-json-content.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'block_descr' => '',
'content' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 0 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'language' => 'spa'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$block_descr = ''
$content = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
],
(int) 0 => [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$language = 'spa'
$block_cols = (int) 7
$i = (int) 5
$block = [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]</pre><pre class="stack-trace">include - APP/Template/Element/block-json-content.ctp, line 53
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::Cake\View\{closure}() - CORE/src/View/View.php, line 778
Cake\View\View::cache() - CORE/src/View/View.php, line 818
Cake\View\View::element() - CORE/src/View/View.php, line 779
include - APP/Template/Posts/render_landing.ctp, line 279
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120</pre></div></pre></h2><p><p><!--PETITION start--><!--PETITION end--></p>
</p></div>
</div>
</div>
</div>
</div>
<div class="postfix-wrapper">
<div class="container postfix-container">
<div class="row postfix-row">
<div class="col-lg-7 col-md-6 postfix-col">
<div class="postfix-content"><p>Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.</p></div>
</div>
</div>
</div>
</div>
<div id="bottomMenu" class="bottomMenu">
<div class="bottomMenu-wrapper">
<div class="bottomMenu-content">
<div class="form-group">
<div class="controls">
<button onclick="$('#bottomMenu').hide();$('.signature-xs-btn').hide();$('.signature-fields').show();$('.signature-fix-position').click();" class="btn btn-primary btn-submit form-control" type="submit">Firma ahora</button> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="last-posts-cols">
<div class="container">
<h2>Últimas publicaciones</h2><div class="row row-eq-height"><div class="col-lg-4 col-md-6 post"><a href="/n/46748/animanaturalis-photograph-featured-in-silent-suffering-exhibition-at-the-european-parliament" class="img-holder" target="blank"><img src="/img/posts/med/202410/P03-35566.jpg" alt="AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament" title="AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament"/></a><h2><a href="/n/46748/animanaturalis-photograph-featured-in-silent-suffering-exhibition-at-the-european-parliament" target="blank">AnimaNaturalis Photograph Featured in 'Silent Suffering' Exhibition at the European Parliament</a></h2> <div class="date">03 octubre 2024</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46616/letter-to-carlitos-the-brave-rabbit" class="img-holder" target="blank"><img src="/img/posts/med/202401/P20-98989.jpg" alt="Letter to Carlitos, the brave rabbit" title="Letter to Carlitos, the brave rabbit"/></a><h2><a href="/n/46616/letter-to-carlitos-the-brave-rabbit" target="blank">Letter to Carlitos, the brave rabbit</a></h2> <div class="date">20 enero 2024</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46605/animanaturalis-rescues-six-rabbits-from-the-darkness-of-farms" class="img-holder" target="blank"><img src="/img/posts/med/202312/P11-68152.jpg" alt="AnimaNaturalis rescues six rabbits from darkness" title="AnimaNaturalis rescues six rabbits from darkness"/></a><h2><a href="/n/46605/animanaturalis-rescues-six-rabbits-from-the-darkness-of-farms" target="blank">AnimaNaturalis rescues six rabbits from darkness</a></h2> <div class="date">10 diciembre 2023</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46567/we-bring-to-light-the-horror-of-rabbit-factory-farms-in-spain" class="img-holder" target="blank"><img src="/img/posts/med/202310/P06-81713.jpg" alt="We bring to light the horror of rabbit factory farms in Spain" title="We bring to light the horror of rabbit factory farms in Spain"/></a><h2><a href="/n/46567/we-bring-to-light-the-horror-of-rabbit-factory-farms-in-spain" target="blank">We bring to light the horror of rabbit factory farms in Spain</a></h2> <div class="date">06 octubre 2023</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46417/the-cruel-truth-about-the-spanish-turkey-farms" class="img-holder" target="blank"><img src="/img/posts/med/202212/P21-92045.jpg" alt="The cruel truth about the Spanish turkey farms" title="The cruel truth about the Spanish turkey farms"/></a><h2><a href="/n/46417/the-cruel-truth-about-the-spanish-turkey-farms" target="blank">The cruel truth about the Spanish turkey farms</a></h2> <div class="date">21 diciembre 2022</div></div><div class="col-lg-4 col-md-6 post"><a href="/n/46275/this-is-the-reality-of-pig-fattening-farms-in-spain" class="img-holder" target="blank"><img src="/img/posts/med/202206/P20-68245.jpg" alt="This is the reality of pig fattening farms in Spain" title="This is the reality of pig fattening farms in Spain"/></a><h2><a href="/n/46275/this-is-the-reality-of-pig-fattening-farms-in-spain" target="blank">This is the reality of pig fattening farms in Spain</a></h2> <div class="date">20 junio 2022</div></div> </div>
</div>
<a name="donations" id="donations"></a>
<section id="donation-wrapper" class="donate-block-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-4 col-md-12">
<div class="donation-description">
<h1>Support our campaign</h1>
</div>
</div>
<div class="col-md-8 col-sm-12 donation-options">
<div class="row">
<div class="col-lg-8 col-md-12">
<section class="donate-form-widget mb-5" id="donate-form-widget">
<form method="post" accept-charset="utf-8" class="needs-validation" id="donate-form" action="/apoyanos/es"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div> <div class="donate-form-card donate-form-once" id="donate-form-once" >
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Escoge cuánto donar </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount" value=""/><div class="col-4"><input type="radio" name="amount" value="25" class="btn-check" id="amount-25"><label class="btn btn-amount" for="amount-25">25 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="35" class="btn-check" checked="checked" id="amount-35"><label class="btn btn-amount" for="amount-35">35 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="50" class="btn-check" id="amount-50"><label class="btn btn-amount" for="amount-50">50 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount" value="100" class="btn-check" id="amount-100"><label class="btn btn-amount" for="amount-100">100 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other" id="donate-form-other-once-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other" id="donate-form-other-once-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Haz un donativo </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-once-method" id="donate-form-once-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> <a href="#donate" class="edit-amount-once">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="paypal">PayPal</button></div><div class="col"><button class="btn btn-method" type="button" rel="bizum">Bizum</button></div><div class="col"><button class="btn btn-method" type="button" rel="deposit">Transferencia</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal" id="donate-form-method-alert-paypal" style="display: none;">
<div class="card-alert">
<small>En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal" id="donate-form-method-paypal" >
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-deposit" id="donate-form-method-alert-deposit" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-deposit" id="donate-form-method-deposit" style="display: none;">
<div class="card-hero">
<small>Puedes realizar una donación directamente a nuestra cuenta de banco:</small>
<p><p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p></p>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bizum" id="donate-form-method-alert-bizum" style="display: none;">
<div class="card-alert">
<small>Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bizum" id="donate-form-method-bizum" style="display: none;">
<div class="card-hero">
<small>Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.</small>
<div class="text-hero h1 text-center">01063</div>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-once-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="once-name"/><label for="once-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="once-lastname"/><label for="once-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="once_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="once-email"/><label for="once-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="once-dni"/><label for="once-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="once_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="once-region-id" value=""/><label for="once-region-id">Provincia</label></div> </div></div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-paypal">
Siguiente paso </button>
</div>
</div>
</div>
<div class="card-footer donate-form-footer text-muted text-center">Aumenta tu impacto donando cada mes.<br><strong><a href="#donate-form-widget" class="edit-amount-monthly">Hazte Socio/a de AnimaNaturalis</a></strong> </div>
</div>
</div>
<div class="donate-form-card donate-form-monthly" id="donate-form-monthly" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona una cantidad cada mes </div>
<div class="card-body donate-form-body">
<div class="row gx-2 gy-2 mb-3 amount-buttons-wrapper">
<input type="hidden" name="amount-monthly" value=""/><div class="col-4"><input type="radio" name="amount-monthly" value="10" class="btn-check" id="amount-monthly-10"><label class="btn btn-amount" for="amount-monthly-10">10 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="20" class="btn-check" checked="checked" id="amount-monthly-20"><label class="btn btn-amount" for="amount-monthly-20">20 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="30" class="btn-check" id="amount-monthly-30"><label class="btn btn-amount" for="amount-monthly-30">30 <small>€</small></label></div><div class="col-4"><input type="radio" name="amount-monthly" value="40" class="btn-check" id="amount-monthly-40"><label class="btn btn-amount" for="amount-monthly-40">40 <small>€</small></label></div><div class="col-8"> <div class="donate-form-other-radio donate-form-other-monthly" id="donate-form-other-monthly-btn">
<input type="radio" class="btn-check" name="options-amount" id="amount-other-monthly" autocomplete="off">
<label class="btn btn-other-amount" for="amount-other-monthly">
Otra cantidad </label>
</div>
<div class="donate-form-other-text donate-form-other-monthly" id="donate-form-other-monthly-input" style="display: none;">
<div class="input-group">
<span class="input-group-text">
€ </span>
<input type="text" class="form-control" name="amount-other" placeholder="Otra cantidad">
<span class="input-group-text">
EUR </span>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-lg">
Hazte socio/a </button>
</div>
</div>
</div>
</div>
</div>
<div class="donate-form-card donate-form-monthly-method" id="donate-form-monthly-method" style="display: none;">
<div class="card donate-form">
<div class="card-header donate-form-header text-center">
Dona <i></i> al mes <a href="#donate" class="edit-amount-monthly">(Cambia la cantidad)</a> </div>
<div class="card-body donate-form-body">
<div class="donate-form-method-toggle mb-2">
<div class="row g-0"><div class="col"><button class="btn btn-method active" type="button" rel="bank">Domicil. Bancaria</button></div><div class="col"><button class="btn btn-method" type="button" rel="paypal-recurring">PayPal</button></div>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-paypal-recurring" id="donate-form-method-alert-paypal-recurring" style="display: none;">
<div class="card-alert">
<small> En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-paypal-recurring" id="donate-form-method-paypal-recurring" style="display: none;">
<div class="card-hero">
<img src="/img/donate/paypal-grey.svg" class="my-2 ms-2 float-end" width="100">
<small>Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.</small>
</div>
</div>
<div class="donate-form-method-alert donate-form-method-alert-bank" id="donate-form-method-alert-bank" style="display: none;">
<div class="card-alert">
<small>Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.</small>
</div>
</div>
<div class="donate-form-method donate-form-method-bank" id="donate-form-method-bank" >
<div class="card-hero">
<img src="/img/donate/thumbs-up.svg" class="mb-2 me-3 float-start" width="50">
<small>Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.</small>
</div>
</div>
<div class="donate-form-method-info" id="donate-form-monthly-method-info">
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_name" placeholder="Nombre" rel="member-name" class="form-control" required="required" id="monthly-name"/><label for="monthly-name">Nombre</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_lastname" placeholder="Apellidos" rel="member-lastname" class="form-control" required="required" id="monthly-lastname"/><label for="monthly-lastname">Apellidos</label></div> </div>
<div class="col-md-12">
<div class="form-floating"><input type="email" name="monthly_email" placeholder="Correo Electrónico" rel="member-email" class="form-control" required="required" id="monthly-email"/><label for="monthly-email">Correo Electrónico</label></div> </div>
</div>
<div class="row g-0 my-2 bank-account-control" >
<div class="col-md-12">
<div class="form-floating"><input type="text" name="monthly_account" placeholder="ES00 0000 0000 00 0000000000" rel="member-account" class="form-control form-control-account" id="monthly-account"/><label for="monthly-account"><span class="far fa-money-check-alt"></span> Cuenta Bancaria</label></div> </div>
</div>
<strong class="small text-uppercase"><span class="fas fa-user-circle"></span> Información para Socios/as</strong>
<div class="row g-0 my-2">
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_dni" placeholder="NIF/NIE" rel="member-dni" class="form-control form-control-dni" required="required" id="monthly-dni"/><label for="monthly-dni">NIF/NIE</label></div> </div>
<div class="col-md-6">
<div class="form-floating"><input type="text" name="monthly_phone" placeholder="Teléfono" rel="member-phone" class="form-control" id="monthly-phone"/><label for="monthly-phone">Teléfono</label></div> </div>
<div class="col-md-12">
<div class="collapse show"><div class="row g-0"><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_city" placeholder="Ciudad" rel="member-city" class="form-control" id="monthly-city" value=""/><label for="monthly-city">Ciudad</label></div></div><div class="col-md-4"><div class="form-floating"><input type="text" name="monthly_region_id" placeholder="Provincia" class="form-control" rel="member-region" id="monthly-region-id" value=""/><label for="monthly-region-id">Provincia</label></div></div><div class="col-md-4"><div class="form-floating"><select name="monthly_country_id" rel="member-country-id" class="form-select country-select" id="monthly-country-id"><option value="NN"></option><option value="AF">Afghanistan</option><option value="AL">Albania</option><option value="DZ">Algeria</option><option value="AS">American Samoa</option><option value="AD">Andorra</option><option value="AO">Angola</option><option value="AI">Anguilla</option><option value="AQ">Antarctica</option><option value="AG">Antigua and Barbuda</option><option value="AR">Argentina</option><option value="AM">Armenia</option><option value="AW">Aruba</option><option value="AU">Australia</option><option value="AT">Austria</option><option value="AZ">Azerbaijan</option><option value="BS">Bahamas</option><option value="BH">Bahrain</option><option value="BD">Bangladesh</option><option value="BB">Barbados</option><option value="BY">Belarus</option><option value="BE">Belgium</option><option value="BZ">Belize</option><option value="BJ">Benin</option><option value="BM">Bermuda</option><option value="BT">Bhutan</option><option value="BO">Bolivia</option><option value="BA">Bosnia and Herzegovina</option><option value="BW">Botswana</option><option value="BV">Bouvet Island</option><option value="BR">Brazil</option><option value="IO">British Indian Ocean Territory</option><option value="BN">Brunei</option><option value="BG">Bulgaria</option><option value="BF">Burkina Faso</option><option value="MM">Burma</option><option value="BI">Burundi</option><option value="KH">Cambodia</option><option value="CM">Cameroon</option><option value="CA">Canada</option><option value="CV">Cape Verde</option><option value="KY">Cayman Islands</option><option value="CF">Central African Republic</option><option value="TD">Chad</option><option value="CL">Chile</option><option value="CN">China</option><option value="CX">Christmas Island</option><option value="CC">Cocos (Keelings) Islands</option><option value="CO">Colombia</option><option value="KM">Comoros</option><option value="CG">Congo</option><option value="CD">Congo, Democratic Republic of the</option><option value="CK">Cook Islands</option><option value="CR">Costa Rica</option><option value="CI">Cote d'Ivoire</option><option value="HR">Croatia</option><option value="CU">Cuba</option><option value="CY">Cyprus</option><option value="CZ">Czech Republic</option><option value="DK">Denmark</option><option value="DJ">Djibouti</option><option value="DM">Dominica</option><option value="TP">East Timor</option><option value="EC">Ecuador</option><option value="EG">Egypt</option><option value="SV">El Salvador</option><option value="GQ">Equatorial Guinea</option><option value="ER">Eritrea</option><option value="ES">España</option><option value="EE">Estonia</option><option value="ET">Ethiopia</option><option value="FO">Faroe Islands</option><option value="FJ">Fiji</option><option value="FI">Finland</option><option value="FR">France</option><option value="GF">French Guiana</option><option value="PF">French Polynesia</option><option value="TF">French Southern Territories</option><option value="GA">Gabon</option><option value="GM">Gambia</option><option value="GE">Georgia</option><option value="DE">Germany</option><option value="GH">Ghana</option><option value="GI">Gibraltar</option><option value="GR">Grecia</option><option value="GL">Greenland</option><option value="GD">Grenada</option><option value="GP">Guadeloupe</option><option value="GU">Guam</option><option value="GT">Guatemala</option><option value="GN">Guinea</option><option value="GW">Guinea Bissau</option><option value="GY">Guyana</option><option value="HT">Haiti</option><option value="HM">Heard and McDonald Islands</option><option value="HN">Honduras</option><option value="HK">Hong Kong</option><option value="HU">Hungary</option><option value="IS">Iceland</option><option value="IN">India</option><option value="ID">Indonesia</option><option value="IR">Iran</option><option value="IQ">Iraq</option><option value="IE">Ireland</option><option value="IL">Israel</option><option value="IT">Italy</option><option value="JM">Jamaica</option><option value="SJ">Jan Mayen Island</option><option value="JP">Japón</option><option value="JO">Jordan</option><option value="KZ">Kazakhstan</option><option value="KE">Kenya</option><option value="KI">Kiribati</option><option value="KW">Kuwait</option><option value="KG">Kyrgyzstan</option><option value="LA">Laos</option><option value="LV">Latvia</option><option value="LB">Lebanon</option><option value="LS">Lesotho</option><option value="LR">Liberia</option><option value="LY">Libya</option><option value="LI">Liechtenstein</option><option value="LT">Lithuania</option><option value="LU">Luxembourg</option><option value="MO">Macau</option><option value="MK">Macedonia</option><option value="MG">Madagascar</option><option value="MW">Malawi</option><option value="MY">Malaysia</option><option value="MV">Maldives</option><option value="ML">Mali</option><option value="MT">Malta</option><option value="MH">Marshall Islands</option><option value="MQ">Martinique</option><option value="MR">Mauritania</option><option value="MU">Mauritius</option><option value="YT">Mayotte</option><option value="MX">México</option><option value="FM">Micronesia</option><option value="MD">Moldavia</option><option value="MC">Monaco</option><option value="MN">Mongolia</option><option value="MA">Morocco</option><option value="MZ">Mozambique</option><option value="NA">Namibia</option><option value="NR">Nauru</option><option value="NP">Nepal</option><option value="NL">Netherlands</option><option value="AN">Netherlands Antilles</option><option value="NZ">New Zealand</option><option value="NI">Nicaragua</option><option value="NE">Niger</option><option value="NG">Nigeria</option><option value="NU">Niue</option><option value="NF">Norfolk Island</option><option value="KP">North Korea</option><option value="MP">Northern Mariana Islands</option><option value="NO">Norway</option><option value="OM">Oman</option><option value="PK">Pakistan</option><option value="PA">Panama</option><option value="PG">Papua New Guinea</option><option value="PY">Paraguay</option><option value="PE">Peru</option><option value="PH">Philippines</option><option value="PN">Pitcairn</option><option value="PL">Poland</option><option value="PT">Portugal</option><option value="PR">Puerto Rico</option><option value="QA">Qatar</option><option value="DO">Rep. Dominicana</option><option value="RE">Reunion</option><option value="RO">Romania</option><option value="RU">Russian Federation</option><option value="RW">Rwanda</option><option value="SH">Saint Helena</option><option value="KN">Saint Kitts & Nevis Anguilla</option><option value="LC">Saint Lucia</option><option value="PM">Saint Pierre and Miquelon</option><option value="VC">Saint Vincent & Guenadines</option><option value="WS">Samoa</option><option value="SM">San Marino</option><option value="ST">Sao Tome and Principe</option><option value="SA">Saudi Arabia</option><option value="SN">Senegal</option><option value="SC">Seychelles</option><option value="SL">Sierra Leone</option><option value="SG">Singapore</option><option value="CS">Slovakia</option><option value="SI">Slovenia</option><option value="SB">Solomon Islands</option><option value="SO">Somalia</option><option value="ZA">South Africa</option><option value="GS">South Georgia and South Sandwich Island</option><option value="KR">South Korea</option><option value="LK">Sri Lanka</option><option value="SD">Sudan</option><option value="SR">Suriname</option><option value="SZ">Swaziland</option><option value="SE">Sweden</option><option value="CH">Switzerland</option><option value="SY">Syria</option><option value="TW">Taiwan</option><option value="TJ">Tajikistan</option><option value="TZ">Tanzania</option><option value="TH">Thailand</option><option value="TG">Togo</option><option value="TK">Tokelau</option><option value="TO">Tonga</option><option value="TT">Trinidad and Tobago</option><option value="TN">Tunisia</option><option value="TR">Turkey</option><option value="TM">Turkmenistan</option><option value="TC">Turks & Caicos Islands</option><option value="TV">Tuvalu</option><option value="UG">Uganda</option><option value="UA">Ukraine</option><option value="AE">United Arab Emirates</option><option value="GB">United Kingdom</option><option value="US">United States</option><option value="UY">Uruguay</option><option value="UZ">Uzbekistan</option><option value="VU">Vanuatu</option><option value="VA">Vatican City</option><option value="VE">Venezuela</option><option value="VN">Vietnam</option><option value="VG">Virgin Islands</option><option value="WF">Wallis and Futuna Islands</option><option value="EH">Western Sahara</option><option value="YE">Yemen</option><option value="ZR">Zaire</option><option value="ZM">Zambia</option><option value="ZW">Zimbabwe</option></select><label for="monthly-country-id">País</label></div></div></div></div> </div></div>
<strong class="small text-uppercase"><span class="fas fa-birthday-cake"></span> Fecha de nacimiento</strong>
<div class="row g-1 my-1">
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_day" min="1" max="31" placeholder="29" class="form-control form-number" id="monthly-birthday-day"/><label for="monthly-birthday-day">Día</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><select name="monthly_birthday_month" placeholder="Mes" class="form-select" id="monthly-birthday-month"><option value="01">Enero</option><option value="02">Febrero</option><option value="03">Marzo</option><option value="04" selected="selected">Abril</option><option value="05">Mayo</option><option value="06">Junio</option><option value="07">Julio</option><option value="08">Agosto</option><option value="09">Septiembre</option><option value="10">Octubre</option><option value="11">Noviembre</option><option value="12">Deciembre</option></select><label for="monthly-birthday-month">Mes</label></div> </div>
<div class="col-md-4">
<div class="form-floating"><input type="text" name="monthly_birthday_year" min="1925" max="2025" placeholder="1990" class="form-control form-number" id="monthly-birthday-year"/><label for="monthly-birthday-year">Año</label></div> </div>
</div>
<p class="small text-center donation-benefits">Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.</p>
</div>
<div class="form-group">
<div class="controls">
<button type="button" class="btn btn-submit btn-next btn-lg" id="btn-bank">
Siguiente paso </button>
</div>
</div>
</div>
</div>
</div>
<div class="form-verify"><label for="verify">Verify</label><input type="text" name="verify" id="verify"/></div><input type="hidden" name="timer" value="1745895512"/><input type="hidden" name="action" value="thanks"/><input type="hidden" name="amount" id="amount" value="0"/><input type="hidden" name="once" id="once" value="1"/><input type="hidden" name="monthly" id="monthly" value="0"/><input type="hidden" name="currency_code" id="currency-code" value="EUR"/><input type="hidden" name="currency_symbol" id="currency-symbol" value="€"/><input type="hidden" name="currency" id="currency" value="euros (€)"/><input type="hidden" name="method" id="method"/><input type="hidden" name="member_name" id="member-name"/><input type="hidden" name="member_lastname" id="member-lastname"/><input type="hidden" name="member_email" id="member-email"/><input type="hidden" name="member_city" id="member-city" value=""/><input type="hidden" name="member_region" id="member-region" value="-"/><input type="hidden" name="member_region_id" id="member-region-id" value="-"/><input type="hidden" name="member_country_id" id="member-country-id" value=""/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-trace').style.display = (document.getElementById('cakeErr68104058ace61-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1790</b>]<div id="cakeErr68104058ace61-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-code').style.display = (document.getElementById('cakeErr68104058ace61-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ace61-context').style.display = (document.getElementById('cakeErr68104058ace61-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058ace61-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'member_phone'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden' </span><span style="color: #007700">) );
</span></span></code></pre><pre id="cakeErr68104058ace61-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'widget' => 'once'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$widget = 'once'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1790
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/block-donations.ctp, line 244
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 412
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="member_country" id="member-country"/><input type="hidden" name="member_phone" id="member-phone"/><input type="hidden" name="member_account" id="member-account"/><input type="hidden" name="member_dni" id="member-dni"/><input type="hidden" name="birthday" id="birthday"/><input type="hidden" name="address" id="address"/><input type="hidden" name="zip" id="zip"/><input type="hidden" name="country_id" id="country-id" value="ES"/><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-trace').style.display = (document.getElementById('cakeErr68104058ad8d0-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: [<b>APP/Template/Element/form-donate.ctp</b>, line <b>1800</b>]<div id="cakeErr68104058ad8d0-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-code').style.display = (document.getElementById('cakeErr68104058ad8d0-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr68104058ad8d0-context').style.display = (document.getElementById('cakeErr68104058ad8d0-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr68104058ad8d0-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$country_id </span><span style="color: #007700">) );
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'country'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$countries_list</span><span style="color: #007700">[ </span><span style="color: #0000BB">strtoupper</span><span style="color: #007700">( </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'country_id'</span><span style="color: #007700">] ) ] ) );
</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">control</span><span style="color: #007700">( </span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">, array( </span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #0000BB">$config</span><span style="color: #007700">[</span><span style="color: #DD0000">'web_version'</span><span style="color: #007700">] ) );
</span></span></code></pre><pre id="cakeErr68104058ad8d0-context" class="cake-context" style="display: none;">$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/form-donate.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'widget' => 'once'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$widget = 'once'
$translate = [
'dni' => 'NIF/NIE',
'region' => 'Provincia',
'personal_information_alert' => 'Podrás desgravar hasta el <strong>80%</strong> de tus donaciones. De estos <i></i>, te devolverán hasta <em></em> en la próxima declaración de la renta.',
'privacy' => '<span class="fas fa-lock"></span>&nbsp;&nbsp;Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.',
'form_title' => 'Apoya nuestro trabajo',
'form_descr' => 'Quiero donar a AnimaNaturalis',
'form_title_once' => 'Escoge cuánto donar',
'form_descr_once' => 'Elige una cantidad que donar - euros (€)',
'form_title_monthly' => 'Dona una cantidad cada mes',
'form_descr_monthly' => 'Elige una cantidad que donar - euros (€)',
'other_amount' => 'Otra cantidad',
'donate_once_toggle' => 'Hacer un donativo',
'donate_monthly_toggle' => 'Donar cada mes',
'donate_once_btn' => 'Haz un donativo',
'donate_monthly_btn' => 'Hazte socio/a',
'form_title_once_reg' => 'Dona <i></i>',
'form_title_monthly_reg' => 'Dona <i></i> al mes',
'edit_amount' => '(Cambia la cantidad)',
'monthly_donors_info_title' => 'Información para Socios/as',
'monthly_donors_info_birthday' => 'Fecha de nacimiento',
'name' => 'Nombre',
'lastname' => 'Apellidos',
'email' => 'Correo Electrónico',
'phone' => 'Teléfono',
'bank_account' => 'Cuenta Bancaria',
'bank_account_placeholder' => 'ES00 0000 0000 00 0000000000',
'city' => 'Ciudad',
'country' => 'País',
'isnt_your_country' => '¿No es tu localidad?',
'day' => 'Día',
'month' => 'Mes',
'year' => 'Año',
'method_card_descr' => 'Al pulsar el botón, podrás completar tu donación a través de la red segura de <strong>Stripe</strong>.',
'method_card_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_card_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de la red segura de <strong>Stripe</strong>.',
'method_card_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a la pasarela de pagos segura.',
'method_paypal_descr' => 'Al pulsar el botón, podrás completar tu donación a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_alert_descr' => 'En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_paypal_recurring_descr' => 'Al pulsar el botón, podrás completar tu donación mensual a través de <a href="https://www.paypal.me/AnimaNaturalis" target="_blank"><strong>PayPal</strong></a>.',
'method_paypal_recurring_alert_descr' => ' En unos instantes, se te redirigirá automáticamente a <strong>PayPal</strong>.',
'method_bank_descr' => 'Al <strong>domiciliar tus donativos</strong>, el 100% de tu aporte se destinará a apoyar nuestro trabajo, sin tasas ni gastos adicionales.',
'method_bank_alert_descr' => 'Tu información ha sido enviada correctamente. Tu primera donación será domiciliada a principios de mes.',
'method_deposit_descr' => 'Puedes realizar una donación directamente a nuestra cuenta de banco:',
'method_deposit_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria, ya que no se realiza de manera automática.',
'method_deposit_recurring_descr' => 'Puedes realizar una donación mensual directamente a nuestra cuenta de banco:',
'method_deposit_recurring_alert_descr' => 'Recuerda hacer el ingreso o transferencia de tu donación a nuestra cuenta bancaria cada mes, ya que no podemos realizar ese proceso de manera automática.',
'method_bizum_descr' => 'Donar a través <strong>Bizum</strong> es muy fácil. Sólo envía tu aportación al siguiente número, e incluye el asunto <u>"Donativo"</u>.',
'method_bizum_alert_descr' => 'Recuerda hacer tu donación a través de <strong>Bizum</strong>. No se realiza de manera automática.',
'next_step_btn' => 'Siguiente paso',
'increase_impact_msg' => 'Aumenta tu impacto donando cada mes',
'become_a_member_btn' => 'Hazte Socio/a de AnimaNaturalis'
]
$settings = [
'amount_options_once' => [
(int) 25 => '25 &euro;',
(int) 35 => '35 &euro;',
(int) 50 => '50 &euro;',
(int) 100 => '100 &euro;'
],
'amount_options_monthly' => [
(int) 10 => '10 &euro;',
(int) 20 => '20 &euro;',
(int) 30 => '30 &euro;',
(int) 40 => '40 &euro;'
],
'method_options' => [
'paypal' => 'PayPal'
],
'currency' => 'euros (€)',
'currency_symbol' => '€',
'currency_code' => 'EUR',
'extra-info-needed' => true,
'method_bizum' => '01063',
'method_deposit' => '<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>',
'paypal_business' => 'TNTUK7NTZP7E6',
'paypal_cmd' => '_donations',
'paypal_item' => 'Donativo a AnimaNaturalis',
'paypal_item_num' => '',
'paypal_currency' => 'EUR',
'paypal_locale' => 'es_ES',
'method_options_once' => [
'paypal' => 'PayPal',
'bizum' => 'Bizum',
'deposit' => 'Transferencia'
],
'method_options_monthly' => [
'bank' => 'Domicil. Bancaria',
'paypal-recurring' => 'PayPal'
],
'fix_amount' => (int) 20
]
$script = '$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});'
$default_amount = (int) 1
$i = (int) 2
$value = 'PayPal'
$key = 'paypal-recurring'
$exploted_value = [
(int) 0 => '40',
(int) 1 => '&euro;'
]
$options = [
(int) 0 => [
'value' => (int) 10,
'text' => '10 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 1 => [
'value' => (int) 20,
'text' => '20 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
],
'checked' => true
],
(int) 2 => [
'value' => (int) 30,
'text' => '30 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
],
(int) 3 => [
'value' => (int) 40,
'text' => '40 <small>&euro;</small>',
'class' => 'btn-check',
'label' => [
'class' => 'btn btn-amount'
]
]
]
$btn_submit_id = 'btn-bank'
$once_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$monthly_region_params = [
'templates' => [
'inputContainer' => '<div class="form-floating">{{content}}</div>',
'formGroup' => '{{input}}{{label}}'
],
'label' => 'Provincia',
'placeholder' => 'Provincia',
'type' => 'text',
'class' => 'form-control',
'rel' => 'member-region',
'value' => ''
]
$month_locale = [
'01' => 'Enero',
'02' => 'Febrero',
'03' => 'Marzo',
'04' => 'Abril',
'05' => 'Mayo',
'06' => 'Junio',
'07' => 'Julio',
'08' => 'Agosto',
'09' => 'Septiembre',
(int) 10 => 'Octubre',
(int) 11 => 'Noviembre',
(int) 12 => 'Deciembre'
]</pre><pre class="stack-trace">include - APP/Template/Element/form-donate.ctp, line 1800
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Element/block-donations.ctp, line 244
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::element() - CORE/src/View/View.php, line 782
include - APP/Template/Posts/render_landing.ctp, line 412
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103</pre></div></pre><input type="hidden" name="country" id="country"/><input type="hidden" name="web_version" id="web-version" value="es"/><input type="hidden" name="region_id" id="region-id" value="-"/><input type="hidden" name="region_name" id="region-name" value=""/><input type="hidden" name="city" id="city" value=""/><input type="hidden" name="deposit" id="deposit" value="<p><strong>Fundación AnimaNaturalis</strong><br>IBAN: <strong>ES38 0182 1001 5802 0183 5423</strong><br>SWIFT: <strong>BBVAESMM</strong></p>"/><input type="hidden" name="bizum" id="bizum" value="01063"/><input type="hidden" name="repeat-monthly" id="repeat-monthly"/></form> <small class="privacy-text"><span class="fas fa-lock"></span> Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra <a href="/p/politica-de-privacidad" target="_blank">política de privacidad</a>.</small>
<form method="post" accept-charset="utf-8" id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4"/></div><input type="hidden" name="business" id="paypal_business" value="TNTUK7NTZP7E6"/><input type="hidden" name="cmd" id="paypal_cmd" value="_donations"/><input type="hidden" name="item_name" id="paypal_item" value="Donativo a AnimaNaturalis"/><input type="hidden" name="item_number" id="paypal_item_number" value=""/><input type="hidden" name="currency_code" id="paypal_currency" value="EUR"/><input type="hidden" name="amount" id="paypal_amount"/><input type="hidden" name="a3" id="paypal_amount_a3"/><input type="hidden" name="lc" id="lc" value="es_ES"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_note" id="no-note" value="1"/><input type="hidden" name="no_shipping" id="no-shipping" value="1"/><input type="hidden" name="rm" id="rm" value="1"/><input type="hidden" name="src" id="src" value="1"/><input type="hidden" name="p3" id="p3" value="1"/><input type="hidden" name="srt" id="srt" value="0"/><input type="hidden" name="t3" id="t3" value="M"/><input type="hidden" name="first_name" id="paypal_name"/><input type="hidden" name="last_name" id="paypal_lastname"/><input type="hidden" name="email" id="paypal_email"/><input type="hidden" name="return" id="return" value="https://www.animanaturalis.org/posts/home/es/ok"/><input type="hidden" name="cancel_return" id="cancel-return" value="https://www.animanaturalis.org/posts/home/es/error"/><div class="submit"><input type="submit" id="paypal_submit" style="display:none;" value="submit"/></div><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" style="display:none;"></form>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<a class="scroll-top-arrow" href="#top"><i class="fas fa-arrow-up"></i></a>
</div> </main>
<footer><a name="footer"></a>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-12">
<div class="logo-wrapper">
<div class="logo"> <a href="/">
<img src="/img/logo.png?1627410125" class="img-fluid" alt="Por un mundo más justo para los animales"/> </a> </div>
</div>
<ul class="social-icons">
<li><a href="https://www.facebook.com/animanaturalisi" target="_blank"><i class="fab fa-facebook fa-lg"></i></a></li>
<li><a href="https://x.com/animanaturalis" target="_blank"><i class="fab fa-x-twitter fa-lg"></i></a></li>
<li><a href="https://instagram.com/animanaturalis" target="_blank"><i class="fab fa-instagram fa-lg"></i></a></li>
</ul>
</div>
<div class="col-lg-10 col-md-12">
<ul class="row"><li class="col footer-item item-1"><div class="footer-item-headline">En Acción</div><ul><li><a href="/alertas" rel="nofollow" class="footer-link">Actúa Ahora</a></li><li><a href="/alertas" rel="nofollow" class="footer-link">Alertas de Acción</a></li><li><a href="/noticias" rel="nofollow" class="footer-link">Últimas Noticias</a></li><li><a href="/en-accion" rel="nofollow" class="footer-link">Hitos importantes</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/blog" rel="nofollow" class="footer-link">Blog</a></li></ul></li><li class="col footer-item item-2"><div class="footer-item-headline">Únete</div><ul><li><a href="/red" rel="nofollow" class="footer-link">Red de Activistas</a></li><li>Grupos Locales</li><li><a href="/contacto/practicas" rel="nofollow" class="footer-link">Prácticas Profesionales</a></li><li><a href="/eventos" rel="nofollow" class="footer-link">Próximas Acciones</a></li><li><a href="/alta" rel="nofollow" class="footer-link">Suscribe al Boletín</a></li><li><a href="/noticias.rss" rel="nofollow" class="footer-link">RSS</a></li></ul></li><li class="col footer-item item-3"><div class="footer-item-headline">Campañas</div><ul><li><a href="https://www.granjas.org" rel="nofollow" class="footer-link" target="_blank">Granjas Industriales</a></li><li><a href="https://www.fiestascrueles.org" rel="nofollow" class="footer-link" target="_blank">Fiestas Crueles</a></li><li><a href="https://www.salvemosalosgalgos.org" rel="nofollow" class="footer-link" target="_blank">Salvemos a los Galgos</a></li><li><a href="/VictimasDeLaCaza" rel="nofollow" class="footer-link">Víctimas de la Caza</a></li><li><a href="https://www.sinpiel.org" rel="nofollow" class="footer-link" target="_blank">Sin Piel</a></li><li><a href="https://www.proucorrebous.cat" rel="nofollow" class="footer-link" target="_blank">Prou Correbous</a></li></ul></li><li class="col footer-item item-4"><div class="footer-item-headline">Conócenos</div><ul><li><a href="/animanaturalis" rel="nofollow" class="footer-link">Acerca de AnimaNaturalis</a></li><li><a href="/ideario" rel="nofollow" class="footer-link">Ideario</a></li><li><a href="/redes" rel="nofollow" class="footer-link">Redes Sociales</a></li><li><a href="/contacto" rel="nofollow" class="footer-link">Contacto</a></li></ul></li><li class="col footer-item item-5"><div class="footer-item-headline">Apóyanos</div><ul><li><a href="/apoyanos" rel="nofollow" class="footer-link">Haz un donativo</a></li><li><a href="/socios" rel="nofollow" class="footer-link">Afiliación</a></li><li><a href="/un-euro" rel="nofollow" class="footer-link">Dona 1 €</a></li><li><a href="/amazon" rel="nofollow" class="footer-link">Amazon Solidario</a></li><li><a href="/simulador" rel="nofollow" class="footer-link">Beneficios Fiscales</a></li><li><a href="/contacto/atencion" rel="nofollow" class="footer-link">Atención al Donante</a></li></ul></li></ul> <div class="row py-4 partners">
<div class="col-lg-3 pt-2"><a href="https://www.eurogroupforanimals.org/" target="_blank"><img src="/img/logo/eurogroup-black.png" width="180" alt="Eurogroup for Animals"></a></div>
<div class="col-lg-3 pt-2"><a href="https://openwingalliance.org/" target="_blank"><img src="/img/logo/open-wing-alliance-logo-black-h.png" width="250" alt="Open Wing Alliance"></a></div>
</div>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div class="container">
<p> © 2003- 2025, <STRONG>AnimaNaturalis Internacional</STRONG>, organización iberoamericana para la defensa de los derechos de todos los animales. <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/" target="_blank"><img alt="Licencia de Creative Commons" align="middle" src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" style="margin:0 5px;" /></a></p>
</div>
</section>
</div>
<script src="/js/bootstrap.bundle.min.js?1663583774"></script>
<script src="/js/hc-offcanvas-nav.js?1673571943"></script>
<script src="/js/main.js?1742564916"></script>
<script type="text/javascript">
var csrfToken = "4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4";
$( function () {
$( '[data-toggle="tooltip"]' ).tooltip();
$( '[data-toggle="popover"]' ).popover();
$( '[data-toggle="modal"]' ).modal();
var $nav = $( '#main-nav' ).hcOffcanvasNav( {
insertClose: true,
insertBack: true,
labelClose: '',
labelBack: 'Volver',
levelTitles: true,
levelTitleAsBack: false
} );
var Nav = $nav.data('hcOffcanvasNav');
$("#nav-item-1").click(function(e){Nav.open(1,0);});
$("#nav-item-2").click(function(e){Nav.open(1,1);});
$("#nav-item-3").click(function(e){Nav.open(2,0);});
$("#nav-item-4").click(function(e){Nav.open(1,3);});
$("#nav-item-5").click(function(e){Nav.open(1,4);});
});
//Menu Toggle Script
$( ".menu-toggle" ).click( function ( e ) {
e.preventDefault();
$( "#wrapper" ).toggleClass( "toggled" );
} );
</script>
<script src="/js/theme-petition.js?1637794867"></script><script>jQuery(document).ready(function(t){function e(){t("#form-counter").load("/posts/total/75/bar/petition/spa",function(){setTimeout(e,3e3)})}t(function(){e()})});</script><script src="https://www.google.com/recaptcha/api.js?render=6Lfhk7gjAAAAADM3yLMTzqGsITTSBnZ6XN0iQBx1"></script><script>grecaptcha.ready(function() {
grecaptcha.execute("6Lfhk7gjAAAAADM3yLMTzqGsITTSBnZ6XN0iQBx1", {action: "validate_captcha"}).then(function(token) {
$("#mainForm").prepend("<input type=\"hidden\" name=\"token\" value=\"" + token + "\">");
});;
});</script><script src="/js/forms.js?1654785602"></script><script>$(function() {
"use strict";
$("#amount").val($("#donate-form-once .amount-buttons-wrapper input:checked").val());
$("#method").val($("#donate-form-once-method .btn-method").eq(0).attr("rel"));
});</script><script src="/js/members.js?1733430724"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-9M23GXWEHQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9M23GXWEHQ');
</script>
</body>
</html>'
}
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 181
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [CORE/src/Http/ResponseEmitter.php , line 210 ]Code Context $cookie [ 'secure' ],
$cookie [ 'httpOnly' ]
);
$cookies = [
'csrfToken' => [
'name' => 'csrfToken',
'value' => '4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
]
]
$cookie = [
'name' => 'csrfToken',
'value' => '4da2d01706468896d9d19c9dd651939f2c6005e92c3681bf4d8f9e9642cebff793336785bc5417858180dff90ba304716014181d8b247e0c3fa35ad7e7e155f4',
'path' => '/',
'domain' => '',
'secure' => false,
'httpOnly' => true,
'expire' => '0'
] setcookie - [internal], line ??
Cake\Http\ResponseEmitter::emitCookies() - CORE/src/Http/ResponseEmitter.php, line 210
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 190
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 58
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 140
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home/animaster/animanaturalis.org/vendor/cakephp/cakephp/src/Error/Debugger.php:856) [APP/Template/Layout/default.ctp , line 116 ]Code Context
header ( "Content-Type: text/html;charset=utf-8" );
$viewFile = '/home/animaster/animanaturalis.org/src/Template/Layout/default.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => '',
'web_version' => 'es'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = ''
$web_version = 'es'
$navigation_data = [
(int) 0 => [
'title' => 'En Acción',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 1 => [
'title' => 'Únete',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'title' => 'Nuestra Causa',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
],
(int) 6 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'title' => 'Conócenos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'title' => 'Apóyanos',
'url' => '#',
'items' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 5 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'title' => 'Contacto',
'url' => [
'controller' => 'feedbacks',
'action' => 'feedback'
]
]
] header - [internal], line ??
include - APP/Template/Layout/default.ctp, line 116
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 926
Cake\View\View::render() - CORE/src/View/View.php, line 884
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 234
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\I18n\Middleware\LocaleSelectorMiddleware::__invoke() - CORE/src/I18n/Middleware/LocaleSelectorMiddleware.php, line 56
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Let's shut down factory farms once and for all | AnimaNaturalis
cerrar x
20.721 firmantes Aún faltan 29.279 firmas para alcanzar las 50.000
Factory farms Factory farms treat animals like machines that generate meat, milk and eggs. And that not only affects the welfare of animals, but also profoundly damages our environment.
poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as salmonella and E. coli , as well as creating the conditions for diseases such as swine fever (H1N1) and bird flu .
Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.
Global warming To prevent future pandemics, there is by reducing emissions to zero. According to a report by the School of Studies Johns Hopkins University Advanced International Studies (SAIS) , the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.
The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.
Zoonosis When a disease crosses the species barrier from animals to humans, it is called a zoonosis . Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.
60% of all diseases and 75% of all emerging infectious diseases are zoonotic. Most of these come from the meat industry, including chickens, cows, and pigs.
At least 2.2 million people die strong> each year of zoonotic diseases in the world.
Notice (8) : Undefined index: h1 [APP/Template/Element/block-json-content.ctp , line 53 ]Code Context <div class="col-lg-7 col-md-6 blocks-col block-<?php echo $i ; ?> ">
<div class="inner block-content"><h2><?php echo $block [ 'h1' ]; ?> </h2><p><?php echo $block [ 'text' ]; ?> </p></div>
</ div >
$viewFile = '/home/animaster/animanaturalis.org/src/Template/Element/block-json-content.ctp'
$dataForView = [
'dataPost' => object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
[maximum depth reached]
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [
[maximum depth reached]
],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'Posts'
},
'dataNode' => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
'dataBreadcrumbs' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {}
],
'dataRelated' => object(Cake\ORM\ResultSet) {
'items' => [
[maximum depth reached]
]
},
'json' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'host_address' => '3.15.219.78',
'recruiterData' => [],
'recruiter' => false,
'referer' => '/',
'regionsList' => [],
'countriesList' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'selectedRegion' => '-',
'type' => 'petition',
'lang' => 'spa',
'countries_list' => [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
],
'regions_list' => [],
'selected_region' => '-',
'is_mobile' => false,
'config' => [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
],
'country_id' => 'ES',
'web_version' => 'es',
'block_descr' => '',
'content' => [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
[maximum depth reached]
],
(int) 2 => [
[maximum depth reached]
],
(int) 3 => [
[maximum depth reached]
],
(int) 4 => [
[maximum depth reached]
],
(int) 0 => [
[maximum depth reached]
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
],
'language' => 'spa'
]
$dataPost = object(Cake\ORM\Entity) {
'id' => (int) 75,
'ref' => 'lets-close-factory-farms-once-and-for-all',
'channel' => (int) 1,
'type' => 'petition',
'title' => 'Let's shut down factory farms once and for all',
'descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'content' => '<p><!--PETITION start--><!--PETITION end--></p>
',
'country_id' => 'ES',
'region_id' => 'ES-M',
'location_id' => (int) 0,
'location' => 'Madrid',
'address' => '',
'lat' => '40.41678',
'lon' => '-3.70379',
'image' => '202201/P12-24206.jpg',
'image_caption' => '',
'author' => 'AnimaNaturalis',
'post_author_id' => (int) 1,
'source' => '',
'json' => '{"petition":{"petition_title":"Sign for the end of factory farms","petition_closed":0,"petition_descr":"We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.","petition_id":"1641983053","petition_created":"2022-01-13 02:03:38","petition_status":"active","petition_parent":"73","petition_counter":20721,"petition_reach":"","petition_list":"zMBMlLISFsZ1FrFUIaRaFQ","eci_url":"","eci_collect_data":"0","change_url":"","drive_form":"1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ","drive_fields":"","petition_published":"2023-10-07 14:43:30"},"theme":"","render":"render_landing","palette":"","color_scheme":{"1":"#010101","2":"","3":"","4":"","5":"","6":"","7":"","8":""},"post_node_id":"1818","header_image":"","header":"","prefix":"","blocks":{"1":{"h1":"Factory farms","text":"<strong>Factory farms treat animals like machines that generate meat, milk and eggs.<\/strong> And that not only affects the welfare of animals, but also profoundly damages our environment.<\/p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella<\/strong> and <strong>E. coli<\/strong>, as well as creating the conditions for <a href='\/n\/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu<\/strong><\/a> .<\/p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population."},"2":{"h1":"Global warming","text":"To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href=\"https:\/\/www.swissre.com\/dam\/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e\/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf\" target=\"_blank\"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)<\/strong><\/a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.<\/p>\r\n\r\n<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it."},"3":{"h1":"Antibiotics","text":"According to a report by the <a href='https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK216502\/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)<\/strong>< \/a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.<\/p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.<\/p><p>This is especially worrying in <a href='\/n\/44808' target='_blank'><strong>Spain<\/strong>< \/a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France."},"4":{"h1":"Zoonosis","text":"<a href='\/n\/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis<\/strong><\/a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.<\/p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.<\/strong> Most of these come from the meat industry, including chickens, cows, and pigs.<\/p><p>At least <strong>2.2 million people die<\/strong> strong> each year of zoonotic diseases in the world."}},"postfix":"Factory farming is devouring the planet and the so-called <em>factory farms<\/em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.<\/p>\r\n\r\n<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.<\/p>\r\n\r\n<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture<\/strong> account for <strong>52.4 million the number of animals<\/strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href=\"https:\/\/www.eldiario.es\/sociedad\/programa-animales_0_735977294.html\" target=\"_blank\">84% of the 86,641 farms registered in the country use intensive systems<\/a>, and are growing every year. Of the <strong>43 million laying hens<\/strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows<\/strong>, the largest in Europe.","footer":"","hashtag":"#STOPFactoryFarms","tweet":"Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!","thumb":"https:\/\/www.farmedanimals.org\/farms\/img\/fb.jpg","donations_block_title":"Support our campaign","donations_block_descr":"Your contribution will allow us to continue this campaign until the last consequences.","donations_block_item":"#STOPFactoryFarms","donations_block_type":"medium","action":"modify","css":"","donate_tail":""}',
'tag' => null,
'meta_title' => 'Let's shut down factory farms once and for all',
'meta_descr' => 'Industrial farming is devouring the planet and is the cruelest and dirtiest face of the business that profits from the lives of animals. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature, you help us to put an end to them.',
'meta_key' => 'animals,shut,down,factory,farms,once,profits,factories,huge,meat',
'image_node_id' => (int) 0,
'user_id' => (int) 0,
'lang_id' => 'eng',
'group_id' => (int) 1,
'score' => (int) 0,
'votes' => (int) 0,
'event_start' => null,
'event_end' => null,
'flickr_set' => null,
'allow_comments' => (int) 1,
'happened' => null,
'published' => object(Cake\I18n\FrozenTime) {},
'created' => object(Cake\I18n\FrozenTime) {},
'created_by' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'modified_by' => (int) 2,
'emails' => (int) 0,
'diggs' => (int) 0,
'hits' => (int) 443161,
'view' => (int) 1,
'status' => (int) 1,
'region' => object(Cake\ORM\Entity) {},
'country' => object(Cake\ORM\Entity) {},
'post_author' => object(Cake\ORM\Entity) {},
'post_nodes' => [
(int) 0 => object(Cake\ORM\Entity) {}
],
'addGoogleCalendarLink' => null,
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'content' => true,
'addGoogleCalendarLink' => true
],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Posts'
}
$dataNode = object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'descr' => '',
'position' => (int) 2,
'level' => (int) 2,
'lft' => (int) 11,
'rght' => (int) 12,
'channel' => 'posts',
'type' => 'node',
'created' => object(Cake\I18n\FrozenTime) {},
'modified' => object(Cake\I18n\FrozenTime) {},
'page_node_id' => null,
'download_node_id' => null,
'image' => '',
'view' => (int) 1,
'status' => (int) 1,
'disabled' => (int) 0,
'hits' => (int) 0,
'num' => (int) 56,
'_joinData' => object(Cake\ORM\Entity) {},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[hasErrors]' => false,
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'PostNodes'
}
$dataBreadcrumbs = [
(int) 0 => object(Cake\ORM\Entity) {
'id' => (int) 1824,
'ref' => 'animales-en-granjas',
'parent_id' => (int) 1101,
'title' => 'Animales en Granjas',
'lft' => (int) 10,
'rght' => (int) 15,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
},
(int) 1 => object(Cake\ORM\Entity) {
'id' => (int) 1818,
'ref' => 'granjas-industriales',
'parent_id' => (int) 1824,
'title' => 'Granjas Industriales',
'lft' => (int) 11,
'rght' => (int) 12,
'[new]' => false,
'[accessible]' => [
[maximum depth reached]
],
'[dirty]' => [[maximum depth reached]],
'[original]' => [[maximum depth reached]],
'[virtual]' => [[maximum depth reached]],
'[hasErrors]' => false,
'[errors]' => [[maximum depth reached]],
'[invalid]' => [[maximum depth reached]],
'[repository]' => 'PostNodes'
}
]
$dataRelated = object(Cake\ORM\ResultSet) {
'items' => [
(int) 0 => object(Cake\ORM\Entity) {},
(int) 1 => object(Cake\ORM\Entity) {},
(int) 2 => object(Cake\ORM\Entity) {},
(int) 3 => object(Cake\ORM\Entity) {},
(int) 4 => object(Cake\ORM\Entity) {},
(int) 5 => object(Cake\ORM\Entity) {}
]
}
$json = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$host_address = '3.15.219.78'
$recruiterData = []
$recruiter = false
$referer = '/'
$regionsList = []
$countriesList = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$selectedRegion = '-'
$type = 'petition'
$lang = 'spa'
$countries_list = [
'NN' => '',
'AF' => 'Afghanistan',
'AL' => 'Albania',
'DZ' => 'Algeria',
'AS' => 'American Samoa',
'AD' => 'Andorra',
'AO' => 'Angola',
'AI' => 'Anguilla',
'AQ' => 'Antarctica',
'AG' => 'Antigua and Barbuda',
'AR' => 'Argentina',
'AM' => 'Armenia',
'AW' => 'Aruba',
'AU' => 'Australia',
'AT' => 'Austria',
'AZ' => 'Azerbaijan',
'BS' => 'Bahamas',
'BH' => 'Bahrain',
'BD' => 'Bangladesh',
'BB' => 'Barbados',
'BY' => 'Belarus',
'BE' => 'Belgium',
'BZ' => 'Belize',
'BJ' => 'Benin',
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BA' => 'Bosnia and Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
'BR' => 'Brazil',
'IO' => 'British Indian Ocean Territory',
'BN' => 'Brunei',
'BG' => 'Bulgaria',
'BF' => 'Burkina Faso',
'MM' => 'Burma',
'BI' => 'Burundi',
'KH' => 'Cambodia',
'CM' => 'Cameroon',
'CA' => 'Canada',
'CV' => 'Cape Verde',
'KY' => 'Cayman Islands',
'CF' => 'Central African Republic',
'TD' => 'Chad',
'CL' => 'Chile',
'CN' => 'China',
'CX' => 'Christmas Island',
'CC' => 'Cocos (Keelings) Islands',
'CO' => 'Colombia',
'KM' => 'Comoros',
'CG' => 'Congo',
'CD' => 'Congo, Democratic Republic of the',
'CK' => 'Cook Islands',
'CR' => 'Costa Rica',
'CI' => 'Cote d'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
'DJ' => 'Djibouti',
'DM' => 'Dominica',
'TP' => 'East Timor',
'EC' => 'Ecuador',
'EG' => 'Egypt',
'SV' => 'El Salvador',
'GQ' => 'Equatorial Guinea',
'ER' => 'Eritrea',
'ES' => 'España',
'EE' => 'Estonia',
'ET' => 'Ethiopia',
'FO' => 'Faroe Islands',
'FJ' => 'Fiji',
'FI' => 'Finland',
'FR' => 'France',
'GF' => 'French Guiana',
'PF' => 'French Polynesia',
'TF' => 'French Southern Territories',
'GA' => 'Gabon',
'GM' => 'Gambia',
'GE' => 'Georgia',
'DE' => 'Germany',
'GH' => 'Ghana',
'GI' => 'Gibraltar',
'GR' => 'Grecia',
'GL' => 'Greenland',
'GD' => 'Grenada',
'GP' => 'Guadeloupe',
'GU' => 'Guam',
'GT' => 'Guatemala',
'GN' => 'Guinea',
'GW' => 'Guinea Bissau',
'GY' => 'Guyana',
'HT' => 'Haiti',
'HM' => 'Heard and McDonald Islands',
'HN' => 'Honduras',
'HK' => 'Hong Kong',
'HU' => 'Hungary',
'IS' => 'Iceland',
'IN' => 'India',
'ID' => 'Indonesia',
'IR' => 'Iran',
'IQ' => 'Iraq',
'IE' => 'Ireland',
'IL' => 'Israel',
'IT' => 'Italy',
'JM' => 'Jamaica',
'SJ' => 'Jan Mayen Island',
'JP' => 'Japón',
'JO' => 'Jordan',
'KZ' => 'Kazakhstan',
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => 'Laos',
'LV' => 'Latvia',
'LB' => 'Lebanon',
'LS' => 'Lesotho',
'LR' => 'Liberia',
'LY' => 'Libya',
'LI' => 'Liechtenstein',
'LT' => 'Lithuania',
'LU' => 'Luxembourg',
'MO' => 'Macau',
'MK' => 'Macedonia',
'MG' => 'Madagascar',
'MW' => 'Malawi',
'MY' => 'Malaysia',
'MV' => 'Maldives',
'ML' => 'Mali',
'MT' => 'Malta',
'MH' => 'Marshall Islands',
'MQ' => 'Martinique',
'MR' => 'Mauritania',
'MU' => 'Mauritius',
'YT' => 'Mayotte',
'MX' => 'México',
'FM' => 'Micronesia',
'MD' => 'Moldavia',
'MC' => 'Monaco',
'MN' => 'Mongolia',
'MA' => 'Morocco',
'MZ' => 'Mozambique',
'NA' => 'Namibia',
'NR' => 'Nauru',
'NP' => 'Nepal',
'NL' => 'Netherlands',
'AN' => 'Netherlands Antilles',
'NZ' => 'New Zealand',
'NI' => 'Nicaragua',
'NE' => 'Niger',
'NG' => 'Nigeria',
'NU' => 'Niue',
'NF' => 'Norfolk Island',
'KP' => 'North Korea',
'MP' => 'Northern Mariana Islands',
'NO' => 'Norway',
'OM' => 'Oman',
'PK' => 'Pakistan',
'PA' => 'Panama',
'PG' => 'Papua New Guinea',
'PY' => 'Paraguay',
'PE' => 'Peru',
'PH' => 'Philippines',
'PN' => 'Pitcairn',
'PL' => 'Poland',
'PT' => 'Portugal',
'PR' => 'Puerto Rico',
'QA' => 'Qatar',
'DO' => 'Rep. Dominicana',
'RE' => 'Reunion',
'RO' => 'Romania',
'RU' => 'Russian Federation',
'RW' => 'Rwanda',
'SH' => 'Saint Helena',
'KN' => 'Saint Kitts & Nevis Anguilla',
'LC' => 'Saint Lucia',
'PM' => 'Saint Pierre and Miquelon',
'VC' => 'Saint Vincent & Guenadines',
'WS' => 'Samoa',
'SM' => 'San Marino',
'ST' => 'Sao Tome and Principe',
'SA' => 'Saudi Arabia',
'SN' => 'Senegal',
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'CS' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia and South Sandwich Island',
'KR' => 'South Korea',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
'SR' => 'Suriname',
'SZ' => 'Swaziland',
'SE' => 'Sweden',
'CH' => 'Switzerland',
'SY' => 'Syria',
'TW' => 'Taiwan',
'TJ' => 'Tajikistan',
'TZ' => 'Tanzania',
'TH' => 'Thailand',
'TG' => 'Togo',
'TK' => 'Tokelau',
'TO' => 'Tonga',
'TT' => 'Trinidad and Tobago',
'TN' => 'Tunisia',
'TR' => 'Turkey',
'TM' => 'Turkmenistan',
'TC' => 'Turks & Caicos Islands',
'TV' => 'Tuvalu',
'UG' => 'Uganda',
'UA' => 'Ukraine',
'AE' => 'United Arab Emirates',
'GB' => 'United Kingdom',
'US' => 'United States',
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VU' => 'Vanuatu',
'VA' => 'Vatican City',
'VE' => 'Venezuela',
'VN' => 'Vietnam',
'VG' => 'Virgin Islands',
'WF' => 'Wallis and Futuna Islands',
'EH' => 'Western Sahara',
'YE' => 'Yemen',
'ZR' => 'Zaire',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe'
]
$regions_list = []
$selected_region = '-'
$is_mobile = false
$config = [
'host_country' => '',
'country_id' => '',
'country_name' => false,
'country_conventional_name' => '',
'region_name' => '',
'region_conventional_name' => '',
'region_iso2' => '',
'region_unique_code' => '-',
'city' => '',
'continent_id' => '',
'continent_name' => '',
'lat' => '0',
'lon' => '0',
'timezone' => '',
'currency_code' => '',
'currency_symbol' => '',
'lang' => 'spa',
'web_version' => 'es',
'web_version_name' => 'España'
]
$country_id = 'ES'
$web_version = 'es'
$block_descr = ''
$content = [
'petition' => [
'petition_title' => 'Sign for the end of factory farms',
'petition_closed' => (int) 0,
'petition_descr' => 'We reveal what the livestock industry doesn't want you to know. Now it's your turn to change this reality.',
'petition_id' => '1641983053',
'petition_created' => '2022-01-13 02:03:38',
'petition_status' => 'active',
'petition_parent' => '73',
'petition_counter' => (int) 20721,
'petition_reach' => '',
'petition_list' => 'zMBMlLISFsZ1FrFUIaRaFQ',
'eci_url' => '',
'eci_collect_data' => '0',
'change_url' => '',
'drive_form' => '1FAIpQLSeGHIDjwPGmYMAgLNcT-bIS9lJUETbkmZObYxPqzdX5iaEwwQ',
'drive_fields' => '',
'petition_published' => '2023-10-07 14:43:30'
],
'theme' => '',
'render' => 'render_landing',
'palette' => '',
'color_scheme' => [
(int) 1 => '#010101',
(int) 2 => '',
(int) 3 => '',
(int) 4 => '',
(int) 5 => '',
(int) 6 => '',
(int) 7 => '',
(int) 8 => ''
],
'post_node_id' => '1818',
'header_image' => '',
'header' => '',
'prefix' => '',
'blocks' => [
(int) 1 => [
'h1' => 'Factory farms',
'text' => '<strong>Factory farms treat animals like machines that generate meat, milk and eggs.</strong> And that not only affects the welfare of animals, but also profoundly damages our environment.</p><p> poor hygienic conditions and inefficient waste management in industrial farms can proliferate bacteria such as <strong>salmonella</strong> and <strong>E. coli</strong>, as well as creating the conditions for <a href='/n/45379' target='_blank'><strong>diseases such as swine fever (H1N1) and bird flu</strong></a> .</p><p>Attempts are made to keep animals on massive amounts of antibiotics, but that hasn't prevented their diseases from spreading to the human population.'
],
(int) 2 => [
'h1' => 'Global warming',
'text' => 'To prevent future pandemics, there is by reducing emissions to zero. According to a report by the <a href="https://www.swissre.com/dam/jcr:552d59b2-76c6-4626-a91a-75b0ed58927e/Pandemics_in_a_changing_climate_Full_report_FINAL.pdf" target="_blank"><strong>School of Studies Johns Hopkins University Advanced International Studies (SAIS)</strong></a>, the effects of climate change will increase the risk of pandemic outbreaks. Conditions on modern farms are a contributing factor to the increased risk of future infections, and we must take action immediately.</p>
<p>The loss of biodiversity and the concentration of large numbers of animals in deplorable conditions is the main reason why the question scientists are asking is not whether there will be a new pandemic, but when we will experience it.'
],
(int) 3 => [
'h1' => 'Antibiotics',
'text' => 'According to a report by the <a href='https://www.ncbi.nlm.nih.gov/books/NBK216502/' target='_blank'><strong>National Center for Biotechnology Information (NCBI)</strong>< /a>, about 40% of the antibiotics produced in the world are used as additives for animal feed.</p><p>The excessive consumption of antibiotics through meat and dairy products results in the appearance of bacteria increasingly resistant to known treatments. And this is a danger for which humanity is not prepared.</p><p>This is especially worrying in <a href='/n/44808' target='_blank'><strong>Spain</strong>< /a>, since it is the European Union country where the most antibiotics are used in livestock farming, specifically 402 milligrams for every kilo of meat produced, an amount four times higher than that used in Germany and almost six times higher than that of France.'
],
(int) 4 => [
'h1' => 'Zoonosis',
'text' => '<a href='/n/45361' target='_blank'><strong>When a disease crosses the species barrier from animals to humans, it is called a zoonosis</strong></a>. Confinement conditions in macro farms, excessive use of antibiotics and large numbers of crowded individuals are a breeding ground for these diseases.</p><p><strong>60% of all diseases and 75% of all emerging infectious diseases are zoonotic.</strong> Most of these come from the meat industry, including chickens, cows, and pigs.</p><p>At least <strong>2.2 million people die</strong> strong> each year of zoonotic diseases in the world.'
],
(int) 0 => [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
]
],
'postfix' => 'Factory farming is devouring the planet and the so-called <em>factory farms</em> are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.</p>
<p>Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.</p>
<p>In Spain there are more pigs than people. The official figures for 2018 from the <strong>Ministry of Agriculture</strong> account for <strong>52.4 million the number of animals</strong> taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. <a href="https://www.eldiario.es/sociedad/programa-animales_0_735977294.html" target="_blank">84% of the 86,641 farms registered in the country use intensive systems</a>, and are growing every year. Of the <strong>43 million laying hens</strong> that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with <strong>20,000 cows</strong>, the largest in Europe.',
'footer' => '',
'hashtag' => '#STOPFactoryFarms',
'tweet' => 'Let's end cruelty on farms where millions of animals suffer and die in the worst conditions you can imagine. You can make it possible!',
'thumb' => 'https://www.farmedanimals.org/farms/img/fb.jpg',
'donations_block_title' => 'Support our campaign',
'donations_block_descr' => 'Your contribution will allow us to continue this campaign until the last consequences.',
'donations_block_item' => '#STOPFactoryFarms',
'donations_block_type' => 'medium',
'action' => 'modify',
'css' => '',
'donate_tail' => ''
]
$language = 'spa'
$block_cols = (int) 7
$i = (int) 5
$block = [
'text' => '<p><!--PETITION start--><!--PETITION end--></p>
'
] include - APP/Template/Element/block-json-content.ctp, line 53
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1857
Cake\View\View::Cake\View\{closure}() - CORE/src/View/View.php, line 778
Cake\View\View::cache() - CORE/src/View/View.php, line 818
Cake\View\View::element() - CORE/src/View/View.php, line 779
include - APP/Template/Posts/render_landing.ctp, line 279
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1420
Cake\View\View::_render() - CORE/src/View/View.php, line 1381
Cake\View\View::render() - CORE/src/View/View.php, line 879
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 795
App\Controller\PostsController::renderCustomTemplate() - APP/Controller/PostsController.php, line 318
App\Controller\PostsController::displayControl() - APP/Controller/PostsController.php, line 103
App\Controller\PostsController::display() - APP/Controller/PostsController.php, line 58
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Factory farming is devouring the planet and the so-called factory farms are the cruelest and dirtiest face of this business. These huge meat factories are responsible for climate change, unsustainability and cruelty to animals. With your signature you can end this hell for animals.
Every day, thousands of animals live and die in crowded and dirty conditions. This is the reality of industrial agriculture.
In Spain there are more pigs than people. The official figures for 2018 from the Ministry of Agriculture account for 52.4 million the number of animals taken to the slaughterhouse that year. Most of them are raised on mega-farms, where they suffer from the worst conditions imaginable. 84% of the 86,641 farms registered in the country use intensive systems , and are growing every year. Of the 43 million laying hens that live in Spanish territory, only 7% are alternative breeders, the rest live in cages. And in milk production, the average number of cows per farm has almost doubled in the last nine years. In Soria there is a dairy with 20,000 cows , the largest in Europe.
Últimas publicaciones 03 octubre 2024
20 enero 2024
10 diciembre 2023
06 octubre 2023
21 diciembre 2022
20 junio 2022
Tus datos personales serán tratados conforme a las leyes internacionales. Al completar este formulario, estarás conforme a nuestra política de privacidad .
© 2003- 2025, AnimaNaturalis Internacional , organización iberoamericana para la defensa de los derechos de todos los animales.