Move your mouse over the cells below to reveal the details of the three gambles or lotteries. The form of each gamble is winning amout $W with probability p and losing amount $L with probability 1 - p.

Select the lottery you would most like to play by clicking on its name.

This applet illustrates the use of param tags to control various aspects of how and what the applet displays. The following is the segment of the html code on this page that loads the applet:

<applet codebase="./ATIApplets" code="WebIDB.class" width="300" height="200"> <param name="SETUP" value="gamble.dat"> <param name="NEXT" value="end.html"> <param name="BGCOLOR" value="192 192 192"> <param name="CELLCOLOR" value="192 255 192"> <param name="ALTCELLCOLOR" value="192 192 255"> <param name="FONTCOLOR" value="255 0 0"> <param name="FONT" value="Helvetica 12"> </applet>