/* author: ingoporto@ig.com.br */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 5/8/2004 */

//   Função para pegar a data-->

function gettheDate() {

               Todays = new Date();
               TheDate = " Recife," + Todays.getDate() +"/"+ (Todays.getMonth() + 1) + "/" +  
               Todays.getYear() 
               document.clock.date.value = TheDate;
}
var timerID = null;
var timerRunning = false;

//  Final da Função -->

//  - - - - - - - -  Mostra a Hora-->

function startclock () {

        gettheDate()

    }