<!--

var SubjectLine='Take a look at what I have found - brilliant, '+top.document.title; 
var BodyText='I am sure you will like it. You can view webpage at: '+top.location.href;

var Message='Send <A CLASS=contact HREF= "mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" OnMouseOver="status=\'Send your friends an email of this page\'; return true;" TITLE="Send your friends e-mail about this page"  >this page</A>    to a friend.';

var MessageIE='Send <A CLASS=contact HREF="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" OnMouseOver="status=\'Send your friends an email of this page\'; return true;" TITLE="Send your friends e-mail about this page" >this page </A>    to a friend.';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

//-->

