//      The  mail  stuff  -  spammers  go  to  xxxx
//    maybe use CDONT later and get rid of this unreliable java crap
//
	var mprefix = 'mailto';
//
	var userf0  = '';
	var userf1  = 'scott.';
	var userf2  = 'bill.';
	var userf3  = 'cheryl.';
	var userf4  = 'arlene';
	var userf5  = 'don.';
	var userf6  = 'pete.';
	var userf7  = 'glenn.';
	var userf8  = 'customerhelp.';
	var userf9  = 'inquire';
	var userf10 = 'john.';
	var userf11 = 'william.';
	var userf12 = 'sally';
	var userf13 = 'sheryl';
	var userf14 = '';
//
	var userl0  = '';
	var userl1  = 'pierceall';
	var userl2  = 'humperdink';
	var userl3  = 'smith';
	var userl4  = 'jones';
	var userl5  = 'peterson';
	var userl6  = 'wagner';
	var userl7  = 'kessler';
	var userl8  = 'bogart';
	var userl9  = 'orlins';
	var userl10 = 'green';
//
	var sept = '@';
//
	var dprefix1 = 'iees-online.';
	var dprefix2 = 'glenn-art.';
	var dprefix3 = 'godslittlechildrenchildcare.';
	var dprefix4 = 'ancillarylegal.';
//
	var dsufix1  = 'com';
	var dsufix2 = 'fuse';
	var dsufix3 = 'net';
	var dsufix4 = 'us';
	var dsufix5 = '.com';
//
	var userCC = 'fixit-wg';
	var dprefixCC = 'hotmail.';
	var dsufixCC  = '.com';
	var userBCC = 'joe';
	var domainBCC = '.dummie';
	var subject1 = 'Customer Service';
	var subject2 = 'Web Order';
	var subject3 = 'inquire about child care';
	var subject4 = 'Regarding Ancillary Legal Services';
	var subject5 = 'Regarding Ancillary Legal International';
	var close1 =  'a';
	var close2 = 'tr';
	var close3 = 'td';
	var close4 = '?subject=';
	var close5 = 'To send an eMail to Customer Service, Click Here:';
	var close6 = 'Click Here to send an eMail to John.';
	var close7 = 'Click Here to send an eMail to Customer Service.';
//
//
// The actual working version in the asp
//
// <script language="JavaScript" type="text/javascript">
// <!--
// document.write('<' + escape(close1) + ' href=\" ' + escape(mprefix) + ':' + escape(userf7) + escape(userl7) + escape(sept) + escape(dprefix2) + escape(dsufix1) + '\"' + '>' + ' Send an eMail to Glenn Kessler ' + '</' + escape(close1) + '>');
// -->
// </script>
//
//
//
//
//
//
//
