<HTML><HEAD> <!-- Web Dice Version 1.0 dice.html By Mike Calabrese http://www.mikecalabrese.com --> <TITLE>Web Dice</TITLE></HEAD> <BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#008000" VLINK="#400000"> <CENTER> <H3>Web Dice</H3> <P> <TABLE WIDTH="500" BORDER="0"><TR><TD> This app will roll from one to six dice and give you random results. Simply choose the number of dice that you want to roll from the drop down menu below, then click on the 'Roll the Dice' button. <P> <FORM ACTION="http://www.yourdomain.com/cgi-bin/dice/dice.pl" METHOD="POST"> <CENTER> <SELECT NAME="number_dice" SIZE="1"> <OPTION>1 <OPTION SELECTED>2 <OPTION>3 <OPTION>4 <OPTION>5 <OPTION>6 </SELECT> <P><INPUT TYPE="Submit" VALUE="Roll the Dice"> * <INPUT TYPE=reset> </CENTER> </FORM> </TD></TR></TABLE> </BODY></HTML>