var SubjectLine=' '+top.document.title; 
var BodyText='You can see this page at: '+top.location.href;

var Message='<A CLASS=contact HREF="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'UNILINC\'; return true;" TITLE="Email this page"><img src="../img/email.gif" class="icon1" alt=""><\/A>';

var MessageIE='<A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'UNILINC\'; return true;" TITLE="Email this page"><img src="../img/email.gif" class="icon1" alt=""><\/A>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }