| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/asap_sites/improvedpatientcare.org/ |
Upload File : |
<?php
$body_id = 'index';
$title = 'CME Course for Medical Practictioners';
require_once('header.php'); ?>
<div id="banner">
<div style="background:url(images/medical_collage.jpg) top left repeat-x; width:100%; height:305px"></div>
<table class="size" style="margin-top:20px">
<tr>
<td style="border-right:1px solid #fff">
<h5 style="color:#fff; text-align:center"><em><strong>"Thank you for an interesting and informative presentation to our Medical Staff. You really held the audience’s attention. The information was pertinent, made a lot of sense and is helpful especially in today’s economic environment."</strong></em></h5><br /><br />
<h6 style="color:#ddd; text-align:right">-Randy K., MD,<br /><em style="font-size:smaller">President of the Medical Staff</em></h6>
</td>
<td valign="middle">
<div class="btn_schedule" style="background-image:url(images/btn_schedule.png)" onmouseover="this.style.backgroundPosition='bottom center'" onmouseout="this.style.backgroundPosition='top center'" onclick="window.location='schedule.php'"></div>
</td>
</tr>
</table>
</div>
<? require_once('footer.php'); ?>