<HTML>
<HEAD>
BODY>
This is just some text that might be on the page.
<BR>
I hope you are enjoying this.
<BR>
We are going to have fun with it.
<SCRIPT LANGUAGE="javascript">
<!--
color = prompt("Choose a color (red, yellow, blue):);
document.bgcolor = color;
// -->
</SCRIPT>
<BODY>
</HTML>