contract voting { function Vote(uint8 _numProposals) { proposals.length = _numProposals; } }