$(function() {
    $('a[href$=jpg][rel=], a[href$=gif][rel=], a[href$=png][rel=]').each(function() {
        $(this).attr('rel', 'shadowbox');
    });
    Shadowbox.init();
});
