$(document).ready(function() {
         $('.change-img').cycle({
           fx : 'fade',
           timeout: 4000
         });	
});