window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#content","tl bottom","#f4f4f4","#FFF","smooth");
Rounded("div#sidenotes","tr bottom","#f4f4f4","#B1C0D5", "smooth");
Rounded("div#partners","tr br","#f4f4f4","#B1C0D5","smooth");
Rounded("div#counter","tr br","#f4f4f4","#B1C0D5","smooth");
Rounded("myform","tr br","#f4f4f4","#B1C0D5","smooth");
Rounded("blockquote","tr bl","#FFF","#FFF","border #CCCCCC");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#cccccc","#f4f4f4","small border #cccccc");
}