$(function() {
    // run the code in the markup!
	$('#s1').cycle({ 
	    fx: 'fade',
	    speed:    500, 
	    timeout:  7000  
	});
    
});

$(function() {
    // run the code in the markup!
	$('#s2').cycle({ 
	    fx: 'blindX',
	    speed:    500, 
	    timeout:  7000  
	});
    
});

$(function() {
    // run the code in the markup!
	$('#slnews').cycle({ 
	    fx: 'fade', 
	    speed:    500, 
	    timeout:  10000  
	});
    
});
