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