<!-- 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_gul.gif';

sidefarve="#ffffff";
hoejremargen=16;
if (document.all)
        korr=0
    else 
        korr=4
topfanersbredde=(document.body.offsetWidth+korr-180-hoejremargen);
fanebredde=topfanersbredde/4;
xvaerdi1=179;
xvaerdi2=179+fanebredde;
xvaerdi3=178+fanebredde*2;
xvaerdi4=177+fanebredde*3;
xvaerdi5=176+fanebredde*4;
var sidehoved=
'<!-- ********** start logo´er ************ -->'+
'<TABLE class="hoved" width="100%" cellpadding=4px border="0">'+
'<TD width=1%><img src="Images/logo_40_hoved.gif" width="40" height="40" border=0 alt=""></TD>'+
'</TABLE>'+
'<div id="venstre2" style="top:8px;left:46px;"><img src="Images/overskrift_hvid.png" border=0 alt=""></div>'+
'<!--<div id="tekst_i_hoved" style="top:38px;right:0px;"><img src="http://m.usersonline.com/counter/nraagaard.png" border=0 alt="antal forskellige brugere indenfor de sidste 5 min."/></div>-->'+
'<body bgcolor='+sidefarve+' text="#000000" link="#0000aa" vlink="#000444" alink="#000000"> '+
'<FONT face=" Arial">'+
'<div  id="topfaner" style="left:0px;width:80px;border-bottom-width:0px;"><br></div>'+
'<div  id="topfaner" style="left:80px;width:100px;border-bottom-width:1px;"><br></div>'+
'<div id="venstre2" style="left:120px;height:10px;width:20px;">'+
'<a href="hjem.htm" onmouseover="document.images[2].src=bil2.src" onmouseout="document.images[2].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="klubben.htm">Klubben</a></div>'+
'<div id="topfaner" style="left:'+xvaerdi2+'px;width:'+fanebredde+'px"><A class="faner" href="traening.htm">Træning</A></div>'+
'<div id="topfaner" style="left:'+xvaerdi3+'px;width:'+fanebredde+'px"><A class="faner" href="loeb.htm">Løb</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)
