<!-- Minus AutoDato -->
<!-- <SCRIPT LANGUAGE="JavaScript"> -->
<!-- Begin
 /* document.write("<FONT FACE=\"Courier New, Courier\"><PRE>");
document.write("<br>location.protocol      :" + location.protocol);
document.write("<br>location.hostname      :" + location.hostname);
document.write("<br>location.port          :" + location.port);
document.write("<br>location.host          :" + location.host);
document.write("<br>location.pathname      :" + location.pathname);
document.write("<br>location.hash          :" + location.hash);
document.write("<br>location.target        :" + location.target);
document.write("<br>location.query         :" + location.query);
document.write("<br>location.href          :" + location.href);
document.write("<br>document.bgColor       :" + document.bgColor);
document.write("<br>document.fgColor       :" + document.fgColor);
document.write("<br>document.lastModified  :" + document.lastModified);
document.write("<br>document.linkColor     :" + document.linkColor);
document.write("<br>document.location      :" + document.location);
document.write("<br>document.referrer      :" + document.referrer);
document.write("<br>document.title         :" + document.title);
document.write("<br>document.vlinkColor    :" + document.vlinkColor);
document.write("<br>document.URL           :" + document.URL);
document.write("<br>window.self            :" + window.self);
document.write("<br>window.top             :" + window.top);
document.write("<br>window.parent          :" + window.parent);
document.write("<br>window.location        :" + window.location);
document.write("<br>window.document        :" + window.docment);
document.write("<br>window.frames.URL      :" + window.frames.URL);
document.write("<br>history.current        :" + history.current);
document.write("<br>history.length         :" + history.length);
document.write("<br>history.next           :" + history.next);
document.write("<br>history.previous       :" + history.previous);
document.write("<br>history                :" + history); 
document.write("<br>window.frames.name     :" + window.frames.name);
document.write("<br>urlEnd =               :" + urlEnd);
document.write("<br>type doc.URL           :" + typeof document.URL);
document.write("<br>type doc.location      :" + typeof document.location);
document.write("<br>type win.location      :" + typeof window.location);
document.write("<br>type loc.href          :" + typeof location.href); */
  if (window.frames.name != "Index" &
      window.frames.name != "Styr"  &
      window.frames.name != "Tekst") {
  var urlBeg = location.href.lastIndexOf("/");   
  var urlEnd = location.href.lastIndexOf("?side="); 
 /*  document.write("<br>urlBeg = :" + urlBeg);
     document.write("<br>urlEnd = :" + urlEnd);  */
  if (urlEnd != -1){
      var side = location.href.substring(urlBeg+1, urlEnd-1);
     }
  else {
      var side = location.href.substring(urlBeg+1, location.href.length);
     }
 /*   document.write("<br>side   = :" + side); 
      document.write("</PRE></FONT>");   */

 if (side == 'diverse.html') { side = 'divstyr.html' }
 if (side == 'daab.html') { side = 'daabstyr.html' }
 if (side == 'bryllup.html') { side = 'brylstyr.html' }
 if (side == 'fodselsdag.html') { side = 'fodstyr.html' }
 if (side == 'konfirmation.html') { side = 'konfstyr.html' }
 if (side == 'konfirmation.html') { side = 'konfstyr.html' }
 if (side == 'sjov.html') { side = 'sjovstyr.html' }
 if (side == 'skaal.html') { side = 'skaalstyr.html' }
 if (side == 'support.html') { side = 'suppstyr.html' }
 if (side == 'velbekomme.html') { side = 'velbstyr.html' }
 if (side == 'velkommen.html') { side = 'velkstyr.html' } 
 if (side == 'fraekke.html') { side = 'fraekstyr.html' }

 URL = "index.html?side="+side;
 window.location = URL; }  -->
<!-- </SCRIPT> -->

