Javascript Assignment 5

Today we talked about creating JS objects, the window object and timers.  Using the setTimeout() function try to build a timed quiz.  It should have at least 5 questions, and once a user answers one question, that should automatically begin the timer for the next question.  

You can design this however you like - more points will be given for originality and creativity.   Maybe your quiz makes use of images in some way?  Can you show the time running on the screen - so that people know how much time they are taking on each question?  Your program should do something funny or unique when the user runs out of time, or if they get a question wrong.