Array.implement({shuffle:function(){this.sort(function(){return Math.floor(Math.random()*3)-1});return this}});
