function CurrentDate()
	{
	todaysdate = new Date();
	var screenday = todaysdate.getDate();
	var screenmonth = todaysdate.getMonth()+1;
	var screenyear = todaysdate.getFullYear();
	document.write(screenday + "-" + screenmonth + "-" + screenyear);
	}

function moddate()
	{
	document.write(document.lastModified);
	}


function loadimage()
	{
	img31 = new Image;
	img31.src="Images/ECSLogo.jpg";
	img32 = new Image;
	img32.src="Images/ECSLogoBackground4.jpg";	
	img1 = new Image;
	img1.src="Images/constructbanner.gif";
	img2 = new Image;
	img2.src="Images/agribanner.gif";
	
	}
