function writeMailLink()
{
var SubjectLine='Eldra Website: Send E-mail about this page.'; 
var BodyText='URL: '+top.location.href;

var Message='<A HREF="mailto:webmaster@eldra.nl?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'>>> Send E-mail about this page…\'; return true;" TITLE=">>> Send E-mail about this page&hellip;"><img src="/portals/_default/Skins/eldra/images/ico_mail.gif" id="ico"  width="21" height="18" border="0" /><\/A>';

var MessageIE='<A HREF="mailto:webmaster@eldra.nl?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'>>> Send E-mail about this page…\'; return true;" TITLE=">>> Send E-mail about this page&hellip;"><img src="/portals/_default/Skins/eldra/images/ico_mail.gif" id="ico"  width="21" height="18" border="0" /><\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }
}