$(document).ready(function(){
    $('.imghome').cycle({
        fx:    'fade',
        speed:  100,
        timeout:  5000
     });
});
