<!-- Begin
var today = new Date();
var now = today.getDate();
var year = today.getYear();
if (year < 2000) year += 1900;
var month = today.getMonth();
var monarr = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
var idag = now+" "+monarr[month]+" "+year;
var idag_num = Date.parse(idag);
var tael = 0;
var href = document.location.href;
var s = href.split("/"); 
i=s.length-1;
if (s[i]=="index.shtml") {
var maks = 9;
}
else {
var maks = 50;
}
document.write("<a class=\"nav\" style=\"border-style:solid; border-width:16px 0px 0px 8px; border-color:#dddddd;\">Aktuelle link</a> ");
document.write(" <ul> ");
var gemt_dato_num = Date.parse("1 January 2015"); 
tael++;
var diff = gemt_dato_num-idag_num;
if (diff <= 0 || tael > maks) {  }
else{
document.write("<li class=\"lille\" style=\"margin-left:-20px;\"margin-top:8px;\"><a href=\"http://danoline-no.com/properties/acoustics/homeacoustics.html\">Boligakustikk - Ny brochure til private boliger</a>    ");
}
var gemt_dato_num = Date.parse("1 January 2015"); 
tael++;
var diff = gemt_dato_num-idag_num;
if (diff <= 0 || tael > maks) {  }
else{
document.write("<li class=\"lille\" style=\"margin-left:-20px;\"margin-top:8px;\"><a href=\"http://danoline-no.com/products/linings/acoustic_walls/index.html\">Akustiske veggkledninger - Ny inspirationsbrochure fra Danoline</a>    ");
}
document.write(" </ul> ");
// End --> 
