var foo = function () { alert(this.exec ? "Уже запускалось" : "Первый раз"); this.exec = true; }; foo();