Forum Moderators: coopster
<ul id="nav">
<li<?php if($areaKey == 'home'){echo ' class=\"current\"';} ?>><a href="/index.html">Home</a></li>
<li<?php if($areaKey == 'playing'){echo ' class=\"current\"';} ?>><a href="/playing/">Playing</a></li>
<li<?php if($areaKey == 'staying'){echo ' class=\"current\"';} ?>><a href="/staying/">Staying</a></li>
<li<?php if($areaKey == 'dining'){echo ' class=\"current\"';} ?>><a href="/dining/">Dining</a></li>
<li<?php if($areaKey == 'entertainment'){echo ' class=\"current\"';} ?>><a href="/entertainment/">Entertainment</a></li>
<li<?php if($areaKey == 'racing'){echo ' class=\"current\"';} ?>><a href="/racing/">Racing</a></li>
<li<?php if($areaKey == 'shopping'){echo ' class=\"current\"';} ?>><a href="/shopping/">Shopping</a></li>
<li<?php if($areaKey == 'groups'){echo ' class=\"current\"';} ?>><a href="/groups/">Groups</a></li>
</ul>