jQuery(document).ready(function($) {
$("#rotator").cycle({
fx: 'fade',
timeout: 15000,
speed: 2000,
pause: 1,
fit: 1
});
});

