// fecha azul
//(c) Rquit@truchapolis.com 2007
// 2010 http://www.ciencia.cc/edu/cosmonautas2010camp.html> <img src="/error/img/bncosmonautas2010.jpg" alt="Campamento Cosmonautas 2010"
hoje = new Date(); 
anuncios = 7; 
segundos = hoje.getSeconds();
numero = segundos % anuncios;

if (numero == 0) texto = 'http://www.ciencia.cc/edu/index.html> <img src="/error/img/talleresrquit.jpg" alt="Cursos, Talleres y Conferencias"';
if (numero == 01) texto = 'http://www.ciencia.cc/edu/index.html> <img src="/error/img/talleresrquit.jpg" alt="Cursos, Talleres y Conferencias"';
if (numero == 02) texto = 'http://www.ciencia.cc/index.html> <img src="/error/img/bnmail.jpg" alt="Visita ciencia.cc"';
if (numero == 03) texto = 'http://www.ciencia.cc/calendario> <img src="/error/img/rquitsched.jpg" alt="Calendario Rquit de Ciencia"';
if (numero == 04) texto = 'http://www.ciencia.cc/index.php> <img src="/error/img/msnrquit.gif" alt="Anexame a tu msn"';
if (numero == 05) texto = 'http://www.ciencia.cc/boletin/index.html> <img src="/error/img/boletinacne.jpg" alt="Boletin Acné"';
if (numero == 06) texto = 'http://www.ciencia.cc/actividades/index.html> <img src="/error/img/rquitescuela.jpg" alt="Rquit en tu escuela"';

document.write('<center><a href='+texto+' border="0" width="390" height="60"></a></center>');
