﻿// JScript File
$(function() {
        // run the code in the markup!
        $('#quoteRotator').cycle({
        fx:     'fade',
        speed:  3000,
        timeout: 10000,
        pause:   1 
        });
    });

