// JavaScript Document

var SubjectLine='Check Out This Product at BestPensOnline.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"><img src="/design_images/emailIcon.gif" alt="email" border="0" id="socialIcon" /><\/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"><img src="/design_images/emailIcon.gif" alt="email" border="0" id="socialIcon" /><\/A>';

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

else { document.write(Message); }


