function fillContentBox ()
{
document.getElementById('contentBox').style.filter = "alpha(opacity=100)"; // for IE
document.getElementById('contentBox').style.opacity = "1.25"; // CSS3 standard
contentHTML='\
<br />\n\
<p style="text-align: center;"><font size="7" face="Courier New"><b>Welcome to Yumtown!</b></font></p>\n\
<div style="text-align: center; opacity: 1;"><img src="eagle.jpg" /></div>\n\
<p class="bigcenter">The Flaming Eggplant is a student-run cafe located on Red Square at The Evergreen State College. We strive to use seasonal recipes based on food that is locally available and organically grown.</p>\n\
<p class="bigcenter">Our mission is to nourish people with healthy ingredients, nurture local economy with our business, and break social boundaries to help sustain a unified community.</p>\n\
<p class="bigcenter">We hope to bring you more enjoyable, nutritional, tasty, and ecologically sound food.</p>\n\
<br />\n\
<span style="font-size: 18px; margin-left: 60px;" class="paragraph">Come Eat! We\'re open Monday - Friday</span>\n\
<table cellspacing="0" cellpadding="0" class="paragraph" style="margin-left: 100px; font-size: 20px;">\n\
  <tr>\n\
    <td>Breakfast</td>\n\
    <td width="50px" />\n\
    <td style="text-align: right;">8:00 - 10:30</td>\n\
    <td width="50px" />\n\
    <td>Monday - Friday</td>\n\
  </tr>\n\
  <tr>\n\
    <td>Lunch</td>\n\
    <td width="50px" />\n\
    <td style="text-align: right;">11:00 - 2:00</td>\n\
    <td width="50px" />\n\
    <td>Monday - Friday</td>\n\
  </tr>\n\
  <tr>\n\
    <td>Supper</td>\n\
    <td width="50px" />\n\
    <td style="text-align: right;">4:00 - 8:00</td>\n\
    <td width="50px" />\n\
    <td>Monday - Thursday</td>\n\
  </tr>\n\
</table>\n\
<br />\n\
<p><span class="category"; style="font-size: 18px; margin-left: 50px;">Updates</p></span>\n\
<ul style="font-size: 12px; margin-left: 60px;">\n\
  <li>We have successfully hired a Staff Advisor this year. If you are interested in contacting her (Sarah Rocker),\n\
  you can reach her at rockers@evergreen.edu or (360) 867-6092.</li>\n\
</ul>\n\
\n\
';

document.getElementById('contentBox').innerHTML=contentHTML;
}