﻿$(document).ready(function() {
    /* Header Banners */
    $(".banners").cycle({
        fx: "fade",
        timeout: 5000,
        random: 1
    });
});
