var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

var newu = 'http://www.directferries.at/';
//alert(newu);
setTimeout("location.href='" + newu + "'",01);



