	var diagnose = function(boxy) {
            alert("Position: " + boxy.getPosition() +
                  "\nSize: " + boxy.getSize() +
                  "\nContent size: " + boxy.getContentSize() +
                  "\nCenter: " + boxy.getCenter());
        };
      
        $(function() {
          
          Boxy.DEFAULTS.title = 'Title';
		  
          var setContent = null;
          $('#mail-modal-box').click(function() {
              $('#form-modal-box').show('slow');
              return false;
          });

        });
