window.onload=function(){
if(!NiftyCheck())
    return;
//Rounded("div#header","all","#D6DEEC","#84B7FF","smooth");
Rounded("div#header","all","#FFF8DE","#5981B3","small smooth");
Rounded("div#maincontent","tl bottom","#FFF8DE","#FFF","smooth");
Rounded("div#box1","tr bottom","#FFF8DE","#FFF080","smooth");
Rounded("div#box2","tr bottom","#FFF8DE","#FFF080","smooth");
Rounded("div#box3","tr bottom","#FFF8DE","#FFF080","smooth");
Rounded("div#menu","all","#FFF8DE","#80BAFF","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","#FFF8DE","#B39959","small border #000000");
}