var fileName = document.URL;
escapedFileName = escape(fileName);
function openemail()

{
var popurl="/now/email_friend/email.html?"+escapedFileName;
winpops=window.open(popurl,"","width=400,height=335,status,");
}

document.write('<IMG SRC="/now/images/icon_email.gif" WIDTH="18" HEIGHT="16" align="left" hspace="3" vspace="0"><a href="javascript:openemail();" CLASS="ltblue-12px"><b>E-mail this page to a friend.</b></a>');

