



function t() 
{
var curdate = new Date()
dstring = curdate.toGMTString()
dostring=dstring

len=dostring.length
len=len-3
g=dostring.substring(0,len);

time2.innerHTML="<font color=white align=right>" +g+"GMT"

setTimeout("o()", 500);}

function o() 
{setTimeout("t()", 400);}

function data()
{ author="vito" }


