function no_spam_email(a,b){
	document.write(a+"@"+b);
}
