function NewClass(){ this.a = 5; this.img = document.createElement('img'); _this=this; this.img.onclick = function(){alert(_this.a);} }