$(function(){
    
    //this group of functions controlsthe display of the home images
    if($(".active").attr("id") == "Home"){
        $('#rsb').cycle({ 
            fx:     'fade', 
            timeout: 3000, 
            delay:  -2000 
        });
        
        /*
        $('#rsb').cycle({ 
            fx:     'fade',
            timeout: 3000,
            speed:   2000,
        });
        */
        
    }    
    
    
});
