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