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 href="mailto:?subject='+escape(SubjectLine)+'&body='+escape(BodyText)+'">this page<\/a> to a friend.';

var MessageIE='Send <a href="mailto:?subject='+(SubjectLine)+'&body='+(BodyText)+'">this page<\/a> to a friend.';

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

else { document.write(Message); }