$(document).ready(function() {
	$('#web').cycle({ 
	    fx:      'turnDown', 
	    delay:   -2000 
	});
});