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

