// JavaScript Document
now = new Date();
localtime = now.toGMTString();
document.write("<strong>Local time when you logged on:</strong>" + localtime);
