// LeftSide Nav
document.write ('<div id="sideNav"><h1>Information</h1>');
document.write ('<a href="/contactUs.htm">Contact Us</a>');
document.write ('<a href="/calendaroe.htm">Events</a>');
document.write ('<a href="/cityInfo.htm">City Information</a>');
document.write ('<a href="http://www.nashville.gov/hr_benefits/jobs/employment_center.htm">City Job Opportunites</a>');
document.write ('<a href="/maps.htm">Maps & Parking</a>');
document.write ('<a href="/hotDates.htm">Hot Dates</a>');
document.write ('</div>');
