window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#E2D9CF","#F68B3C","smooth");
Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content","tr bottom","#E2D9CF","#FFF","smooth");
Rounded("div#nav","tl","#E2D9CF","#F68B3C","smooth");
Rounded("div#nav","bottom","#E2D9CF","#C2A793","smooth");
Rounded("div#nav2","top","#E2D9CF","#F68B3C","smooth");
Rounded("div#nav2","bottom","#E2D9CF","#C2A793","smooth");
Rounded("div#sidenotes","top","#E2D9CF","#F68B3C","smooth");
Rounded("div#sidenotes","bottom","#E2D9CF","#C2A793","smooth");
Rounded("blockquote","tr bl","#FFF","#F9BE9A","border #F55E03");
Rounded("div#blockimage li","all","#FFFFFF","#F9BE9A","smooth");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#E2D9CF","#CCCCCC","small border #fff");
}