window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#99a68d","#f2e744","smooth");
Rounded("div#header h1","bottom","#f2e744","#f2c744","smooth");
Rounded("div#content","tl bottom","#99a68d","#FFF","smooth");
Rounded("div#nav","tr bottom","#99a68d","#f2a649","smooth");
Rounded("div#sidenotes","all","#99a68d","#f2c744","smooth");
Rounded("form","all","#99a68d","#f2e744","smooth");
Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#relax","top","#FFF","transparent");
Rounded("div#footer","all","#99a68d","#CCCCCC","small border #fff");
}
