window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#D6DEEC","#84B7FF","smooth");
Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content","top","#fff","#FFF","smooth");
Rounded("div#nav","all","#D6DEEC","#95B3DE","smooth");
Rounded("div#sidenotes","all","#D6DEEC","#B1C0D5","smooth");
Rounded("div#content form","tl tr","#fff","#99FF00","smooth");
Rounded("blockquote","tr bl","#FFF","#ff6","border #f60");
Rounded("div.relax","all","#fff","transparent");
Rounded("div#news div","tl bl","#FFF","transparent");
Rounded("div#footer","tl bl br","#fff","#CCCCCC","large border #CCCCCC");
}