jQuery(document).ready(function(){
  
  //nyroModal
  if (jQuery('.nyroModal').length != 0) {
    jQuery('.nyroModal').click();
  }
  
});

