function NoSpam(a,b){
	mailto=(a+'@'+b);
	document.write( '<A href="mailto:'+mailto+'">'+mailto+'</a>' );
}
