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 href="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Take a look at this web page I found\'; return true;" title="Take a look at this web page I found"><img alt="Click Here to Send this Page to a Friend" align="top" src="picts/sendemail.gif" border="0" width="20" height="17"></a>'; var MessageIE='<a href="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Take a look at this web page I found\'; return true;" title="Take a look at this web page I found"><img alt="Click Here to Send this Page to a Friend" align="top" src="picts/sendemail.gif" border="0" width="20" height="17"></a>';
if(document.all) { document.write(MessageIE); }
else { document.write(Message); }


