// 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 CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send this page to a friend.\'; return true;" TITLE="Send this page to a friend.">Send this page to a friend<\/A>';

var MessageIE='<A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send this page to a friend.\'; return true;" TITLE="Send this page to a friend.">Send this page to a friend<\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }
