
	


function link(){
Stamp = new Date();
Year = Stamp.getYear();
Month = Stamp.getMonth()+ 1;

document.write("<H3><A href='http://www.dk.orienteering.org/loeb/termin.cgi?y=" + Year + "&m=" + Month + "'<B> Kig i DOF's kalender</B></A></H3>")
}

link()



