contract Mode { function Normal(uint8 _numProposals) { proposals.length = _numProposals; } }