/**
 *
 * jQuery for collections/view view
 *
 */

  $(window).bind('load', function () {

    $('div.coll_gallery a').each( function() {
      this.onclick = function() {
        this.blur();
        return hs.expand(this);
      };
    });

  });
