if (typeof(this.i) == 'undefined') {this.i = 0;}
function chet() { if (typeof(this.i) == 'undefined') {this.i = -2;} this.i += 2; return this.i; }