<!--
var newURL = unescape(location.search.substring(1));
if (location.search.length <= 0 )
    newURL="velkommen.shtml";
document.write('<LAYER NAME="TheNewURL" SRC=' + newURL +' left="170" top="75" width="450" height="400"></LAYER>');
document.write('<IFRAME ID="TheNewURL" SRC=' + newURL + ' frameborder="0" marginheight="0" marginwidth="0" width="450" height="400"></IFRAME>');
//-->

