                          
						        <?php /*Start Drop in class schedule*/?>        
    <div id="title">
        <?php foreach ($scheduleRecords as $record):?>
      <h1><?php echo $record['month'] ?> Drop In Class Schedule</h1>    
      </div>
   
    <table id="shedule" width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<?php if ($record['monclass1']): ?>     
  <tr>
    <td width="120" align="center" class="shedule_top">MONDAY</td>
    <td width="150" align="center"><?php echo $record['montime1'] ?></td>
    <td align="center"><?php echo $record['monclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['monclass2']): ?> 
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['montime2'] ?></td>
    <td align="center"><?php echo $record['monclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['tueclass1']): ?>   
  <tr>
    <td align="center">TUESDAY</td>
    <td align="center"><?php echo $record['tuetime1'] ?></td>
    <td align="center"><?php echo $record['tueclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['tueclass2']): ?>  
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['tuetime2'] ?>;</td>
    <td align="center"><?php echo $record['tueclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['wedclass1']): ?>    
  <tr>
    <td align="center">WEDNSENDAY</td>
    <td align="center"><?php echo $record['wedtime1'] ?></td>
    <td align="center"><?php echo $record['wedclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['wedclass2']): ?>     
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['wedtime2'] ?></td>
    <td align="center"><?php echo $record['wedclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['thurclass1']): ?>  
  <tr>
    <td align="center">THURSDAY</td>
    <td align="center"><?php echo $record['thurtime1'] ?></td>
    <td align="center"><?php echo $record['thurclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['thurclass2']): ?>    
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['thurtime2'] ?></td>
    <td align="center"><?php echo $record['thurclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['friclass1']): ?>   
  <tr>
    <td align="center">Friday</td>
    <td align="center"><?php echo $record['fritime1'] ?></td>
    <td align="center"><?php echo $record['friclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['friclass2']): ?>  
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['fritime2'] ?></td>
    <td align="center"><?php echo $record['friclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['satclass1']): ?>   
  <tr>
    <td align="center">SATURDAY</td>
    <td align="center"><?php echo $record['sattime1'] ?></td>
    <td align="center"><?php echo $record['satclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['satclass2']): ?> 
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['sattime2'] ?></td>
    <td align="center"><?php echo $record['satclass2'] ?></td>
  </tr>
<?php endif ?>   
</table>
    <?php endforeach; ?>

    <?php if (!$scheduleRecords): ?>
      No records were found!<br/><br/>
    <?php endif ?>
                                        <?php /*End Drop in class schedule*/?> 
                                          
    <div class="content"><p align="center"><span class="style1"><strong>Drop In Classes:</strong> $12/class, $100 for 10 classes (3 month expiration)</span>

    </div>
    
                                             <?php /*Start Droup class schedule*/?> 
    <div id="title">
        <?php foreach ($small_groupRecords as $record): ?>
      <h1><?php echo $record['month'] ?> Small Group Class Schedule</h1>    
      </div>
   
    <table id="small_group" width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<?php if ($record['monclass1']): ?>     
  <tr>
    <td width="120" align="center" class="shedule_top">MONDAY</td>
    <td width="150" align="center"><?php echo $record['montime1'] ?></td>
    <td align="center"><?php echo $record['monclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['monclass2']): ?> 
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['montime2'] ?></td>
    <td align="center"><?php echo $record['monclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['tueclass1']): ?>   
  <tr>
    <td align="center">TUESDAY</td>
    <td align="center"><?php echo $record['tuetime1'] ?></td>
    <td align="center"><?php echo $record['tueclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['tueclass2']): ?>  
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['tuetime2'] ?>;</td>
    <td align="center"><?php echo $record['tueclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['wedclass1']): ?>    
  <tr>
    <td align="center">WEDNSENDAY</td>
    <td align="center"><?php echo $record['wedtime1'] ?></td>
    <td align="center"><?php echo $record['wedclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['wedclass2']): ?>     
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['wedtime2'] ?></td>
    <td align="center"><?php echo $record['wedclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['thurclass1']): ?>  
  <tr>
    <td align="center">THURSDAY</td>
    <td align="center"><?php echo $record['thurtime1'] ?></td>
    <td align="center"><?php echo $record['thurclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['thurclass2']): ?>    
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['thurtime2'] ?></td>
    <td align="center"><?php echo $record['thurclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['friclass1']): ?>   
  <tr>
    <td align="center">Friday</td>
    <td align="center"><?php echo $record['fritime1'] ?></td>
    <td align="center"><?php echo $record['friclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['friclass2']): ?>  
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['fritime2'] ?></td>
    <td align="center"><?php echo $record['friclass2'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['satclass1']): ?>   
  <tr>
    <td align="center">SATURDAY</td>
    <td align="center"><?php echo $record['sattime1'] ?></td>
    <td align="center"><?php echo $record['satclass1'] ?></td>
  </tr>
<?php endif ?>  
<?php if ($record['satclass2']): ?> 
  <tr>
    <td align="center">&nbsp;</td>
    <td align="center"><?php echo $record['sattime2'] ?></td>
    <td align="center"><?php echo $record['satclass2'] ?></td>
  </tr>
<?php endif ?>   
</table>
    <?php endforeach; ?>

    <?php if (!$small_groupRecords): ?>
      No records were found!<br/><br/>
    <?php endif ?>

                                             <?php /*End Droup class schedule*/?>
    </div>   