<!--
var sTargetURL = "../english/english/laddahem.shtml";

function doRedirect()
{
    setTimeout( "window.location.href = sTargetURL", 2*1000 );
}

//-->


<!--
function doRedirect()
{
    window.location.replace( sTargetURL );
}

doRedirect();

//-->