$(function(){

    $('#homeslider').anythingSlider({
        width: 685,
        height: 400,
        buildArrows: true,
        delay: 6000,
        autoPlay: true
    });
    
});
