$(document).ready(function() {
  if (typeof jQuery.fn.facebox == 'function')
  {
    $('.enlarge').facebox();
    $('.overlay').facebox();
  }
});
