$(document).ready(function(){
	$('.sendmail-contact').click(function(){
		document.location.href='mailto:'+$(this).html();
	});
});
