// vim: set expandtab tabstop=3 shiftwidth=3 foldmethod=marker:
// ------------------------------------------------------------
//   Author: Brian Clark (brian@spamcop.net)
//     File: rr.js
//  Created: 08:07:35 PM EDT Wed, October 29, 2008
// Modified: 09:21:10 PM EDT Thu, October 30, 2008
// ------------------------------------------------------------
window.onload = function() {
   // eich9fuW is div name, so hopefully that 
   // won't conflict with any other scripts
   new Ajax.PeriodicalUpdater('eich9fuW', '/rr-js.php', {
      method: 'get',
      frequency: 14,
      decay: 3
   }); 
};
