window.onload = function () {
	var currentTime = new Date()
	var showTime = currentTime.toGMTString();
	showTime = showTime.substr(0,16);
	document.getElementById("time").innerHTML = "<font color=\"#FFFFFF\" class=\"body1\">"+showTime+"&nbsp;&nbsp;</font>";
}