window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#0094C3","#84B7FF","smooth");
Rounded("div#header h1","bottom","#84B7FF","#F15C30","small smooth");
Rounded("div#content","tl bottom","#0094C3","#FFF","smooth");
Rounded("div#contentinside","all","#0094C3","#FFF","smooth");
Rounded("div#nav","tr bottom","#0094C3","#22B24C","smooth");
Rounded("div#navinside","all","#F15C30","#22B24C","smooth");
Rounded("div#sidenotes","all","#0094C3","#B1C0D5","smooth");
Rounded("div#contact","all","#0094C3","#B4CEF7","smooth");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#0094C3","#CCCCCC","small border #fff");
Rounded("div#links","all","#0094C3","#B1C0D5","smooth");
}