﻿/// <reference path="~\Scripts\jquery-1.3.2-vsdoc.js"/>

$(document).ready(function() {

    $('#rotator').cycle({
        fx: 'fade',
        speed: 3500
    });
});