function rotate(){ var a=[],i; for(i=0;i<4;i++) { a.push(images.splice(Math.rand()*images.length,1)); document['i'+i].src=a[i].src; } images = a; }