function counter() {
    new Ajax.Request('counter.php', {method: 'post'});
	
	window.setTimeout("counter()", 700000);
}