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