<!--

var SubjectLine='Have a look at this, '+top.document.title;
var BodyText='Have a look at this page, '+top.document.title+'\n\nYou can see this page at: '+top.location.href;

var Message='<a class=contact href="mailto:?subject='+escape(SubjectLine)+'&body='+escape(BodyText)+'" title="Email this to a friend"><img src="../images/email.jpg" width="22" height="22" border="0" alt="Email this to a friend" class="m_r"><\/a>';

var MessageIE='<a class=contact href="mailto:?subject='+(SubjectLine)+'&body='+(BodyText)+'" title="Email this to a friend"><img src="../images/email.jpg" width="22" height="22" border="0" alt="Email this to a friend" class="m_r"><\/a>';

if(document.all) { document.write(MessageIE); }

else { document.write(Message); }

//-->

