$(document).ready(function() {
    $('.imageRotaror').cycle({
		fx: 'fade',
		timeout:  7000,
		speed:  1000,
		random:  1
	});
});
