// JavaScript Document


var SubjectLine='Here is some information about, '+top.document.title; 
var BodyText='You can view this page at the following url: '+top.location.href+'\n\n Regards';

var Message='Email <A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';

var MessageIE='Email <A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'\'; return true;" TITLE="Send your friends e-mail about this page">this page<\/A> to a friend.';

<!-- Script Size:  1.33 KB -->