// Ernesto Tuti
// Example of usage with the following email address: my-email-address@my-domain-name.com
// Visit http://www.nienteansia.it/altri-files/email_obfuscator_and_encoder/ for more informations and installation instructions
function obscure( ccc, third, fourth, fifth, sixth )
{
	var aaa=('&#109;&#097;&#105;&#108;&#116;&#111;&#58;'); // ascii code for mailto:  - don't change it
	var bbb=('Send email to:'); // link title - change it to your liking
	var first=('&#46;'); // ascii code for . (dot) - don't change it
	var second=('&#64;'); // ascii code for @ (at) - don't change it
	var seventh=('&#63;&#115;&#117;&#098;'); // ascii code for ?sub - don't change it
	var eighth=('&#106;&#101;&#099;&#116;&#61;'); // ascii code for ject=  - don't change it
	var em=('<a')+(' ')+('hr')+('ef')+('=')+('"')+(''+ aaa +'')+(''+ third +'');
	var ai=(''+ second +'');
	var l=(''+ fourth +'');
	var ad=(''+ first +'');
	var dr=(''+ fifth +'');
	var es=(''+ seventh +'');
	var s=(''+ eighth +'')+(''+ sixth +'')+('"')+(' ')+('ti')+('tle')+('=')+('"')+(''+ bbb +'')+(' ')+('' + third +'')+(''+ second +'')+
	(''+ fourth +'')+(''+ first +'')+(''+ fifth + '')+('">')+(''+ ccc +'')+('</a>');document.write(''+ em +'');document.write(''+ ai +'');
	document.write(''+ l +'');document.write(''+ ad +'');document.write(''+ dr +'');document.write(''+ es +'');document.write(''+ s +''); 
}
// compose and write address

// This script downloaded from www.JavaScriptBank.com
// Come to view and download over 2000+ free javascript at www.JavaScriptBank.com
