<!-- start

// NOTE: If you use a ' add a slash before it like this \'

var name = "info"
var dom = "HdaTechnology"
var ext = "com"

document.write('<span class="copytext">&copy;Copyright 2004-2011 ');

document.write('<a href="index.html" target="_top">HDA Technology, Inc.</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 
document.write('<a HREF="mailto:');
document.write(name + "@" + dom + "." + ext + '" class="link">');
document.write('Contact Us</a></span><br>');
//document.write(' <A HREF="mailto:info@huntdabney.com" class="link">Contact Us</a></span><br>');

//  End -->
