$(document).click( 
	function () { 
		$("#simple").Pulsate(100,3);
		window.location = "mailto:rwaldock@gmail.com";
	} 
);
