var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
if (sPageOV != "")
{
	sPage = sPageOV;
}
var newu = 'http://www.directferries.co.uk/' + sPage;
//alert(newu);
setTimeout("location.href='" + newu + "'",01);



