function than_heartbeat ()
{
  new Ajax.Request("/direct/heartbeat", {method:'get'});
}

setInterval("than_heartbeat()", 10*60*1000);

