/**** Add application wide javascripts below this point  ******/
$(document).ready(function(){ 
  $('.our-people-popup-link').smart_modal(); 
	$('a.on_load_modal').smart_modal();
	$('a.on_load_modal').smart_modal_show();
});