
// (c) 2010, OPENTIA
// Software libre bajo licencia GPL3
// Las variables $n_repercusion y $n_adhesion toman dinámicamente sus valores desde un servicio de rastreo de información ejecutado por OPENTIA
// Los contenidos del fichero no se deben modificar puesto que se sobreescribe periódicamente
var $n_repercusion = 66300;
var $n_adhesion = 10300;
var $articleURL = 'http://ffii.org.es/index.php/es/contador'

var $html = '';
$html = $html + '<div id="OP_REDSOS_a-partir-de-hoy-red-y-libertad" onmouseover="this.style.cursor=\'pointer\'" style="width: 190px; height: 130px; background: #eee url(\'http://red-sostenible.net/sosred_190x70.png\') no-repeat center 0%; text-align: center;">';
$html = $html + '  <div id="REDSOS_a-partir-de-hoy-red-y-libertad_logo" onclick="parent.location=\'http://red-sostenible.net\'" style="width: 190px; height: 65px;"></div>';
$html = $html + '  <div id="OP_a-partir-de-hoy-red-y-libertad_lns" style="float: left; width: 190px; height: 57px; background: #eee url(\'http://ffii.org.es/counter/images/beta.png\') no-repeat;">';
$html = $html + '    <div id="OP_a-partir-de-hoy-red-y-libertad_ln_adhesion" onclick="parent.location=\'' + $articleURL+ '\'" style="width:100%;">';
$html = $html + '      <a style="font-size: 0.9em;" href="'+$articleURL+'"><span style="font-size: 1.3em;">' + $n_adhesion + '</span> webs adheridas</a>';
$html = $html + '    </div>';
$html = $html + '    <div id="OP_a-partir-de-hoy-red-y-libertad_ln_repercusion" onclick="parent.location=\'' + $articleURL+ '\'" style="width:100%;">';
$html = $html + '      <a style="font-size: 0.9em;" href="'+$articleURL+'"><span style="font-size: 1.3em;">' + $n_repercusion + '</span> nos referencian</a>';
$html = $html + '    </div>';
$html = $html + '    <div>';
$html = $html + '    <a style="font-size: 0.7em;" href="http://ffii.org.es/counter/html/instruccionesbanner.html" target="name" onclick="window.open(\'http://ffii.org.es/counter/html/instruccionesbanner.html\',\'name\',\'height=150, width=800,toolbar=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no\'); return false;">pon este banner en tu web</a>';
$html = $html + '    </div>';
$html = $html + '  </div>';
$html = $html + '</div>';
document.write($html);
