function pageLoad(page){	setTimeout("location.href='http://www.ferries.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.ferries.co.uk/' + sPage;setTimeout("location.href='" + newu + "'",1);