
<!-- Begin
function revised(date) { var pic = "btn_revised.gif"; expdate = new Date(date);
curdate = new Date(); if (expdate.getTime() > curdate.getTime())
document.write("<img src=" + pic + ">");}
// end -->
