<?php include('initialize.php'); ?>

<?php include('header.php'); ?>
<?php include('leftSide.php') ?>
					
					<td valign="top" width="60%">
						
						<!-- Content -->
						<table border="0" cellspacing="5" cellpadding="5" width="100%">
							<tr>
								<td><font class="contentTitleText">Ski Club <?php echo $websiteInfo['currentSeason']; ?> Prices</font></td>
							</tr>	
							
							<tr>
							      <td>
                                                                  <?php echo $contentManager->getContent('name', 'Prices'); ?>

                                                              </td>
							</tr>
						</table>
						
					</td>
					
<?php include('footer.php'); ?>