window.addEvent('domready',function(){var fetch_new_praise=function(){var praise=$('praise');var bubble=praise.getElement('.speech-bubble');var url='/clients/praise';var donot_get=bubble.get('rel').toInt()
if(bubble.get('rel').toInt()!=NaN){url=url+'/'+donot_get.toString();}
new Request.JSON({url:url,onSuccess:function(j,t){praise.set('tween',{duration:800,onComplete:function(){bubble.getElement('p').set('html',j.praise);praise.getElement('p.alt').set('html',j.person+', '+j.position);praise.getElement('p.small.light').set('html',j.name);bubble.set('rel',j.id);praise.tween('opacity',1);}}).tween('opacity',0);}}).send();}
fetch_new_praise.periodical(8000);});
