window.onload=function(){
    //the line below calls the init for the news scroller
    fadeInit();
    
if(!NiftyCheck())
    return;
	RoundedTop("div.info-box","#fff","#e89a41");
	RoundedBottom("div.info-box","#fff","#f3f2f1");
	
	RoundedTop("div.loans-box","#fff","#f3f2f1");
	RoundedBottom("div.loans-box","#fff","#f3f2f1");
    //Calls the init function on pageload. 
}