codeWords = new Array(
	'проекты',
        'проект',
        'домов',
        'дома',
        'дом',
        'Проекты',
        'вам',
        'вы',
        'кв',
        'вас'
        


)

function s(i) {
	document.write(codeWords[i])
}
