var months = new Array("januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember");
var days = new Array("søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag");
var lmod = new Date(document.lastModified);
var H = lmod.getHours(document.lastModified);
var MI = lmod.getMinutes(document.lastModified);
var S = lmod.getSeconds(document.lastModified);
var Da = lmod.getDay(document.lastModified);
var MO = lmod.getMonth(document.lastModified);
var D = lmod.getDate(document.lastModified);
var Y = lmod.getFullYear(document.lastModified);
var AM =" AM";
if(H>12){H=H-12;AM=" PM";}
if(H<10){H="0"+H;}
if(MI<10){MI="0"+MI;}
if(S<10){S="0"+S;}
var T = days[Da]+" "+D+". "+months[MO]+" "+Y;

// Bottom
var bottom =' ';
bottom += '                  <br>'
bottom += '                  <br>'
bottom += '                  <br></td>'
bottom += '                <td rowspan="3" background="images/vr.gif" width="1"><img src="images/pixel.gif" width="1" height="1" border="0"></td>'
bottom += '              </tr>'
bottom += '              <tr> '
bottom += '                <td></td>'
bottom += '                <td background="images/hr.gif" colspan="3"><img src="images/pixel.gif" width="1" height="1" border="0" align="left"></td>'
bottom += '              </tr>'
bottom += '              <tr> '
bottom += '                <td colspan="4" class="body" align="right">Copyright © '+Y+' System.Unit AS<br>'
bottom += '                  <a href="index.html">Hjem</a> - <a href="leveranser.html">Leveranser</a> - <a href="integrasjon.html">Integrasjon</a> '
bottom += '                  - <a href="teknologi.html">Teknologi</a><br><br><br></td>'
bottom += '              </tr>'
bottom += '              <tr> '
bottom += '                <td colspan="5"><img src="images/pixel.gif" width="1" height="32" border="0" align="left"></td>'
bottom += '              </tr>'
bottom += '            </table></td>'
bottom += '        </tr>'
bottom += '      </table></td><td width="51%" valign="top">'
bottom += '      <table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0">'
bottom += '  <tr> '
bottom += '    <td valign="top"><table height="70" width="100%" cellpadding="0" cellspacing="0" border="0">	'
bottom += '  <tr>'
bottom += '    <td bgcolor="#374769" height="191"></td>'
bottom += '  </tr>'
bottom += '  <tr>'
bottom += '    <td><img src="images/bg_sub.gif" width="100%" height="20"></td>'
bottom += '  </tr>'
bottom += '  <tr>'
bottom += '    <td bgcolor="#DDDDDD" height="14"></td>'
bottom += '  </tr>'
bottom += '  <tr>'
bottom += '    <td background="images/hr.gif"><img src="images/pixel.gif" height="1" width="1" border="0"></td>'
bottom += '  </tr>'
bottom += '</table>'
bottom += '</body>'
bottom += '</html>'
document.write(bottom);








