<!--

/**
200905131132 start
this file par345en.js define
3 parameter  function par3e(p1,p2,p3)
4 parameter  function par4e(p1,p2,p3,p4)
5 parameter  function par5e(p1,p2,p3,p4,p5)
The following is how to use it method.

In your web page between <head> and </head> 
add next code
<script language="javascript" src=
http://freeman2.com/par345en.js
> </script>
Above code tell page goto freeman2.com to
read par345en.js . If freeman2.com shut down
then above command become invalid.

If you have your own web site http://mysite.com/
upload par345en.js to mysite.com/ then following
command become true
<script language="javascript" src=
http://mysite.com/par345en.js
> </script>

If you do not have your own web site, and
freeman2.com is closed, you can include this
file par345en.js into next two lines

<script language="javascript" type="text/javascript">
//par345en.js contents go here
</script>

up to here
function par3e(p1,p2,p3)
function par4e(p1,p2,p3,p4)
function par5e(p1,p2,p3,p4,p5)
are all defined in your web page.

Assume the email address is abc123@gmail.com

In web page where email should appear, put
next code (NOT put real email)
<script language="javascript">par3e('abc123','gmail','com')</script>
or
<script language="javascript">par4e('xyz','abc123','gmail','com')</script>
or
<script language="javascript">par5e('fooky','abc123','bi','gmail','com')</script>

Open web page, you will see email displayed. but 
page source code no email string "abc123@gmail.com"
spam robot can not get "abc123@gmail.com"
spammer can not sell your email address to other
then your email box is safe.
200905131148 stop
/**/

//9805121455
function par3e(p1,p2,p3)
{
document.write(
'<a href="mailto:'
+p1+String.fromCharCode(100-36)
+p2+String.fromCharCode(60-14)+p3
+'">'
+p1+String.fromCharCode(100-36)
+p2+String.fromCharCode(60-14)+p3
+'</a> &nbsp; &nbsp; '
+'<a href=http://freeman2.com/emailfen.htm>'
+'Less_spam</a>'
  );
} //9805121458





//9805121500
function par4e(p1,p2,p3,p4)
{
document.write(p1+p2+String.fromCharCode(52+12)
+p1+p3+String.fromCharCode(32+14)+p4
+' &nbsp; <a href=http://freeman2.com/emailfen.htm>Less_spam</a>'
+'<br>Above email address is fake, let spam robot to collect.'
+'<br>Please delete two string of ['+p1+'] before send email.<br>'
);
} //9805121503










//9805121505
function par5e(p1,p2,p3,p4,p5)
{
document.write(p1+p2+String.fromCharCode(32+32)
+p3+p4+String.fromCharCode(30+16)+p5
+' &nbsp; <a href=http://freeman2.com/emailfen.htm>Less_spam</a>'
+'<br>Above email address is fake, let spam robot to collect.'
+'<br>Please delete ['+p1+'] and ['+p3+'] before send email.<br>'
);
} //9805121506
//-->

