//Footer Navigation
document.write('<div id="footer" align="center">')
document.write('<a href="/index.html">Home</a> | ')
document.write('<a href="/company/index.html">Company Info</a> | ')
document.write('<a href="/leasing/ca/index.html">Leasing</a> | ')
document.write('<a href="/development/ca/index.html">Development</a> | ')
document.write('<a href="/company/property_mgt.html">Property Management</a> | ')
document.write('<a href="/vineyard.html">Vineyard</a> | ')
document.write('<a href="/company/contact.html">Contact</a> | ')
document.write('<a href="/company/jobs.html">Job Opportunities</a>')
document.write('<br />')
document.write('Copyright © ')
document.write(todaysdate)
document.write(', Sunbelt Enterprises')
document.write('</div>')