$(function() {

    $(".clothes").accessNews({
        newsHeadline: "Clothes",
        newsSpeed: "slow"
    });
});

$(function() {
        $('#slideshow').cycle({
    delay:  1000,
    speed:  800
});
});
