function getString(date) {
var month = date.getMonth() +1
  return date.getFullYear()
}
var cur = new Date();
var str = getString(cur);

document.write('<table width=\"525\" align=\"left\">');
/*document.write('<tr><td height=\"10\">\&nbsp\;</td></tr>');*/

document.write('<tr><td align=\"center\">');
document.write('<hr width=\"90%\" size=\"3\">');
document.write('</td></tr>');

document.write('<tr><td align=\"right\">');
document.write('<a href=\"http://www.housingscc.org/cgi-bin/home.asp\">');
document.write('<b>home</b></a>');
document.write('</td></tr>');

document.write('<tr><td align=\"center\">');
document.write('<a href=\"http://www.housingscc.org/cgi-bin/help/help.asp\">');
document.write('<img SRC=\"http://www.housingscc.org/images/icons/help.gif\" ALT=\"Help\" BORDER=\"0\" height=\"72\" width=\"101\"></a>');
document.write('<a href=\"http://www.housingscc.org/cgi-bin/feedback.asp\">');
document.write('<img src=\"http://www.housingscc.org/images/icons/feedback.gif\" border=\"0\" height=\"72\" width=\"101\"></a>');
document.write('<p><font size=\"-1\">');
document.write('<b><a href=\"mailto:admin@housingscc.org\">admin@housingscc.org</a></b><br>');
document.write('Produced by <a href=\"http://www.ctagroup.org/\" target=\"_new\"><font color=\"black\">Community Technology Alliance</font></a><br>');
document.write('Copyright &copy\; 2001-');
document.write(str);
document.write(' - All Rights Reserved');
document.write('</font></td></tr></table>');