<!--
function lastmod() {
var d = "03/16/04";
var lm = document.lastModified;
if (Date.parse(lm) == 0) {
lm = d
}
document.write("Last update:");
document.write("<br>");
document.write(lm);
}

function cur(mid){
var button = document.getElementById(mid);
button.className += "cur";
}
//-->
