"age.js" is a JavaScript program for age counting.
After you put the downloaded files in your web folder,
please, add the following sentences in your web page.
<script type="text/javascript" src="age.js"></script>
<script type="text/JavaScript">
age(1946, 7, 22) //You must change here what you want a birth.
</script>