﻿$(document).ready(function () {
    
    $(".homepage ul").cycle({
    timeout: 5000
    });
    

    $(".homepage ul").fadeIn(2000);
});
