window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","all","#D6DEEC","#84B7FF","smooth");
Rounded("div#header h1","all","#84B7FF","#336699","small smooth");
Rounded("div#content","all","#D6DEEC","#FFF","smooth");
Rounded("div#nav","all","#D6DEEC","#95B3DE","smooth");
Rounded("div#sidenotes","all","#D6DEEC","#B1C0D5","smooth");
// Rounded("form","all","#D6DEEC","#B4CEF7","smooth");
Rounded("blockquote","all","#FFF","#CDFFAA","border #88D84F");
Rounded("div#menu","all","#D6DEEC","#CCCCCC","small border #fff");
}