function setLastUpd()
{

	document.getElementById('lastupd').innerHTML='Site last updated: 14th August,2010';
}
function overlink(obj,img)
{
	document.images[obj].src=img;
}
function outlink(obj,img)
{
	document.images[obj].src=img;
}




