window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","all","#D7E3F5","#84B7FF","smooth");
Rounded("div#hbox","all","#84B7FF","#A9C2E5","smooth");
Rounded("div#content","all","#D7E3F5","#84B7FF","smooth");
Rounded("div#contentbox","all","#84B7FF","#fff","smooth");
Rounded("div#footer","all","#D7E3F5","#e6e6e6","border #333");
Rounded("div#menu_horiz","all","#D7E3F5","#A7DEFD","border #ccc");
Rounded("div#contenthead","all","#D7E3F5","#e6e6e6","border #ccc");
Rounded("div#rimary-nav","all","#D7E3F5","#e6e6e6","small");
}
