  function oyver(ne){

   for (var i=0; i<document.anfrm.anketoy.length; i++) {
		  if (document.anfrm.anketoy[i].checked) { cvp = document.anfrm.anketoy[i].value }
	  }
	  var lnk = 'anket=' + ne + '&cevap=' + cvp;
    mjxPost(1, "anketa", "e/anket_ajax.php", lnk);
  }
  