Romeo, Попробуйте так запустить
var Cicl=0;
response=response-0;
obj_p1=document.getElementById('l1'+idCell);
obj_p2=document.getElementById('l2'+idCell);
while (response>=idCell) {
i2=1;
sl=parseInt(obj_p1.style.left);
function rist() {
obj_p1.style.left=sl+i2+'px';
obj_p2.style.left=sl+i2+'px';
i2=i2+2;
if (i2 < 300) {Cicl++;
if(Cicl%100==0){alert('ещё сотня i2='+i2)}
setTimeout(rist,0);
}}
rist();
idCell++;
obj_p1=document.getElementById('l1'+idCell);
obj_p2=document.getElementById('l2'+idCell);
}