function startMyLightbox() {
  if ($('autoLightbox')) {
     myLightbox.start($('autoLightbox'));
  }
 
}
