var SubjectLine='Take a look at this: '+document.title;

var BodyText='Here is an easy way to repair your credit: '+window.location;

var Message=' <A CLASS="contact" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Tell a Friend about Credit Doctor Software\'; return true;" TITLE="">Send this page to a friend!</A>';

var MessageIE=' <A CLASS="contact" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Tell a Friend about Credit Doctor Software\'; return true;" TITLE="">Send this page to a friend!</A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }