// 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 use this Consulting Firm with your Business and Information Technology Needs - Just Call them - (530) 391-4288. 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 This Page 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 This Page To A Friend<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

