﻿$(document).ready(function() {

// Cycle on Home Page
    $('#portfolio').cycle({
        fx: 'fade',
        timeout: 4500,
        speed: 1100,
        random: true,
        pause: true
    });

});