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

function onAfter() { 
    $('#maincolumn_photos_captions').html(this.alt); 
}
function onAfterLogos() { 
    $('#upper_logos_captions').html(this.alt); 
}
