function nospam(name,fake,domain){
	location.href = "mailto:"+name+"@"+domain;
}
