<form name='abcdef'>
Only
<input type='text' name='a' size=2 value='''> years,
<input type='text' name='b' size=2 value=''> months, and
<input type='text' name='c' size=2 value=''> days left until 7/11/2004!!!</form>
<script language='Javascript'>
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var Temp2;
var timerID = null;
var timerRunning = false;
function arry() {
this.length = 12;
this[0] = 31;
this[1] = 28;
this[2] = 31;
this[3] = 30;
this[4] = 31;
this[5] = 30;
this[6] = 31;
this[7] = 31;
this[8] = 30;
this[9] = 31;
this[10] = 30;
this[11] = 31;
}
var dte = new arry();