<!-- Begin
var expDays = 3;

var page = "http://amigos.com/go/f36619+reg";
var windowprops = "width=640,height=480,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"; 

function GetCookie (name) {  
var arg = name + "=";  
var alen = arg.length;  
var clen = document.cookie.length;  
var i = 0;  
while (i < clen) {    
var j = i + alen;    
if (document.cookie.substring(i, j) == arg)      
return getCookieVal (j);    
i = document.cookie.indexOf(" ", i) + 1;    
if (i == 0) break;   
}  
return null;
}
function SetCookie (name, value) {  
var argv = SetCookie.arguments;  
var argc = SetCookie.arguments.length;  
var expires = (argc > 2) ? argv[2] : null;  
var path = (argc > 3) ? argv[3] : null;  
var domain = (argc > 4) ? argv[4] : null;  
var secure = (argc > 5) ? argv[5] : false;  
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) +  
((domain == null) ? "" : ("; domain=" + domain)) +    
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {  
var exp = new Date();  
exp.setTime (exp.getTime() - 1);  
var cval = GetCookie (name);  
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var exp = new Date(); 
exp.setTime(exp.getTime() + (expDays*12*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
   }
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);

window.open(page, "", windowprops);

}
else {
count++;
SetCookie('count', count, exp);
   }
}
//  Hasta aqui la nueva moodificacióm End -->
// BARRITA SUP


// FOOTER INCUBANDO IDEAS - HOME SITES
//-->



<!--
function IIFooterHome()
{
var result = '';

checkCount();

result += 
'<table width="707" border="0" cellspacing="0" cellpadding="0">' +
'  <tr>' +
'    <td width="47" valign="top"><a href="http://www.MultiZona.com/" target="_top"><img src="/images/footer/isotipo.gif" alt="MultiZona.com" width="40" height="44" border="0"></a></td>' +
'    <td width="132" valign="top"><table width="130" border="0" cellspacing="2" cellpadding="0">' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.universopostal.com/" target="_top" class="FOOTER-Links">UniversoPostal.com</a></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.dolarpeso.com/" target="_top" class="FOOTER-Links">DolarPeso.com</a></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.vivituciudad.com/" target="_top" class="FOOTER-Links">ViviTuCiudad.com</a></td>' +
'        </tr>' +
'    </table></td>' +
'    <td width="132" valign="top"><table width="130" border="0" cellspacing="2" cellpadding="0">' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.avatarya.com/" target="_top" class="FOOTER-Links"><strong>Avatarya.com</a></strong></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.juegate.com/" target="_top" class="FOOTER-Links"><strong>Juegate.com</strong></a></td>' +
'        </tr>' +
'        <tr>' +
'          <td><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td><a href="http://www.decoratumovil.com/" target="_top" class="FOOTER-Links">Decoratumovil.com</a></td>' +
'        </tr>' +
'    </table></td>' +
'    <td width="132" valign="top"><table width="130" border="0" cellspacing="2" cellpadding="0">' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.intergratis.com/" target="_top" class="FOOTER-Links">InterGratis.com</a></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.drcupido.com/" target="_top" class="FOOTER-Links"><strong>DrCupido.com</a></strong></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.chistonto.com/" target="_top" class="FOOTER-Links">ChisTonto.com</a></td>' +
'        </tr>' +
'    </table></td>' +
'    <td width="132" valign="top"><table width="130" border="0" cellspacing="2" cellpadding="0">' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.charloteo.com/" target="_top" class="FOOTER-Links"><strong>Charloteo.com</strong></a></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.ubicas.com/" target="_top" class="FOOTER-Links">Ubicas.com</a></td>' +
'        </tr>' +
'        <tr>' +
'          <td><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td><a href="http://www.Ofertaz.com/" target="_top" class="FOOTER-Links">Ofertaz.com</a></td>' +
'        </tr>' +
'    </table></td>' +
'    <td width="132" valign="top"><table width="130" border="0" cellspacing="2" cellpadding="0">' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.peliculaz.com/" target="_top" class="FOOTER-Links"><strong>Peliculaz.com</a></strong></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.acorta.com/" target="_top" class="FOOTER-Links">Acorta.com</a></td>' +
'        </tr>' +
'        <tr>' +
'          <td width="5"><img src="/images/footer/bullet.gif" width="3" height="3"></td>' +
'          <td width="125"><a href="http://www.amigoinvisible.com/" target="_top" class="FOOTER-Links">AmigoInvisible.com</a></td>' +
'        </tr>' +
'        </tr>' +
'    </table></td>' +
'  </tr>' +
'</table>';

return result;
}                                                                                   