$(document).ready(function(){

	$(function(){
	  $.nyroModalSettings({
	    //modal: true,
	    endShowContent: function(el){
	      $('input:text:first', el.content).focus();
	    }
	  });
	});
	
	$('a#closeModal').click(function(){
		$.nyroModalRemove();
	});

});
