﻿$(document).ready(function() {
$('#rotator').cycle({
    fx:     'fade',
    speed:  '2000',
    timeout: 7000,
    });
});