<input type="radio" value="Ноль" name="code">Ноль<br>
<input type="radio" value="Семь" name="code">Семь<br>
<input type="radio" value="Семнадцать" name="code">Семнадцать<br>
<input type="radio" value="Девять" name="code">Девять<br>
<input type="radio" value="Один" name="code">Один<br>
<input type="hidden" value="639755" name="cde">
<script type='text/javascript'>
(function() {
var input = document.getElementsByName('code');
for (var i=0; i<input.length; i++) {
if(input[i].value=="Семь") input[i].checked="checked";
}
})();
</script>