//-----------------------------------
// Anti-spam email icon
//-----------------------------------

function RSM_email(ename, edomain) {
	document.write("<a class=\"email\" href=\"mailto:" + ename + "@" + edomain + "\">");
	document.write("<img src=\"http://www.bluepig.plus.com/Simon/Morleybrown/images/envelope_small.gif\" width=\"25\" height=\"17\" border=\"0\" alt=\"Email\"></a>");
} // nf