This page simulates and displays the roll of a die.
<!doctype html>
<body>
<div style="text-align:center">
<p>
<img id="dieImg" alt="die image"
src="http://balance3e.com/Images/die1.gif">
</p>
<input type="button" value="Click to Roll"
onclick="SelectImage();">
</div>
</body>
