window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#DDDDDD","#AA0000","smooth");
//Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content","all","#D6DEEC","#FFF","smooth");
Rounded("div#nav","all","#D6DEEC","#95B3DE","smooth");
Rounded("div#sidenotes","all","#D6DEEC","#BBCCDD","smooth");
Rounded("form","all","#D6DEEC","#B4CEF7","smooth");
Rounded("blockquote","none","#FFF","#EEE","border #DDD");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#D6DEEC","#AA0000","smooth");
}