/**
 * Created by JetBrains PhpStorm.
 * User: mikemadman
 * Date: 11/20/11
 * Time: 5:45 PM
 * To change this template use File | Settings | File Templates.
 */
 $(document).ready(function() {
    $('#mainnav').dropdown()
});

$(window).load(function() {
    $('#slider, #slider_small').nivoSlider({
        directionNav: false, // Next & Prev navigation
        controlNav: false
    });
});
