	/*
	*****************************************************************************************************
	Author : Dave Krause
	Source : www.davekrause.org
	Date : 7/3/2001
	Write Email Links For Viewing Public, not for those annoying spam bots
	Version 1.0

	You are free to use this code if you retain this header.
	You do not need to link to my site (be nice though!)

	Amendments
	None
	*****************************************************************************************************
	*/

function writeBotProof(name,domain,linktext){
	domain=(domain =='')?'apiconsulting.com':domain;
	linktext=(linktext=='')?name + '@' + domain:linktext;
	document.write('<a href=\"mailto:' + name + '@' + domain + '\">' + linktext + '</a>');
}	