$(function() 
{
	   $('#email-me-text').click(function()
		{
			  $('#email-me').slideToggle('slow');
		});
});