window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#BAAAAA","#84B7FF","smooth");
Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content","bottom","#BAAAAA","#FFF","smooth");
Rounded("div#nav","tr bottom","#BAAAAA","#95B3DE","smooth");
Rounded("div#sidenotes","all","#BAAAAA","#fff","smooth");
Rounded("form","all","#BAAAAA","#fbc9e1","smooth");
Rounded("blockquote","tr bl","#FFF","#fbc9e1","border #BAAAAA");
Rounded("div#blockat","tr bl","#FFF","#fbc9e1","border #BAAAAA");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#BAAAAA","#CCCCCC","small border #fff");
Rounded("div#minipics li","all","#C7C7F2","#FFF","smooth");
}