
var SubjectLine='Make Scars Less Visible'; 
var BodyText='You can see this page at: '+top.location.href;

var Message='<A class="navigation-forward" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Forward this page to a friend\'; return true;" TITLE="Forward this page to a friend">forward to a friend<\/A>';

var MessageIE='<A class="navigation-forward" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Forward this page to a friend\'; return true;" TITLE="Forward this page to a friend">forward to a friend<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }
