$(document).ready(startLoadSpecial); function startLoadSpecial() { setTimeout(loadSpecial, 8000); } function loadSpecial() { var id = $('#special_next')[0].value; var url = '/ajax/special.php?next=' + id; $('#special').load(url); startLoadSpecial(); }