$A(visual.photos).each(function(p) {
        if (!p.container || !p.container.hasClassName('view-portrait-item')) return;
        p.container.addClassName('album'+p.album_id);
        p.container.setStyle({backgroundImage:'url('+ p.portrait_download + ')'});
        Event.observe(p.container, 'click', function(){location.href=p.one;});
    });


$$('.share-box-mail .submit').each(function(el){el.value='';});

$$('#comments').each(function(el){$('customcommentssub').appendChild(el);});
