


























//---

function JAI17104d0c58432da079fa10207526d5e0() {
   this.img_idx = 1;
   this.imgs = new Array();
   for(var i = 1; i <= 2; i++) {
      this.imgs[i] =  new Image();
      this.imgs[i].src = 'http://www.justachieveit.com/badge/17104d0c58432da079fa10207526d5e0/'+i+'.png';
   }
}

//---

JAI17104d0c58432da079fa10207526d5e0.prototype.addLoadEvent = function(func) {
   var oldonload = window.onload; 
   if (typeof window.onload != 'function') { 
      window.onload = func; 
   } else { 
      window.onload = function() { 
         if (oldonload) { 
            oldonload(); 
         } 
         func(); 
      } 
   } 
}

//---

JAI17104d0c58432da079fa10207526d5e0.prototype.init = function() { 
   window.setInterval(JAI17104d0c58432da079fa10207526d5e0.rotate,2000);
}

//---

JAI17104d0c58432da079fa10207526d5e0.prototype.rotate = function() {
   JAI17104d0c58432da079fa10207526d5e0.img_idx++;
   if(JAI17104d0c58432da079fa10207526d5e0.img_idx >= JAI17104d0c58432da079fa10207526d5e0.imgs.length) JAI17104d0c58432da079fa10207526d5e0.img_idx = 1;
   var ele = document.getElementById('jai-17104d0c58432da079fa10207526d5e0');
   ele.style.backgroundImage = 'url(' + JAI17104d0c58432da079fa10207526d5e0.imgs[JAI17104d0c58432da079fa10207526d5e0.img_idx].src +')';
}

//---

JAI17104d0c58432da079fa10207526d5e0.prototype.goclick = function() {
   document.location = 'http://www.justachieveit.com/badge/?key=17104d0c58432da079fa10207526d5e0';
}
JAI17104d0c58432da079fa10207526d5e0.prototype.imgMouseover = function() {
   var ele = document.getElementById('jai-17104d0c58432da079fa10207526d5e0-1');
   ele.style.backgroundImage = 'url(http://www.justachieveit.com/badge/17104d0c58432da079fa10207526d5e0/99.png)';
}
JAI17104d0c58432da079fa10207526d5e0.prototype.imgMouseout = function() {
   var ele = document.getElementById('jai-17104d0c58432da079fa10207526d5e0-1');
   ele.style.background = '';
}

//---

JAI17104d0c58432da079fa10207526d5e0 = new JAI17104d0c58432da079fa10207526d5e0;
JAI17104d0c58432da079fa10207526d5e0.addLoadEvent(JAI17104d0c58432da079fa10207526d5e0.init);

document.write('<div' +
               ' onmouseover="JAI17104d0c58432da079fa10207526d5e0.imgMouseover();"' +
               ' onmouseout="JAI17104d0c58432da079fa10207526d5e0.imgMouseout();"' +
               ' onclick="JAI17104d0c58432da079fa10207526d5e0.goclick();"' +
               ' id="jai-17104d0c58432da079fa10207526d5e0"' +
               ' style="cursor:pointer;display:inline-block;background:url(http://www.justachieveit.com/badge/17104d0c58432da079fa10207526d5e0/1.png);height:75px;width:420px;"' + 
               '>' +
               '<div' + 
               ' id="jai-17104d0c58432da079fa10207526d5e0-1"' +
               ' style="width:420px;height:75px;">'+
               '</div>'+
               '</div>');

