doRounded = function(){
if(!NiftyCheck())
    return;
	Rounded("div.rounded","all", "#ffffff", "#7f7f83", "smooth");
}

addLoadEvent(doRounded);