<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no allwebco copyright erase only the next 2 lines


document.write('<span class="footer">');
document.write('<a href="http://webdesign.ishelp.com" target="_blank">Information Services Help Inc. (WebDesign) ISHelp </a>  <a href="http://webdesign.ishelp.com" target="_blank">Hosting</a><br></span>');

/***********************************************
* Easy Email Scrambler script- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var maildivider="[to]" //enter divider you use to divide your email address strings

for (i=0; i<=(document.links.length-1); i++){
if (document.links[i].href.indexOf(maildivider)!=-1)
document.links[i].href=document.links[i].href.split(maildivider)[0]+"@"+document.links[i].href.split(maildivider)[1];

}

document.write('<br>');




//  End -->
