document.write('<a href=\"javascript:RecommendPopup()\"><img src=\"/images/email_this_page.gif\" width=\"97\" height=\"20\" border=\"0\" alt=\"E-mail This Page to a Friend\"></a>');
function RecommendPopup() {
window.open('/recommend.php?cmd=recommend&url='+URLencode(document.location), 'reccomend', 'width=400,height=375,resizable=no');
}
function URLencode(sStr) {
return escape(sStr).replace(/\+/g, '%2C').replace(/\"/g,'%22').replace(/\'/g, '%27');
}