/* EMAIL */
function email(before,after) {
	document.location = "mailto:"+before+"@"+after;	
}
