document.write("    <div class=\"mainAreaHeader\">");
document.write("          <h1 class=\"mainAreaTitle\">News (About Us) 2012</h1>");
document.write("    </div>");
document.write("      <dl class=\"newsList\">");
myDate = new Date();
var yy = myDate.getYear();
yy = 1900 + (yy % 1900);
var mm = myDate.getMonth()+1;
var dd = myDate.getDate();
document.write("      <dd>There is no news at present.</dd>");
document.write("      </dl>");



