 var emailSubject = 'Take a look at this web page I found: ' + top.document.title;
 var emailBody = 'You can see this page at: ' + top.location.href;
 var emailLinkHtml = '<a class="contact" href="mailto:?subject=' + escape(emailSubject) + '&body=' + escape(emailBody) + '" onmouseover="status=\'\'; return true;" title="Send your friends e-mail about this page"><img alt="Email to a friend" src="/images/email-icon.gif" align="absmiddle"/>email to a friend</a>';
 document.write(emailLinkHtml);
