$(document).ready(function() {
    $(".box a:not('#notrel')>img").each(function() {
        $(this).parent().attr("rel", "clearbox[gallery=group]");
    });
    CB_Init();
});