<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="copytext">');

document.write('&copy;Copyright 2010 ');

document.write('<a href="index.html" class="link" target="_top">Michael Tacker</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information please '); 

//document.write(' <A HREF="mailto:info@yourdomain.com" class="link">Contact Us</a>');
var myName = "michael.tacker"
var myDomain = "intellisoftdata.com"
var myLink = myName + "@" +myDomain
document.write("<a href=" + "mail" + "to:" + myName + "@" + myDomain + ">" + myLink + "</a><BR>") ;
document.write('</span>');

document.write('<br>');

//  End -->