var SubjectLine='Get rid of your red and bumpy neck'; 
var BodyText='You can see this page at: '+top.location.href;

var Message='<A class="navigation" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your buds e-mail about this page\'; return true;" TITLE="Send your buds e-mail about this page">send this page to a buddy<\/A>';

var MessageIE='<A class="navigation" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send your buds e-mail about this page\'; return true;" TITLE="Send your buds e-mail about this page">send this page to a buddy<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }
