
$.fn.cycle.defaults.timeout = 5000;
$(function() {
    // run the code in the markup!
    $('div pre code').each(function() {
        eval($(this).text());
    });
});
