

function relocate()
{	

	alert("When you close this alert, you will be redirected to the new url for this website. If you have any bookmarks set to this page, you may wish to update them to point to the page that's coming up. Thankyou !!");
	
	window.location="http://www.paulseaton.com";
	
}
