<!--
function person_in() {
   enter=new Date();
}
function person_out() {
   exit=new Date();
}
//-->