// JavaScript Document

var SubjectLine='Article from Rice.edu: '+top.document.title; 
var BodyText='You can view this page at: '+top.location.href;

var Message='<A HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Email this page\'; return true;" TITLE="Email this page">Email this page<\/A>';

var MessageIE='<A HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Email this page\'; return true;" TITLE="Email this page">Email this page<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }