function fnc (){ alert(this.t) } (function () { this.t = "ну и олень"; fnc.apply(this, arguments) }());