cms_inittab.push(function() {
	var ani=new YAHOO.util.Motion('text-153-col-1-ed',{
		points: { by: [-800,0] }
	 });
	ani.duration=20;
	ani.onComplete.subscribe(function(){this.setAttribute('left',400,'px');this.animate();});
	ani.animate();
 });