// JavaScript Document
function hideaddy(em2,em1) 
{
	if (em1 && em2) 
	{
		document.write('<a href="' + 'mail' + 'to:' + em1 + '&#64;' + em2 +'">' + 'Send E-Mail' + '</a>');
	}
	else
	{
		document.write('&nbsp;');
	}
}
