document.write('\
    <div class="sectionLinks"> \
\
<div class="link-divs" onmouseout="this.style.background=\'white\'" onmouseover="this.style.background=\'#eef\'">\
      <a href="index.html">Home</a>\
</div><p>\
\
<div class="link-divs" onmouseout="this.style.background=\'white\'" onmouseover="this.style.background=\'#eef\'">\
      <a href="soc.html">SoC</a>\
</div><p>\
\
<div class="link-divs" onmouseout="this.style.background=\'white\'" onmouseover="this.style.background=\'#eef\'">\
      <a href="photos.html">Photos</a>\
</div><p>\
\
<div class="link-divs" onmouseout="this.style.background=\'white\'" onmouseover="this.style.background=\'#eef\'">\
      <a href="links.html">Links</a>\
</div><p>\
\
<div class="link-divs" onmouseout="this.style.background=\'white\'" onmouseover="this.style.background=\'#eef\'">\
      <a href="contact.html">Contact</a>\
</div><p>\
\
    </div> \
\
');

