    setTimeout('moveon()', 4500);
  function moveon()
   {
   window.location.href="forside.htm";
   }
