function creditos()
{
var marqueewidth=325;
var marqueeheight=170;
var speed=2;
var marqueecontents='<font size="3" color="white"><ul><li><b>Paloma Jimenez (Rimbaud)</b><br>Tfno: 660 096 597<br>E-mail:<a href="mailto:al27604@madesyp.com">al27604@madesyp.com</a><br><li> <b>Jose Ruiz Morcillo </b><br>Tfno: 626 164 692 <br>E-mail: <a href="mailto:peperuiz@yahoo.com">peperuiz@yahoo.com</a><br> URL: <a href="http://www.humano.ya.com/pepicoruiz">http://www.humano.ya.com/pepicoruiz</a><br><li> <b>Juan Diego L&oacute;pez </b><br>Tfno: 667 489 718 <br>E-mail: <a href="mailto:juandi06@navegalia.com">juandi06@navegalia.com</a><br>URL:<a href="http://www.terra.es/personal5/juandi06">http://www.terra.es/personal5/juandi06</a><br><li> <b>Ares Martinez Luj&aacute;n </b><br>Tfno: 658 264 451<br>E-mail: <a href="mailto:al27606@hotmail.com">al27606@hotmail.com</a><br></ul></font>';

if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>');

function regenerate(){
window.location.reload();
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450);
intializemarquee();
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents);
document.cmarquee01.document.cmarquee02.document.close();
thelength=document.cmarquee01.document.cmarquee02.document.height;
scrollit();
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed;
setTimeout("scrollit()",100);
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight;
scrollit();
}
}

window.onload=regenerate2;
}