var cText = ''
cText += '<td width="32">&nbsp;</td>'
cText += '<td width="490">'
cText += '<a href="index.html" class="f_grey">Home</a> &nbsp;|&nbsp;'
cText += '<a href="staff.html" class="f_grey">Staff</a> &nbsp;|&nbsp;'
cText += '<a href="entertainment.html" class="f_grey">Entertainment</a> &nbsp;|&nbsp;'
cText += '<a href="cafe.html" class="f_grey">Cafe</a> &nbsp;|&nbsp;'
cText += '<a href="events.html" class="f_grey">Special Events</a> &nbsp;|&nbsp;'
cText += '<a href="contact.html" class="f_grey">Contacts & Directions</a> &nbsp;|&nbsp;'
cText += '<a href="https://cherrysonthebay.com:2096" class="f_grey">Mail</a></td>'
cText += '<td width="242">cherrysonthebay.com &copy; 2008-2012</td>'
document.write(cText)


