// top image
document.write('<a href="tel:1-562-421-8883">');
document.write('<img src="image/call_us_top.jpg" alt="" border="0" width="200" height="106" />');
document.write('</a>');
// first line
/* skip
document.write('<p style="text-align: center;');
document.write('font: bold 16px Arial,Helvetica,sans-serif;');
document.write('color: #ffffff; background-color: #72a5f6;');
document.write('margin: 0px; padding-top: 4px; padding-bottom: 2px;">');
document.write('Schedule an Appointment');
document.write('</p>');
*/
// phone number
document.write('<p style="text-align: center;');
document.write('font: bold 26px Arial,Helvetica,sans-serif;');
document.write('color: #ffffff; background-color: #72a5f6;');
document.write('margin: 0px; padding-top: 9px; padding-bottom: 3px;">');
document.write('(562) 421-8883');
document.write('</p>');
// bottom image
document.write('<img src="image/call_us_btm.jpg" alt="" width="200" height="12" />');

