//DHTML section in *Lemay* and *Watt & Watt*
//+ p.635 from *Lemay*
//+ p.717 from *Watt & Watt*
function slowSpam(user, domain){
		locationstring = "mailto:" + user + "@" + domain;
		window.location = locationstring;
}
//with thanks to Trent @ BlackPlum.com