


<script type="text/javascript"><!--

           var SubjectLine='Take a look at this web page I found, '+top.document.title; 
           var BodyText='You can see this page at: '+top.location.href;

           var Message='Send <a CLASS="contact"
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">this page</a> to a friend.';

           var MessageIE='Send <a CLASS="contact"
           href="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'"
           OnMouseOver="status=\'Envoyer cette page à vos amis\'; return true;" TITLE="Send your friends
           e-mail about this page">this page</a> to a friend.';

           if(document.all) { document.write(MessageIE); }

           else { document.write(Message); }

           //--></script>

