<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('P&R Enterprises, Inc.');

document.write('</span><br>');

document.write('5681 Columbia Pike, Suite 101<br>');

document.write('Falls Church, VA 22041<br>');

document.write('Phone: <span class="phonetitle">(703) 931-1000<br></span>');

document.write('Fax: &nbsp;&nbsp;<span class="phonetitle">(703) 931-7271<br></span>');

document.write('<br>E-Mail:');

document.write(' <a href="mailto:customercare@p-and-r.com">customercare@p-and-r.com</a><br>');


//  End -->