// JavaScript Document

var SubjectLine='Check Out This Product at VashonOrganics.com'; 
var BodyText='You can view this product at: '+top.location.href;

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

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

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

