$(document).ready(function(){ show(); var id = setInterval('show()',3000); setTimeout(function () { clearInterval(id); }, 60 * 1e3); });