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="flaming eggplant photosmall.jpg" /></div>\n\
<p class="bigcenter">The Flaming Eggplant is a student-run cafe 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">We strive to serve delicious, ecological and socially just food. Our intention as a collective is to foster a healthy community, support local economy and nourish our customers.</p>\n\
<p class="bigcenter">Please come check us out in our new location on the 3rd floor of the College Activities Building (CAB), across from Student Activities. </p>\n\
<br />\n\
<span style="text-align: center; font-size: 20px; margin-left: 130px;" class="paragraph">Come Eat! We\'re open Monday - Friday</span>\n\
<table cellspacing="5" cellpadding="0" class="paragraph" style="margin-left: 100px; font-size: 18px;">\n\
  <tr>\n\
    <td style="text-align: left;">Mon</td>\n\
    <td width="50px" />\n\
    <td style="text-align: right;">11:00am - 2:00pm <br/> 5:30pm-8:00pm</td>\n\
    <td width="50px" />\n\
  </tr>\n\
  <tr>\n\
    <td style="text-align: left;">Tues/Thurs</td>\n\
    <td width="50px" />\n\
    <td style="text-align: right;">8:00am - 8:00pm</td>\n\
    <td width="50px" />\n\
  </tr>\n\
  <tr>\n\
    <td style="text-align: left;">Fri</td>\n\
    <td width="50px" />\n\
    <td style="text-align: right;">8:00am - 2:30pm</td>\n\
    <td width="50px" />\n\
    <td></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>In 2009, we successfully hired a Staff Advisor. If you are interested in contacting her (Sarah Rocker),\n\
  you can reach her at rockers@evergreen.edu or (360) 867-6092. Office: CAB 203</li>\n\
</ul>\n\
\n\
';

document.getElementById('contentBox').innerHTML=contentHTML;
}
