function Status(){

  this.start = function(){
    new Ajax.PeriodicalUpdater("div_status","status.htm?"+Math.ceil((Math.random() * 100000)), { method :"get", frequency: 1, decay: 2});
  }
  
}
