var SubjectLine='Take a look at this: '+document.title;var BodyText='You can read more from this page at: '+window.location;var Message=' <A CLASS="contact" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="">send this page</A>';var MessageIE=' <A CLASS="contact" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="">send this page</A>';if(document.all) { document.write(MessageIE); }else { document.write(Message); }