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