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