// Send this Web Page to a Friend Java Script
// Copyright Richards Consulting, Inc.
// RichardsConsultingInc.com

var SubjectLine='Take a look at this Great Web Page I found, '+top.document.title;
var BodyText='You may be able to Pay Less Than What You Owe on Your Credit Card Debt - Just Call them Toll-Free 1-800-315-1444. You can see this page at: '+top.location.href;

var Message='<A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'www.richardsconsultinginc.com\'; return true;" TITLE="Send this Web Page to Your Friends e-mail">Send To A Friend<\/A>';

var MessageIE='<A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'www.richardsconsultinginc.com\'; return true;" TITLE="Send this Web Page to Your Friends e-mail">Send To A Friend<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }
