$(document).ready(function(){

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

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


});
