Hi,
You could add another function directly after the "display" function to set the timer.
function settimer(){
minutes=1
seconds=60
}This will set the variables back to the timeout value (you could just access the javascript variables directly, but this approach is more polite).
The real problem is how do you call this function each time NT does an ajax request. You could add some javascript to everyplace NT does a ajax call. But thats a real pain. Another approach is to edit NT's
sv function to add support for this idea (and possibly other functions). This has its own problems, each time NT is updated you'd have to update it with your "changes". You'd also have to promote your variables and functions into NTs javascript so they are in scope.
This approach is certainly possible - but painful, another idea would be to ask Bruce nicely to do it for you
Regards
Bill