jQuery(document).ready(
function() {
  var pics = jQuery('a.gallerybox');
  if (pics)
    pics.fancybox();
}
);