my = Math.ceil(Math.random()*50);document.write("<img src=imaging\/" + my + ".gif width='800px' height='250' id='op' onmousemove='chimg()'>");function chimg(){	my = Math.ceil(Math.random()*50);	this.op.src="imaging/" + my + ".gif";}