<!--
document.write("<address>");
document.write("G&aring; til ");
document.write("<a target='_top' href='http://ga.randers-hf-vuc.dk'>Lydik Garms hjemmeside </a>");
document.write("eller send mail til <a href='mailto:kirsten.eriksen@skolekom.dk'> kirsten.eriksen@skolekom.dk </a><br>");

// DATO FOR OPDATERING tilføjet 11.3.2002
var dato = new Date(document.lastModified);
var dag = new Array("S&oslash;ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L&oslash;rdag");
var md = new Array("januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december");
opdateret = dag[dato.getDay()] + " den " + dato.getDate() + ". " + md[dato.getMonth()] + " " + dato.getYear();
opdateret = opdateret + " kl. " + dato.getHours();
if (dato.getMinutes() < 10){
	 opdateret = opdateret + ":0" + dato.getMinutes();
}
else {
	 opdateret = opdateret + ":" + dato.getMinutes();
}
document.writeln("<small>Opdateret: " + opdateret + "</small>");
// SLUT DATO FOR OPDATERING

//document.write("Opdateret: " + document.lastModified)
document.write ("<br>")
document.write (location)
document.write("</address>");
//document.write("<p>Dette program understøttes af:");
//document.write ("<p>")
//document.write("<a HREF='http://www.keypress.com/sketchpad/java_gsp/index.html'>");
//document.write("<img src='java_but.jpg' alt='Geometers Sketchpad' height='31' width='125' /></a>");
//document.write("</p>");

document.write("<p align=left><B>");
document.write("MatLex er sponsoreret af:");
document.write("</B></p>");
document.write("<table border=0 cellspacing=2 cellpadding=5 width='85%' summary='Sponsorer'>");
//document.write("<TH>&Aring;rhus Amt</TH>");
//document.write("<TH>Geometers Sketchpad</TH>");
//document.write("<TH>Randers HF & VUC</TH>");
document.write("<tr>");
document.write("<td><P align=center>");
document.write("<img src='common/vaab_txt.gif' width='150' height='43' alt='&Aring;rhus Amts Hjemmeside' border='none' /></a></P></td>");
document.write("<td><P align=center><a HREF='http://www.keypress.com/sketchpad/java_gsp/index.html'>");
document.write("<img src='common/java_but.jpg' alt='Geometers Sketchpad' height='31' width='125' /></a></P></td>");
document.write("<td><P align=center>");
document.write("<a href='http://www.randers-hf-vuc.dk'><img src='common/rlogo_ny.jpg' alt='Skolens Hjemmeside' border='none' /></a></P></td>");
document.write("</tr>");
document.write("</table>");

// -->
