$(document).ready(function(){

$('.homebannerinside').cycle({ 
    delay:  4000, 
    speed:  1000
}); 

});


