function f(){ var a=arguments,i,l=; for(i=0; i<l;i++){ alert(a[i]); } return ; } f(0)(1,2)(3,4,5)(6,7,8,9);