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

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

document.write('<a href="javascript:openemail();" CLASS="ltblue-12px"><img src="../images/email2.gif" width="115" height="20" alt="E-mail this page" border="0"></a>');