function MakeArray(n){this.length=n;return this;}

var texto,fecha
var mes=new MakeArray(13);
mes[1]="Enero";mes[2]="Febrero";mes[3]="Marzo";mes[4]="Abril";mes[5]="Mayo";mes[6]="Junio";mes[7]="Julio";mes[8]="Agosto";mes[9]="Septiembre";mes[10]="Octubre";mes[11]="Noviembre";mes[12]="Diciembre";
var diasemana=new MakeArray(8)
diasemana[1]="Domingo";diasemana[2]="Lunes";diasemana[3]="Martes";diasemana[4]="Miercoles";diasemana[5]="Jueves";diasemana[6]="Viernes";diasemana[7]="Sabado";
fecha=new Date();
texto=""+diasemana[fecha.getDay()+1]+", "+fecha.getDate()+" de "+mes[fecha.getMonth()+1]+" de "+fecha.getFullYear();

document.write(" <div id='fondosup' style='position:absolute; left:0; top:0; width:732; z-index:0'><img src='imagenes/pampamorellut/fondos/fsup1.gif'></div> ");
document.write(" <div id='estadio' style='position:absolute; left:115; top:17; width:570; z-index:0'><img src='imagenes/pampamorellut/fondos/imgSup2.jpg' width='570' height='68'></div> ");
document.write(" <div id='cdcastellon' style='position:absolute; left:685; top:2; width:90; z-index:0'><img src='imagenes/pampamorellut/cdcastellon.gif' width='90' height='116'></div> ");
document.write(" <div id='federacion' style='position:absolute; left:14px; top:5px; width:90; z-index:0; height: 90'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='90' height='90'> ");
document.write("     <param name=movie value='imagenes/pampamorellut/federacion.swf'> ");
document.write("     <param name=quality value=high> ");
document.write("     <embed src='imagenes/pampamorellut/federacion.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='90' height='90'> ");
document.write("     </embed> ");
document.write("   </object></div> ");
document.write(" <div id='fecha' style='position:absolute; left:120px; top:1px; width:590; z-index:0'> ");
document.write("   <table width='590' border='0' cellspacing='0' cellpadding='0'> ");
document.write("     <tr> ");
document.write("       <td class='blancoB'>Federación de peñas del C.D. CASTELLÓN</td> ");
document.write("       <td align='right'><script>document.write(texto);</script></td> ");
document.write("     </tr> ");
document.write("   </table> ");
document.write(" </div> ");

