window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#fff","#B6B6B6","smooth");
Rounded("div#headergradient","bottom","#fff","#84B7FF","smooth");
Rounded("div#header h1","bottom","#F0F2EB","#657DA6","small smooth");
Rounded("div#headergradient h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content","tl bottom","#fff","#FFF","smooth");
Rounded("div#nav","tr bottom","#fff","#95B3DE","smooth");
Rounded("div#sidenotes","all","#fff","#B1C0D5","smooth");
Rounded("div#searchbox","all","#fff","#F0F2EB","smooth");
Rounded("div#topnav","top","#fff","#9EBBDC","smooth");
Rounded("div#bottomnav","bottom","#fff","#9EBBDC","smooth");
/*Rounded("form","all","#fff","#B4CEF7","smooth");*/
Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#fff","#CCCCCC","small border #000");
Rounded("button","tr bl","#FFF","#CDFFAA","border #88D84F");

//Rounded("div#header","bottom","#D6DEEC","#84B7FF","smooth");
//Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
//Rounded("div#content","tl bottom","#D6DEEC","#FFF","smooth");
//Rounded("div#nav","tr bottom","#D6DEEC","#95B3DE","smooth");
//Rounded("div#sidenotes","all","#D6DEEC","#B1C0D5","smooth");
//Rounded("form","all","#D6DEEC","#B4CEF7","smooth");
//Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
//Rounded("div#relax","all","#FFF","transparent");
//Rounded("div#footer","all","#D6DEEC","#CCCCCC","small border #fff");

}