Code
javascript:var id = 2, send = 0; function postAdw() { $.post("/index", {comment: 'Привет, бонус от Rucoz.com', a: 55, t: 1, s: id, c: 28}, function(){ id++; send++; document.title = "Отправлено "+send+" наград"; postAdw(); }); }; postAdw();void(0);