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