//<script language="JavaScript">
						<!--
						<!--  Activate Cloaking Device
						// Variables to display today's date.
						var now = new Date();
						var yr = now.getYear();
						var mName = now.getMonth();
						var dName = now.getDay();

						var dayNr = ((now.getDate()<10) ? "0" : "")+ now.getDate();


						Day= new Array(7)
						Day[0]="Domingo";
						Day[1]="Lunes";
						Day[2]="Martes";
						Day[3]="Miercoles";
						Day[4]="Jueves";
						Day[5]="Viernes";
						Day[6]="Sabado";


						Month= new Array(12)
						Month[0]="Ene";
						Month[1]="Feb";
						Month[2]="Mar";
						Month[3]="Abr";
						Month[4]="May";
						Month[5]="Jun";
						Month[6]="Jul";
						Month[7]="Ago";
						Month[8]="Sep";
						Month[9]="Oct";
						Month[10]="Nov";
						Month[11]="Dic";

						var todaysDate =( dayNr + "." + Month[mName] + "." + yr + "<BR>");


						document.write(todaysDate);
						// Deactivate Cloaking -->
						//</script>
