1)	"Welcome" page that determines if the user is a member and allows the
	user to either change to a new user id, view the list as that user, or
	clear the cookie 

2)	Login screen that allows new and old users to login (set a cookie)

3)	List of objects with "new" objects highlighted, which objects have been 
	spoken for, and buttons to speak for an item; this involves a "database"
	lookup of all objects and objects known to the current user

4)	List of items spoken for by the current user, possibly including an 
	item that was just selected; this involves a "database" lookup of objects
	know to the current user
