// JavaScript Document

// NOTE: If you use a ' add a slash before it like this \'

document.write('<div id="left2">');
document.write('<h1>About Us</h1>');
document.write('<ul>');
document.write('<li><a href="about.htm">Company Overview</a></li>'); 
document.write('<li><a href="why.htm">Why Choose Us?</a></li>');
document.write('<li><a href="press.htm">Press Room</a></li>');
document.write('<li><a href="partners.htm">Our Partners</a></li>');
document.write('<li><a href="awards.htm">Awards</a></li>');
document.write('</ul>');
document.write('<p class="subbottom">&nbsp;</p>');
document.write('<p>"To think creatively, we must be able to look afresh at what we normally take for granted."</p>');
document.write('</div>');

