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

