﻿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='<A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" TITLE="Send your friends e-mail about this page">Send this page<\/A> to a friend';
var MessageIE='Send <A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" 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); }

