<!-- Begin
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)+'" OnMouseOver="status=\'Send this page to a friend\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';
var MessageIE='Send <A HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'A friend invited you to view this page:\'; 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); 
}
//-->
