function nospam(domain,email){
	window.location='mailto:'+email+'@'+domain;	
}