$(function() {
    // run the code in the markup!
    $('td pre code').each(function() {
        eval($(this).text());
    });
});
$('#fotos').cycle({
    fx:     'fade',
    random:  1
});
