<!--
<!-- You must leave these comments intact -->
<!-- Java provided by Rob Speessen -->
<!-- Page design and mods by Doug B at AA History web site -->
<!-- Copywrited 11-22-1996, 1997 and 1998 -->
<!-- Feel free to borrow this code but not the whole page -->
<!-- Please give credit to the authors if you use this code-->

<!-- hide this stolen script tag's contents from old browsers
function sobertimer(){            
        today = new Date()          
        SoberDay = new Date(document.live.age.value)         
        timeold = (today.getTime() - SoberDay.getTime());         
        sectimeold = timeold / 1000;         
        secondsold = Math.floor(sectimeold);         
        msPerDay = 24 * 60 * 60 * 1000 ;         
        timeold = (today.getTime() - SoberDay.getTime());         
        e_daysold = timeold / msPerDay;         
        daysold = Math.floor(e_daysold);         
        e_hrsold = (e_daysold - daysold)*24;         
        hrsold = Math.floor(e_hrsold);         
        minsold = Math.floor((e_hrsold - hrsold)*60);
           
        document.live.time4.value = secondsold   
        document.live.time3.value = daysold              
        document.live.time2.value = hrsold               
        document.live.time1.value = minsold              

        timerID = setTimeout("sobertimer()",1000)   
}        
// -- done stealing and hiding from old browsers -->
