function contact(email) {
	/*alert(email);*/
	document.location = 'mailto:' + email;
}