window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","all","#C4DFFB","#fff","smooth");
Rounded("div#content","all","#C4DFFB","#FFF","smooth");
Rounded("div#nav","all","#C4DFFB","#fff","smooth");
Rounded("div#footer","all","#C4DFFB","#fff","small border #fff");
}