document.write("<table border='0' width='100%'>")
document.write("<td width='175' valign='top' BGCOLOR='669966'>")

document.write("<BR><font face='Arial' size='2'><CENTER><B>Innhold:</B></CENTER>")
document.write("<UL>")
document.write("<LI><a href='nyheter.htm'><font COLOR='black'>Nyheter</font></a>")
//document.write("<LI><a href='badetemperaturer.htm'>Badetemperaturer Sandvikstranden</a>")
document.write("<LI><a href='dyra.htm'><font COLOR='black'>Dyra på garden</font></a>")
document.write("<LI><a href='villedyr.htm'><font COLOR='black'>Dei ville dyra på garden</font></a>")
document.write("<LI><a href='beliggenhet.htm'><font COLOR='black'>Sandvik i Sande</font></a>")
document.write("<LI><a href='vaeret.htm'><font COLOR='black'>Været</font></a>")
document.write("<LI><a href='lysbilder.htm'><font COLOR='black'>Naturen</font></a>")
document.write("<LI><a href='flora.htm'><font COLOR='black'>Floraen i Sandvik</font></a>")

document.write("<LI><a href='index.html'><font COLOR='black'>Framside</font></a>")
document.write("</UL>")

document.write("<CENTER><B>Linker:</B></CENTER>")
document.write("<UL>")
document.write("<LI><a href='http://www.steingodt.no' target='_blank'><font COLOR='black'>Steingodt - Eldhuset i Sandvika</font></a>")
document.write("<LI><a href='http://www.sandebeitelag.no' target='popup'><font COLOR='black'>Sande beitelag BA</font></a>")
document.write("<LI><a href='http://www.sande-mr.kommune.no' target='popup'><font COLOR='black'>Sande kommune</font></a>")
document.write("<LI><a href='http://www.gursken.no' target='popup'><font COLOR='black'>Gursken</font></a>")
document.write("</UL>")

document.write("<CENTER><B>E-post:</B></CENTER><br><CENTER>")
document.write("<a href='epost.htm'><img src='bilder/brev1.jpg' width='150'></a>")
document.write("</CENTER></br>")

var months=new Array(13); 
months[1]="januar"; 
months[2]="februar"; 
months[3]="mars"; 
months[4]="april"; 
months[5]="mai"; 
months[6]="juni"; 
months[7]="juli"; 
months[8]="august"; 
months[9]="september"; 
months[10]="oktober"; 
months[11]="november"; 
months[12]="desember"; 
var time=new Date(); 
var lmonth=months[time.getMonth() + 1]; 
var date=time.getDate(); 
var year=time.getFullYear();
var hours=time.getHours();
var minutes=time.getMinutes();
var seconds=time.getSeconds();

document.write("<center><B>" + date + ". " + lmonth + " " + year + "</B>");
document.write("<BR>")
document.write(" kl. " + hours + ":" + minutes + ":" + seconds + "</center>"); 

document.write("<center>")
document.write("<FORM method=GET action='http://www.google.com/search' target='popup'>")
document.write("<INPUT TYPE=text name=q size=20 maxlength=255 value=''>")
document.write("<INPUT TYPE=hidden name=hl value='no'><br>")
document.write("<INPUT type=submit name=btnG VALUE='Søk internett'>")
document.write("</FORM>")
document.write("</center></font>")
document.write("</td>")
document.write("<td VALIGN='top'>")

