function rand(B,A){return Math.floor(Math.random()*(A-B+1)+B)}window.addEvent("domready",function(){$$("#shuffle a").addEvent("click",function(A){A.stop();$$("#cloud a").each(function(B){B.style.top=rand(0,425)+"px";B.style.left=rand(0,500)+"px"})});$$("#cloud a").each(function(A){A.onmouseover=function(){A.style.zIndex++};A.onmouseout=function(){A.style.zIndex--};new Drag.Move(A,{container:$("content"),onStart:function(){this.element.style.zIndex++},onComplete:function(){this.element.style.zIndex--},onCancel:function(){window.location=this.element.href}})})});