<!-- script4.8.html -->
<HTML>
<HEAD><TITLE>Change Example</TITLE>
</HEAD>
<BODY><FORM>4 plus 2 is 
<SELECT onFocus="this.options[0].text=Math.random() * 20; 
		this.options[1].text=Math.random() * 20">
<OPTION>6, of course<OPTION>3
</SELECT>
</FORM>
</BODY>
</HTML>