<!-- denne linje forhindrer visning i andre websteders´s rammer --> 
if (self != top) top.location.href = document.location.href;

<!-- bil1=new Image(); bil1.src='images/home_3.gif'; --> 
<!-- bil2=new Image(); bil2.src='images/home_hvid.gif'; --> 
<!-- Her bestemmes kun topfanernes placering. Højre scroll-bjælke styres -->
<!-- med sidebredde i broedtekst.js samt med margin-left i div.broedtekst i -->
<!-- hovedogfaner.css -->
hoejremargen=16;
if (document.all)
        korr=0
    else 
        korr=4
topfanersbredde=(document.body.offsetWidth+korr-110-hoejremargen);
fanebredde=topfanersbredde/4;
xvaerdi1=109;
xvaerdi2=109+fanebredde;
xvaerdi3=108+fanebredde*2;
xvaerdi4=107+fanebredde*3;
xvaerdi5=106+fanebredde*4;
var sidehoved=
'<!-- ********** start logo´er ************ -->'+
'<TABLE class="hoved" width="100%" cellpadding=4px border="0">'+
'<TD width=1%><img src="Images/Hiski_40_bilin_sharpen.gif" width="40" height="40" border=0 alt=""></TD>'+
'</TABLE>'+
'<div id="venstre2" style="top:6px;left:52px;"><img src="Images/hoved-holteski_3.gif" border=0 alt=""></div>'+
'<body text="#000000" link="#0000aa" vlink="#0004444" alink="#000000">'+
'<FONT face=" Arial">'+
'<div  id="topfaner" style="left:0px;width:81px;border-bottom-width:0px;"><br></div>'+
'<div  id="topfaner" style="left:81px;width:30px;border-bottom-width:1px;"><br></div>'+
'<!--<div id="venstre2" style="left:120px;height:10px;width:20px;">-->'+
'<!--<a href="hjem.htm" onmouseover="document.images[3].src=bil2.src" onmouseout="document.images[3].src=bil1.src">-->'+
'<!--<img src="images/home_3.gif" border=0 width="15" height="16" align="bottom" alt="Hjem"></a>--></div>'+
'<div id="topfaner" style="left:'+xvaerdi1+'px;width:'+fanebredde+'px"><a class="faner" href="home.html">Fælles</a></div>'+
'<div id="topfaner" style="left:'+xvaerdi2+'px;width:'+fanebredde+'px"><A class="faner" href="Alpin.htm">Alpin</A></div>'+
'<div id="topfaner" style="left:'+xvaerdi3+'px;width:'+fanebredde+'px"><A class="faner" href="Langrend.htm">Langrend</A></div>'+
'<div id="topfaner" style="left:'+xvaerdi4+'px;width:'+fanebredde+'px"><A class="faner" href="Links.htm">Links</A></div>'+
'<div id="topfaner" style="left:'+xvaerdi5+'px;width:'+hoejremargen+'px"></div>'
document.write(sidehoved)
