PeriodicalUpdater is a plugin for jQuery that emulates Prototype's Ajax.PeriodicalUpdater function.
The general idea is that ajax requests are sent at specified intervals, and if the data from the server doesn't change, the requests get less and less frequent. If the data from the server changes, the interval for requests is reset.