window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#content","all","#d6e7bb","#e9f2d8", "smooth");
Rounded("p.img","all","#e9f2d8","#d6e7bb", "smooth");
Rounded("div.box","all","#e9f2d8","#d6e7bb", "smooth");
Rounded("td.bottom","bl br","#e9f2d8","#fff", "smooth");
Rounded("div.table","tl tr","#e9f2d8","#fff", "smooth");
}