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