function checkPassword() {
	if (top.location.search == "") {
 		pass = prompt('Пожалуйста, введите пароль:');
 		if (pass != 'summit') { 	
			top.location.href="error.html"; 
		}
 	}
}
