window.onload=function(){
if(!NiftyCheck())
    return;
	Rounded("div.miniballs1", "all", "#e5e0cc","#bfc49c","smooth");
	Rounded("div.miniballs2", "all", "#e5e0cc","#dfc49c","smooth");
	Rounded("div.miniballs3", "all", "#e5e0cc","#d0c49c","smooth");
	Rounded("div.miniballs4", "all", "#e5e0cc","#f0f0f0","smooth");
	Rounded("div.miniballs5", "all", "#e5e0cc","#f0f0f0","smooth");	
}

