var ato;function stay()
{reset();new Ajax.Request('/',{method:'get'});}
function reset()
{clearTimeout(ato);ato=setTimeout("stay()",1500000);}