var Tfade=function(){} Tfade.prototype.fadeIn=function() { setTimeout(function () { this.fadeIn(); }, 100); } var fade=new Tfade(); fade.fadeIn();