var SubjectLine='I thought you\'d like to see: '+document.title;

var BodyText='You can read more from this page at: '+window.location;

var Message=' <A CLASS="contact" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE=""><img src="graphics/tellafriend.gif" alt="Tell A Friend" width="130" height="27" border="0" /></A>';

var MessageIE=' <A CLASS="contact" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE=""><img src="graphics/tellafriend.gif" alt="Tell A Friend" width="130" height="27" border="0" /></A>';

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

else { document.write(Message); }