function emailURL()
	{ 
	  // Pop up the email a friend form.
	  var width = 507;
	  var height = 519;
	  var x = (screen.availWidth - width) / 2;
	  var y = (screen.availHeight - height) / 2;
	  
	  var urlToPopup = "/CA/en/corp/next/email.jhtml?subject="+escape("Business_")+"&URL="+escape(window.location.href);

	  openPopup (urlToPopup, height, width);
	}

	var urlString = window.location.href;
	if (urlString.indexOf("pq-pf") == -1)
	{
	  document.write ("<table cellpadding='0' cellspacing='0'>");
	  document.write ("<tr>");
	  document.write ("<td height='25' align='center'>"); 

	  document.write ("<a href=javascript:location.replace(location.href) onClick='javascript:emailURL()'>E-mail</a></td><td><a href=javascript:location.replace(location.href) onClick='javascript:emailURL()'><img src='/eknec/documents/21/0900688a800a2e21/glo_0010_obj004.gif' border='0' align='center'></a></td>");
	  document.write ("</td></tr></table>"); 
	}