$.fn.cycle.defaults.speed   = 3000;
$.fn.cycle.defaults.timeout = 6000;

$(function() {
        // run the code in the markup!
        $('#demos pre code').each(function() {
            eval($(this).text());
        });
});
    
$(function() {
        // run the code in the markup!
        $("#slideshow").fadeTo(600,1);
});

