﻿// Scripts

// Homepage cycle banner

$(document).ready(function () {

    // run homepage man animation
    $('.banner').cycle({
        continuous: 0,
        speed: 3000,
        timeout: 50
    });

});
