$(document).ready(function() {
$('#why_us').cycle({ 
    fx:      'fadeZoom', 
    speed:    1000, 
    timeout:  3000
});
});

