File: /home/awaldron/www/archive/holidayhealthclub/index.php
<?php
$page_title = "Welcome to HHRC!";
include("_header.php");
?>
<center>
<b>Whatever The Reason May Be, HHRC Is For You!</b>
<P><table width=539 cellspacing=0 cellpadding=0 id="xtable">
<tr><td colspan=5><img src="gui/splash.gif"></td></tr>
<tr><td colspan=5><img src="gui/splash.jpg"></td></tr>
<tr><td width=175 bgcolor=DDDDDD><div style="margin:3px">Looking to get in shape or maintain the body you have? HHRC will create a program customized to your goals.</div></td>
<td width=7><img src="gui/clear.gif" width=5 height=5></td>
<td width=176 bgcolor=DDDDDD><div style="margin:3px">Rehabilitating an injury can be frustrating. Let the staff at HHRC assist you in getting you back into peak condition.</div></td>
<td width=6><img src="gui/clear.gif" width=5 height=5></td>
<td width=175 bgcolor=DDDDDD><div style="margin:3px">HHRC offers many group activities where you'll receive motivation and encouragement from our staff and your peers.</div></td>
</tr>
</table>
</center>
<br><br>Welcome to the home of the Holiday Health & Racquet Club. We're excited that you're taking the first steps to a healthier and happier lifestyle. Please take a look at the programs that our club has to offer and contact us when you're ready to get started. Don't wait any longer!
<?php
include("_footer.php");
?>