﻿$(document).ready(function() { 
        // jQuery cycle plug in to rotate Features
        $('#featureRotate').cycle( {
            delay: 5000,
            pause: 1,
            timeout: 8000   
        });
    });
