dojo.fadeOut({node:this.titleNode, duration:200,
onEnd: dojo.hitch(this,function(){// refs #5112 - if you _don't_ change the .src, safari will _never_ fire onload for this imagethis.imgNode.src = this._blankImg;
})}).play(5);
this.inherited(arguments);
this.inGroup = null;
this._positionIndex = null;