<!-- Begin


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

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

document.write('George Abiad');

document.write('</span><br>');

document.write('625 College Drive<br>');

document.write('Anderson, IN 46012<br>');

document.write('PHONE: <span class="phonetitle">(765) 649-1692<BR></span>');

document.write('TOLL FREE: &nbsp;&nbsp;<span class="phonetitle">(888) 912-2423<BR></span>');

document.write('E-mail: ');

document.write(' <A HREF="mailto:georgeabiad@sbcglobal.net" class="link">georgeabiad@sbcglobal.net</a><br>');


//  End -->