window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#ced9e7","#FFF","smooth");
Rounded("div#header h1","bottom","#ced9e7","#657DA6","small smooth");
Rounded("div#content","all","#ced9e7","#FFF","smooth");
Rounded("div#nav","all","#ced9e7","#f4f4b6","smooth");
Rounded("div#sidenotes","all","#ced9e7","#FC6","smooth");
Rounded("form","all","#ced9e7","#ced9e7","smooth");
Rounded("blockquote","all","#FFF","#f4f4b6","smooth");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
}

