setTimeout("updateXEarthImage()", 2000);// Pause for a couple of seconds before displaying daylight... just for the look
function updateXEarthImage()
	{
	loadXEarth(document.images['xearth'],"/xearths/",getDate()); 
	setTimeout("updateXEarthImage()", 480000);
	}