State the Problem: Write a program that generates a random fortune and displays it. Tools: switch structue, variables, alert statement Algorithim: variable for randomized structure (roll) variable for fortune switch structure with roll as the variable alert statment for fortune variable Implementation: Use JavaScript alert command, switch structure with case functions and variables to effectively run program. Refinement: The algorithim went smoothly as planned but could be improved if fortune would never repeat itself.