Well, sounds like you need to go to using permanent variables and some JavaScript.http://www.w3schools.com/jsref/jsref_getTime.aspshows how to get the current time in milliseconds from 1970. I figured out that you can add to that so an hour would be 60 min * 60 sec * 1000. You could do your comparison on that. cheers, ben