$.fn.cycle.defaults.speed   = 1500;
$.fn.cycle.defaults.timeout = 4000;

$(function() {
// run the code in the markup!
$('.demos pre code').each(function() {
eval($(this).text());
});
});

