$(document).ready(function() {
    $("#slider2").easySlider({
        continuous: true,
        nextId: "slider1next",
        auto: true,
        prevId: "slider1prev"
    });
    $("#tagcloud").tagcloud({ height: 240 });
});
