var moreController = (function () {
    /*
    * Constructor
    */
    $(document).ready(function () {

        $(".slideshow").cycle({
            fx: "fade",
            autostop: 5,
            timeout: 1000
        });
    });

} ());
