var domain='mysrm.org',
dingbat = "@",
foo = "mail",
bar = "To:";
var imgAt="<img src='/images/at.gif' border='0'>";
function mailIt(who){
	parent.location=foo+bar+who+dingbat+domain;
}
function showEm(who,toWhom){
return "<span style='font-size:13px;color:#333;border-bottom:dashed 1px #999;' onclick='mailIt(\""+who+"\");' title='Send an Email to "+ toWhom +"' style='cursor:hand;cursor:pointer' onmouseover='this.style.cursor=\"pointer\"' >"+who+imgAt+domain+"</span>";	
	
}
