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