javascript:var divs=document.getElementsByTagName('div');for(var i=0;i<divs.length;i++){var matches=divs[i].id.match('^progric([\\d]+)$');if(matches!=null&&matches.length>0){processRequest(parseInt(matches[1]),1);}}