<!-- Begin

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


var color		= "F0F0F0"		// HEADER BACKGROUND COLOR


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'">');
document.write('<tr><td ALIGN="CENTER" VALIGN="TOP">');

document.write('<B><A HREF="http://www.gotpaindocs.com/Report.htm">FREE Pain Reports</B></a><br>');
document.write('<br>');
document.write('<hr>');
document.write('<br>');

document.write('<IMG SRC="images/john_flores_chiro_d_c_qme.jpg" width="100" height="100" class="borders"><br>');
document.write('Dr. John Flores<br>');
document.write('D.C., Q.M.E.<br>');
document.write('Chiropractic and Rehab<br>');
document.write('<br>');

document.write('<IMG SRC="images/kim_petr_rn.jpg" width="100" height="100" class="borders"><br>');
document.write('Kimberly Petraglia<br>');
document.write('R.N.<br>');
document.write('Pain Management Nurse<br>');
document.write('<br>');

document.write('<IMG SRC="images/ryan_samuelian_dc.jpg" width="100" height="100" class="borders"><br>');
document.write('Dr. Ryan Samuelian<br>');
document.write('D.C.<br>');
document.write('Rehabilitation Therapy<br>');
document.write('<br>');

document.write('<IMG SRC="images/tom_hewitt_dc.jpg" width="100" height="100" class="borders"><br>');
document.write('Dr. Tom Hewitt<br>');
document.write('D.C., C.S.C.S<br>');
document.write('Chiropractic and Rehab<br>');
document.write('<br>');

document.write('</td></tr></table>');

//  End -->

