var SubjectLine='Check out this website, '+top.document.title; 
var BodyText='I thought you might be interested in this Josh Groban website I found.  It has lots of information and some great media files!  You can see this page at: '+top.location.href;

var Message='<a class="buttonbar" href="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" ; return true;" title="Send your friends e-mail about this page">Tell A Friend<\/a>';

var MessageIE='<a class="buttonbar" href="mailto:?subject='+(SubjectLine)+'&body='+(BodyText)+'" ; return true;" TITLE="Send your friends e-mail about this page">Tell A Friend<\/a>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }


