<!-- Begin
<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width=40%>');
document.write('<tr><form action="projects.aspx"><td width="10">');
document.write('<input type="submit" value="Projects" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="tenants.aspx"><td width="5%">');
document.write('<input type="submit" value="Tenants" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="teamCapabilities.asp"><td>');
document.write('<input type="submit" value="Capabilities Wheel" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="news.aspx"><td>');
document.write('<input type="submit" value="News" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="gallery.asp"><td>');
document.write('<input type="submit" value="Gallery" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="buckwalter_commercial_site_map.asp"><td>');
document.write('<input type="submit" value="SiteMap" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('<!-- COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON -->');
document.write('</td></form><form action="contact_us.aspx"><td>');
document.write('<input type="submit" value="Contact Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="berkeley_commons.aspx"><td>');
document.write('<input type="submit" value=" Home " onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><td>');
document.write('<td WIDTH="1">');
document.write('</td></tr></table>');

//  End -->