<!--

/* Little routine to hide my address from web crawlers operated by spammers*/



function AntiSpam(l)
{
	maddr="m" + "ail" + "to:" + "Steve" + unescape("%40")+"clanhouse"+"."+"com"

	l.href=maddr
}
   
   
function AntiSpamDebbie(l)
{
	maddr="m" + "ail" + "to:" + "Debbie" + unescape("%40")+"clanhouse"+"."+"com"

	l.href=maddr
}
   
-->
