jQuery(document).ready(function($){
    $(".entry a[rel!=link]:has(img)").slimbox();
});
