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

