window.onload=function(){
if(!NiftyCheck())
	return;
Rounded("div#topbanner","top","#9c3","#690","smooth");
Rounded("div#topbanner","bottom","#9c3","#f90","smooth");
Rounded("div#maincolumn","all","#9c3","#fff","smooth");
Rounded("div.photobox","all","#9c3","#f90","smooth");
Rounded("div.floatpanel-right","all","#fff","#f90","smooth");
Rounded("div.activebox","top","#9c3","#c63","smooth");
Rounded("div.activebox","bottom","#9c3","#999","smooth");		
Rounded("div.twobox","top","#9c3","#f90","smooth");
Rounded("div.twobox","bottom","#9c3","#690","smooth");
Rounded("div#footer","all","#9c3","#ccc","smooth");
}