window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#D6DEEC","#84B7FF","smooth");
Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content1","tl bottom","#fcebf2","#FFF","smooth");
Rounded("div#nav","tr bottom","#fcebf2","#95B3DE","smooth");
Rounded("div#nav2","tr bottom","#fcebf2","#95B3DE","smooth");
Rounded("div#nav3","tr bottom","#fcebf2","#95B3DE","smooth");
Rounded("div#sidenotes","all","#fcebf2","#95B3DE","smooth");
Rounded("div#sidenotes2","all","#fcebf2","#95B3DE","smooth");
/*Rounded("form","all","#D6DEEC","#95B3DE","smooth");*/
/*Rounded("form2","all","#FFF","#FFF","smooth");*/
Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");
}