function fecha()
{

        today = new Date()
        day = today.getDay()
        if ( day == 0 ) { 
        document.write("Domingo ");
        }
        if ( day == 1 ) { 
        document.write("Lunes ");
        }
        if ( day == 2 ) { 
        document.write("Martes ");
        }
        if ( day == 3 ) { 
        document.write("Miércoles ");
        }
        if ( day == 4 ) { 
        document.write("Jueves ");
        }
        if ( day == 5 ) { 
        document.write("Viernes ");
        }
        if ( day == 6 ) { 
        document.write("Sábado");
        }
   



          today = new Date()
          hours = today.getHours()
          minutes = today.getMinutes()
	    year = parseInt(today.getYear(),10)
          zerom = ''
          zeroh = ''
          if ( minutes < 10 ) { zerom = 0 }
          if ( hours < 10 ) { zeroh = 0 }
 
        if ( today.getMonth() == 0 ) { month = "Enero" }
        if ( today.getMonth() == 1 ) { month = "Febrero" }
        if ( today.getMonth() == 2 ) { month = "Marzo" }
        if ( today.getMonth() == 3 ) { month = "Abril" }
        if ( today.getMonth() == 4 ) { month = "Mayo" }
        if ( today.getMonth() == 5 ) { month = "Junio" }
        if ( today.getMonth() == 6 ) { month = "Julio" }
        if ( today.getMonth() == 7 ) { month = "Agosto" }
        if ( today.getMonth() == 8 ) { month = "Septiembre" }
        if ( today.getMonth() == 9 ) { month = "Octubre" }
        if ( today.getMonth() == 10 ) { month = "Noviembre" }
        if ( today.getMonth() == 11 ) { month = "Diciembre" }
	  if ( today.getYear() == 99 ) { year = "1999" }
	  //if ( today.getYear() == 2000 ) { year = "2000" }
	  if ( today.getYear() == 1 || today.getYear() == 101 || today.getYear() == 2001) { year = "2001" }



              document.write( today.getDate()," de ",month,",  ",year), "</font>";


}
function date()
{

        today = new Date()
        day = today.getDay()
        if ( day == 0 ) { 
        document.write("Sunday ");
        }
        if ( day == 1 ) { 
        document.write("Monday ");
        }
        if ( day == 2 ) { 
        document.write("Tuesday ");
        }
        if ( day == 3 ) { 
        document.write("Wednesday ");
        }
        if ( day == 4 ) { 
        document.write("Thursday ");
        }
        if ( day == 5 ) { 
        document.write("Friday ");
        }
        if ( day == 6 ) { 
        document.write("Saturday");
        }
   



          today = new Date()
          hours = today.getHours()
          minutes = today.getMinutes()
	    year = parseInt(today.getYear(),10)
          zerom = ''
          zeroh = ''
          if ( minutes < 10 ) { zerom = 0 }
          if ( hours < 10 ) { zeroh = 0 }
 
        if ( today.getMonth() == 0 ) { month = "January" }
        if ( today.getMonth() == 1 ) { month = "February" }
        if ( today.getMonth() == 2 ) { month = "March" }
        if ( today.getMonth() == 3 ) { month = "April" }
        if ( today.getMonth() == 4 ) { month = "May" }
        if ( today.getMonth() == 5 ) { month = "June" }
        if ( today.getMonth() == 6 ) { month = "July" }
        if ( today.getMonth() == 7 ) { month = "August" }
        if ( today.getMonth() == 8 ) { month = "Septembee" }
        if ( today.getMonth() == 9 ) { month = "Octubee" }
        if ( today.getMonth() == 10 ) { month = "November" }
        if ( today.getMonth() == 11 ) { month = "Dicember" }
	  if ( today.getYear() == 99 ) { year = "1999" }
	  //if ( today.getYear() == 2000 ) { year = "2000" }
	  if ( today.getYear() == 1 || today.getYear() == 101 || today.getYear() == 2001) { year = "2001" }



              document.write(", ",today.getDate() , " ", month," ",year), "</font>";


}
function fecha_pt()
				{

			        today = new Date()
			        day = today.getDay()
			        if ( day == 0 ) { 
			        document.write("Domingo, ");
			        }
			        if ( day == 1 ) { 
			        document.write("Segunda-feira, ");
			        }
			        if ( day == 2 ) { 
			        document.write("Terça-feira, ");
			        }
			        if ( day == 3 ) { 
			        document.write("Quarta-feira, ");
			        }
			        if ( day == 4 ) { 
			        document.write("Quinta-feira, ");
			        }
			        if ( day == 5 ) { 
			        document.write("Sexta-feira, ");
			        }
			        if ( day == 6 ) { 
			        document.write("Sábado, ");
			        }
			   
			
			
			
			          today = new Date()
			          hours = today.getHours()
			          minutes = today.getMinutes()
				    year = parseInt(today.getYear(),10)
			          zerom = ''
			          zeroh = ''
			          if ( minutes < 10 ) { zerom = 0 }
			          if ( hours < 10 ) { zeroh = 0 }
			 
			        if ( today.getMonth() == 0 ) { month = "Janeiro" }
			        if ( today.getMonth() == 1 ) { month = "Fevereiro" }
			        if ( today.getMonth() == 2 ) { month = "Março" }
			        if ( today.getMonth() == 3 ) { month = "Abril" }
			        if ( today.getMonth() == 4 ) { month = "Maio" }
			        if ( today.getMonth() == 5 ) { month = "Junho" }
			        if ( today.getMonth() == 6 ) { month = "Julho" }
			        if ( today.getMonth() == 7 ) { month = "Agosto" }
			        if ( today.getMonth() == 8 ) { month = "Setembro" }
			        if ( today.getMonth() == 9 ) { month = "Outubro" }
			        if ( today.getMonth() == 10 ) { month = "Novembro" }
			        if ( today.getMonth() == 11 ) { month = "Dezembro" }
				  if ( today.getYear() == 99 ) { year = "1999" }
				  //if ( today.getYear() == 2000 ) { year = "2000" }
				  if ( today.getYear() == 0 || today.getYear() == 100 || today.getYear() == 2000) { year = "2000" }
				  if ( today.getYear() == 1 || today.getYear() == 101 || today.getYear() == 2001) { year = "2001" }
			
			
			              document.write( today.getDate()," de ",month," de  ",year), "</font>";
			
			}

