var SubjectLine='Take a look at this: '+document.title;

var BodyText='You can read more from this page at: '+window.location;

var Message=' <A class="head" HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="">Tell a friend about JulietLee.co.uk</A>';

var MessageIE=' <A class="head" HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send your friends e-mail about this page\'; return true;" TITLE="">Tell a friend about JulietLee.co.uk</A>';

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

else { document.write(Message); }