<html>
<body>
<script language="javascript">
  function $(id){
    return document.getElementById(id)
   }
   person=function(html,o){
    me = this
...