// FOOTER INCUBANDO IDEAS REDUCIDO
<!--
function IILinks()
{
var result = '';

result += 
'<center><a href="http://www.interdominios.com/registro_dominios.aspx" target="_blank" class="FOOTER-Links">Registro dominios</a> - '+
'<a href="http://www.interdominios.com/" target="_blank" class="FOOTER-Links">Alojamiento web</a> - '+
'<a href="http://www.interdominios.com/servidores_linux.aspx" target="_blank" class="FOOTER-Links">Servidores</a> - '+
'<a href="http://www.todoslosforos.com/" target="_blank" class="FOOTER-Links">Foro</a> - '+
'<a href="http://www.atb-e.com/" target="_blank" class="FOOTER-Links">Revista noticias</a> - '+
'<a href="http://www.reservaron.com/" target="_top" class="FOOTER-Links">Reserva Viajes</a> - '+
'<a href="http://www.intergratis.com/" target="_top" class="FOOTER-Links">Internet Gratis</a> - '+
'<a href="http://www.juegate.com/" target="_top" class="FOOTER-Links"><b>Mahjong</b></a></center>';
return result;
}
//-->