

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)+'" OnMouseOver="status=\'Send this page to a friend\'; return true;" title="Send your friends e-mail about this page">email page<\/a>';

var MessageIE='<a href="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send this page to a friend\'; return true;" title="Send your friends e-mail about this page">email page<\/a>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

