
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Rod Murgatroyd -->
<!-- Web Site:   http://homepages.paradise.net.nz/~rdmurg/ -->
<!-- Begin
function  emailTo(name, domain)
{
	output = '<a href="mailto:' + name + '@' + domain + '">Send eMail</a>';
	return output;
}
//  End -->

