how about write the server's time to the client like charles said, and create a javascript Date object, serverTime, with it; but use the client's time to count seconds and such by using the javascript setTimeout method to increment serverTime. However you want to display it is up to you (in a div tag would be my choice, since it is easily refreshable) ray
rheindl@bju.edu