var aList=new ActionList(); aList.putBoolean(true); aList.putBoolean(false); alert(aList.getBoolean(0)); alert(aList.getBoolean(1));