var i = 0, id; function reloadData() { $.post("ping.php",{uri:uri}); } id = setInterval("reloadData();", 5000);