<!--
var SubjectLine='Useful web page: '+top.document.title; 
var BodyText='You can see this page at: '+top.location.href;
var Message='<a href="mailto:?SUBJECT='+escape(SubjectLine)+'&BODY='+escape(BodyText)+'" onMouseover="expandcontent(\'sc6\', this)"; onMouseout="expandcontent(\'sc1\', this)";><img border="0" src="http://www.attitudeweb.be/_bin1/images/services/email.gif" width="26" height="41" alt=""><\/a>';
var MessageIE='<a href="mailto:?SUBJECT='+(SubjectLine)+'&BODY='+(BodyText)+'" onMouseover="expandcontent(\'sc6\', this)"; onMouseout="expandcontent(\'sc1\', this)";><img border="0" src="http://www.attitudeweb.be/_bin1/images/services/email.gif" width="26" height="41" alt=""><\/a>';
if(document.all) { document.write(MessageIE); }
else { document.write(Message); }
//-->