
var SubjectLine='Re: '+top.document.title; 
var BodyText='You may be interested in the following page I found: '+top.location.href;
var Message='<A CLASS=FunctionLink HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Envoyer cette page ‡ vos amis\'; return true;" TITLE="Send your friends e-mail about this page">Click here to email!<\/A>';
var MessageIE='<A CLASS=FunctionLink HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Envoyer cette page ‡ vos amis\'; return true;" TITLE="Send your friends e-mail about this page">Click here to email!<\/A>';
if(document.all) { document.write(MessageIE); }
else { document.write(Message); }

