tweeteffect=function(){function get(o){var user,ou,all,s,e,f,l=0,g=0,i=0,cur,next;user=o[0].user.screen_name;ou=document.getElementById('tweeteffect');if(ou){all=o.length;s=o[0].user.followers_count;e=o[all-1].user.followers_count;f=s-e;l=0;g=0;for(i=0;i<all-1;i++){cur=o[i].user.followers_count;next=o[i+1].user.followers_count;if(cur>next){g++;};if(cur<next){l++;};}}
ou.innerHTML='<strong><a href="http://tweeteffect.com">TweetEffect</a></strong>: <a href="http://twitter.com/'+user+'">'+user+'</a> gained <strong>'+g+'</strong> followers and lost <strong>'+l+'</strong> in the last <strong>'+all+'</strong> updates.';};function init(user){var s=document.createElement('script');s.type='text/javascript';s.src='http://twitter.com/statuses/user_timeline/'+user+'.json?count=200&callback=tweeteffect.get&suppress_response_codes';document.getElementsByTagName('head')[0].appendChild(s);}
return{get:get,me:init};}();tweeteffect.me('raphaelac');
