(function () { var param = ""; setInterval(function () { param += "&test=1"; alert(param); }, 5000); })();