function submitAnswer(url) {
var selval = $('#anketa-form input:radio:checked').val();
$.php(url,{'option':selval});
}
