this.onEnterFrame = function()
{
   if(random(40) == 0)
   {
      this.slideTo(random(520) + 20,random(300) + 100,2,"linear");
   }
};