function GetCount(){
  var timestamp = date.getTime();
  uri = 'http://www.beauty-egg.com/cgi-bin/salondb.cgi?SUBMODULE=aj_getcount&etc=' + timestamp;
  new Ajax.Updater('count',uri,{method: 'get' });
}