function writeJS(){
var str='';
str+='<a href="javascript:void(0)" onclick=window.open("\/sendtls.php?loc=\"+encodeURIComponent(location.href)+\"","","height=280,width=300,top=150,left=200,toolbar=no,menubar=no,location=no,status=no,resizable=1"); title="send this page to a friend"><img src="\/images\/emailfriend.jpg" width="83" height="16" border="0" alt="recommend this page to a friend" \/><\/a> ';

document.write(str);
}
writeJS();