var SubjectLine='Take a look at this: '+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="">Share TheBibleNow.org with a friend!</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="">Share TheBibleNow.org with a friend!</A>';

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

else { document.write(Message); }