<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');
document.write('Alpha Data Communications');
document.write('</span><br>');

document.write('<span class="phonetitle">');
document.write('1210 Airbrake Ave.');
document.write('</span><br>');

document.write('<span class="phonetitle">');
document.write('Turtle Creek, PA 15145');
document.write('</span><br><br>');

document.write('<span class="phonetitle">');
document.write('PHONE: (412) 829-2227');
document.write('</span><br>');

document.write('<span class="phonetitle">');
document.write('FAX: (412) 829-2923');
document.write('</span><br><br>');

document.write('<span class="phonetitle">');
document.write('E-mail: ');
document.write(' <A HREF="mailto:contact@alphadatacom.com" class="link">contact@alphadatacom.com</a>');
document.write('</span><br><br>');
document.write('<span class="phonetitle">');
document.write('*Please include your contact information. ');
document.write('</span><br><br>');


//  End -->