function PrintEmail(thePart1, thePart2)
{
	document.write('<a href=\"mailto:' + thePart1 + '&#64' + thePart2 + '">' + thePart1 + '&#64' + thePart2 + '</a>');
}