// JavaScript Document
window.onload=function(){
if(!NiftyCheck())
    return;
Rounded('div#menu h2','#ffffff', '#0065bd');
Rounded('div#content1 h2','#fff','#99cc33');
Rounded('div#content1 h3','#fff','#0065bd');
Rounded('div#content2 h2','#fff','#ff9900');
Rounded('div#content2 h3','#fff','#99cc33');
Rounded('div#zoekdiv','#fff','#ff9900');
}