var num_imagenes=7;
function Carga(){
	return numero = Math.abs(Math.round(Math.random()*num_imagenes-1));
}

document.write("	<table width='100%' border='0' cellpadding='0' cellspacing='0' background='../img/fsup.gif'> ");
document.write("	  <tr> ");
document.write("	    <td align='center'><table width='780' height='180' border='0' cellpadding='0' cellspacing='0' background='../img/fsup2.gif'> ");
document.write("	      <tr valign='top'> ");
document.write("	        <td width='130'><div id='logo' style='position:relative; left:10px; top:54px; width:96px; z-index: 3;'><a href='../default.htm'><img src='../img/cdcastellon1.gif' alt='Inicio' width='96' height='121' border='0'></a></div> ");
document.write("	        </td> ");
document.write("	        <td><table width='100%' border='0' cellspacing='0' cellpadding='0'> ");
document.write("	            <tr> ");
document.write("	              <td class='fsup"+(Carga()+1)+"'>&nbsp;</td> ");
document.write("	              <td width='140' height='134' align='center' valign='bottom'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='140' height='124'> ");
document.write("	                  <param name='movie' value='../img/sponsor.swf'> ");
document.write("	                  <param name='quality' value='high'> ");
document.write("	                  <embed src='../img/sponsor.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='140' height='124'></embed> ");
document.write("	                </object></td> ");
document.write("	            </tr> ");
document.write("	          </table> ");
document.write("	        </td> ");
document.write("	      </tr> ");
document.write("	    </table></td> ");
document.write("	  </tr> ");
document.write("	</table> ");
document.write("	<table width='780' border='0' align='center' cellpadding='0' cellspacing='0'> ");
document.write("	  <tr> ");
document.write("	    <td align='right'><table border='0' cellpadding='0' cellspacing='0' class='recGris2-inf'> ");
document.write("	      <tr valign='bottom'> ");
document.write("	          <td width='10'>&nbsp;</td> ");
document.write("	          <td height='20' class='font10px'> ");
m = new Array("enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre");
w = new Array("Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado");
d = new Date();
document.write(w[d.getDay()] + ", " + d.getDate() + " de " + m[d.getMonth()] + " de " + d.getFullYear());
document.write("	          </td> ");
document.write("	          <td width='10'>&nbsp;</td> ");
document.write("	          <td class='font10px'><a href='mailto:cdcastellon@cdcastellon.com'>cdcastellon@cdcastellon.com</a></td> ");
document.write("	        </tr> ");
document.write("	      </table> ");
document.write("	    </td></tr> ");
document.write("	</table> ");