/**  Formats a mailto link so that robots won't find it. (method of Tom Cort)
	to invoke, put this in the <head>
  <script language="javascript"
 src="http://cs-linux.ubishops.ca/%7Ejensen/address.js"></script>
****/

function address(before_at, after_at)
{
document.write("<a href="+"mail"+"to:"+before_at+"&#064;"+after_at+">"+before_at+"&#064;"+after_at+"</a>");

}
