function event_swap_img (newimage) {return function(e) { this.src=newimage; e.preventDefault() };}
