﻿window.onload=function(){
if(!NiftyCheck())
	return;
Rounded("div#navbanner","all","#fff","#fc3","smooth");
Rounded("div.yellowbox","all","#fff","#fc0","smooth");	
Rounded("div.orangebox","all","#fff","#ffa500","smooth");
Rounded("div.greenbox","all","#fff","#99cc00","smooth");
Rounded("div.bluebox","all","#fff","#9DD4FF","smooth");
Rounded("div#floatingpanel","all","#fff","#b3e378","smooth");
Rounded("div#featurespanel","all","#fff","#b3e378","smooth");
Rounded("div.quotebox","all","#fff","#fc3","smooth");	
Rounded("div#footer","all","#fff","#cadb2a","smooth");
}
