     function Rot(img, txt, url) {
         this.img = img;
         this.text = txt;
         this.url = url;
     }
