function writeMailLink()
{
var SubjectLine='TKF website '+top.document.title; 
var BodyText='URL: '+top.location.href;

var Message='<A HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send e-mail about this page\'; return true;" TITLE="Send e-mail about this page"><img src="/portals/_default/Skins/tkf/images/ico_email.gif" id="ico"  width="16" height="16" border="0" /><\/A>';

var MessageIE='<A HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send e-mail about this page\'; return true;" TITLE="Send e-mail about this page"><img src="/portals/_default/Skins/tkf/images/ico_email.gif" id="ico"  width="16" height="16" border="0" /><\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }
}
