$(function() {
			$('#afb1').cycle( {
				fx:     'fade',
				speed:    1000, 
				delay:  -3000,
    			timeout:  6000
			});
		 
			$('#afb2').cycle({ 
			    fx:     'fade',
			    speed:    1000, 
			    timeout:  6000 
			});
			
		});
