users.put("gpburdell", new User("gpburdell", "gotech",new String[]{"manager"}));
users.put("bsiggelkow", new User("bsiggelkow", "crazybill",new String[]{"manager"}));
users.put("jmitchell", new User("jmitchell", "helga",new String[]{"admin"}));
users.put("thusted", new User("thusted", "thebear"));