window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#929EA0","#9ADA9A","smooth");
Rounded("div#header h1","bottom","#9ADA9A","#9ADA9A","small smooth");
Rounded("div#content","tl bottom","#929EA0","#FFF","smooth");
Rounded("div#nav","tr bottom","#929EA0","#9ADA9A","smooth");
Rounded("div#sidenotes","all","#929EA0","#DBDBDB","smooth");
Rounded("form","all","#929EA0","#DBDBDB","smooth");
Rounded("blockquote","tr bl","#FFF","z","border #FFF");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#FFF","small border transparent");
}