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