function infobarontop() {
document.getElementById('infobar').style.top=document.documentElement.scrollTop+'px';
setTimeout("infobarontop()", 50);
}
if ($j.browser.msie && $j.browser.version == 6.0) {   
$j(document).ready(function (){
 document.body.style.marginTop='30px';
 var el= document.createElement("DIV");
 el.id="infobar";
 document.body.appendChild(el);
 el.innerHTML='<a href="IE6updatebrowser">'
+'<img src="alarm.gif" border="0" style="padding:1px 1px 1px 10px; float:left;">'
+'<img src="close.gif" onclick="this.parentElement.style.display=\'none\'; return false;" border="0" style="padding:1px; float:right; cursor:hand;">'
+'<span>Let op: Internet Explorer 6.0 word niet volledig ondersteund op deze website, klik hier voor meer informatie&hellip;</span></a>';
setTimeout("infobarontop()", 50);
});
}