	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, header" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Email this page\'; return true;" TITLE="e-mail a friend"><img src="/images/icon_friend.gif" width="16" height="16" border="0" alt="email a friend" align="top"> Email a Friend<\/A>';
	var MessageIE='<A CLASS="contact, header" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Email this page\'; return true;" TITLE="e-mail a friend"><img src="/images/icon_friend.gif" width="16" height="16" border="0" alt="email a friend" align="top"> Email a Friend<\/A>';
	if(document.all) { document.write(MessageIE); }
	else { document.write(Message); }