function makehistorylinks(current) {
  var path = null;
  var loop = true;
  while ( loop ) {
    if ( path != null ) {
      path = "<a href=\""+current[2]+"\" class=\"rellinkstekst\">"+current[1]+"</a><span class=\"rellinkstekst\"> / </span>"+path;
    } else {
      path = "<a href=\""+current[2]+"\" class=\"rellinkstekst\">"+current[1]+"</a>";
    }
    if ( current[0] != null )
      current = current[0];
    else
      loop = false;
  }
  document.writeln(path);
}

document.writeln("<div id=\"vhslogo\">");
document.writeln("<a href=\"index.htm\"><img src=\"grafik/vhslogo.gif\" border=0 width=77 height=77 alt=\"VHs logo\" vspace=0></a>");
document.writeln("</div>");
document.writeln("<div id=\"vhstekst\">");
document.writeln("<img src=\"grafik/vhstekst.gif\" border=0 width=214 height=14 alt=\"V&aelig;rft Historisk selskab\" vspace=0>");
document.writeln("</div>");
document.writeln("<div id=\"menulinie\">");
document.writeln("</div>");
document.writeln("<div id=\"vhsbort\">");
document.writeln("<img src=\"grafik/vhsbort.jpg\" border=0 width=463 height=40 alt=\"\" vspace=0>");
document.writeln("</div>");
document.writeln("<div id=\"menuliniespids\">");
document.writeln("<img src=\"grafik/menuliniespids.gif\" border=0 width=5 height=22 alt=\"\" vspace=0>");
document.writeln("</div>");
document.writeln("<scr"+"ipt language=\"JavaScript1.2\" src=\"menu/HM_Loader.js\" type=\"text/javascript\"></scr"+"ipt>");
document.writeln("<div id=\"soeg\">");
document.writeln("<form action=\"http://search.freefind.com/find.html\" METHOD=\"GET\"  target=\"_self\">");
document.writeln("<FONT size=1 face=\"arial,helvetica\">");
document.writeln("<INPUT TYPE=\"HIDDEN\" NAME=\"id\" VALUE=\"98369602\">");
document.writeln("<INPUT TYPE=\"HIDDEN\" NAME=\"pageid\" VALUE=\"r\">");
document.writeln("<input type=hidden name=lang value=da>");
document.writeln("<INPUT TYPE=\"HIDDEN\" NAME=\"mode\" VALUE=\"ALL\">");
document.writeln("<INPUT type=\"HIDDEN\" name=\"n\" value=\"0\">");
document.writeln("<nobr><input type=\"text\" name=\"query\" value=\"Indtast søgeord..\" onfocus=\"javascript:if(this.value==\'Indtast søgeord..\')this.value=\'\';\" style=\"border:1px solid black;width:123px; height:23; font:normal 12px Arial; padding:3px 5px;\"><input type=\"SUBMIT\" value=\"Søg\" style=\"border:1px solid black;width:34px; height:23; font:normal 12px Arial; margin:0px 10px;\"></nobr>");
document.writeln("<nobr><br>powered by <A HREF=\"http://www.freefind.com\">FreeFind</A></nobr></font>");
document.writeln("</FORM>");
document.writeln("</div>");
document.writeln("<div id=\"historik\">");
makehistorylinks(current);
document.writeln("</div>");
