window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#content","top","#7a1","#e7e7e7","smooth");
Rounded("div#footer","bottom","#7a1","#137","smooth");
Rounded("div.nav","top","#7a1","#ad4","smooth");
Rounded("div.nav","bottom","#7a1","#9c3","smooth");
Rounded("ul#txtbut li","top","#e7e7e7","#cce","smooth");
Rounded("div#box","all","#fff","#ddd","smooth");
Rounded("div#minipix li","all","#fff","#ccd","smooth");
Rounded("div.gradient","top","#bbb","#999","smooth");
Rounded("div.gradient","bottom","#C0CDF2","#ECECF2","smooth");
Rounded("form","all","#fff","#eef","smooth");
Rounded("label","all","#eef","#fff","small");
}
