<!-- Begin

// 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="phonetitle">');

document.write('Hunt Dabney & Associates<br>');
document.write('HDA Technology, Inc.');

document.write('</span><br>');

document.write('2136 Michelson Drive<br>');

document.write('Irvine, CA 92612<br><br>');

document.write('Phone: <span class="phonetitle">(949) 222-9935<BR></span>');
document.write('&nbsp; &nbsp; ');
document.write('Fax: <span class="phonetitle">(949) 222-9929<BR></span>');

//document.write('<BR>E-mail us: ');

//document.write(' <A HREF="mailto:info@huntdabney.com" class="link">info@HuntDabney.com</a><br>');

document.write('<BR>E-mail us: ');
document.write('<a HREF="mailto:');
document.write(name + "@" + dom + "." + ext + '" class="link">');
document.write(name + "@" + dom + "." + ext + '</a></span><br>');
//document.write('Contact Us</a></span><br>');

//  End -->