window.onload=function(){
    if(!NiftyCheck())
        alert('error');
    Rounded("div.mainContainer","bottom","transparent","#FFF");
    Rounded("div.cls003","top","transparent","#546DA8");	
    Rounded("div.foot","all","transparent","#FFF");
    //Rounded("div.rightContainer","all","#FFF","#FFF","border #AAA"); 
    Rounded("div.title01","top","#FFF","#546DA8");     
	Rounded("div.title02","all","#FFF","#DDD","small");
    Rounded("div.title03","all","#FFF","#DDD","small"); 
	Rounded("div.cls004","bottom","#FFF","#FFF","border #AAA"); 	
}