function pageLoad(page)
{
	setTimeout("location.href='http://www.directferries.co.uk/'",2000);
}
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
sPage=sPage.toLowerCase();
//alert(sPage);
if (rd==1)
{
	sPage='';
}
var newu = 'http://www.directferries.co.uk/' + sPage;
setTimeout("location.href='" + newu + "'",1);


