﻿$(document).ready(function() {
    $("#imageRotator").cycle({ fx: "uncover", direction: "right", timeout: 18000, speed: 1000 });
});