function errorsuppressor()
{
	return true;
}
window.onerror=errorsuppressor;

function dologoclick()
{
	pageloc = "" + window.document.location;
	thepage = pageloc.substr(pageloc.lastIndexOf('/')+1);

	if(thepage == 'home.html')
	{
		document.location = "http://www.morgan-motor.co.uk/about_morgan/index.html";
	}
	else
	{
		document.location = "http://www.morgan-motor.co.uk/home.html";
	}
}
