

var camimagenes = new Array("picts/base10.jpg","picts/base6.jpg","picts/base7.jpg","picts/base11.jpg","picts/base12.jpg","picts/base4.jpg","picts/base9.jpg","picts/base14.jpg","picts/base15.jpg","picts/base16.jpg","picts/base17.jpg","picts/base18.jpg","picts/base19.jpg","picts/base21.jpg","picts/base22.jpg","picts/base23.jpg","picts/base24.jpg","picts/base25.jpg","picts/base26.jpg","picts/base27.jpg","picts/base28.jpg");
var RAN = Math.round(Math.random()*(camimagenes.length-1));

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="130" background="picts/background_header_3.jpg"><tr><td width="125">');

document.write('<td align="centre" valign="top">');

document.write('<img src="' + camimagenes[RAN] + '" HEIGHT="110" WIDTH="650"><br>');
document.write('</td></tr><tr><td bgcolor="#000033" colspan="2" height="23" align="right" background="picts/background-menu-horz_e.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu"><tr><td>');



document.write('<a href="noticias.htm" class="menu">Noticias</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br></td><td>');


document.write('<a href="faq-home.htm" class="menu">F.A.Q.</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br></td><td>');


document.write('<a href="contact.htm" class="menu">Contactar</a><br>');
document.write('</td><td>');
document.write('&nbsp;|&nbsp;<br></td><td>');



document.write('<a href="index.html" class="menu">Versión Flash</a><br>');
document.write('</td><td>');
document.write('</td></tr></table>');
document.write('</td><td width="10" bgcolor="#915F4D" background="picts/background-menu-horz_e.gif">');
document.write('&nbsp;<br>');
document.write('</td></tr></table>');



document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado")
var monthname=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
