var SubjectLine='Just what the doctor ordered!'; 
var BodyText='Take a look at this page I found. Mega-T Mints - All the super antioxidants of Green Tea in a great tasting mint. You can see this page at: '+top.location.href;

var Message='Send <A class="navigation" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="Send your friends e-mail about this page">forward to a friend<\/A>';

var MessageIE='<A class="navigation" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="Send your friends e-mail about this page">forward to a friend<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }



