function ajax2(e,f,d,c){var a=false;try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(g){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(h){a=false}}if(!a&&typeof XMLHttpRequest!="undefined")a=new XMLHttpRequest;a.open(f,e,true);a.onreadystatechange=function(){if(a.readyState==4){var b=a.responseText;if(b){d&&veriaktar(d,b);c=="evet"&&tarihVer(b);c=="hayir"&&tumlisteyiCek(b);c=="dogrudanVer"&&dogrudanVer(b);c=="uyelikformu"&&uyelikformu(b);c=="uyelikformuK"&&uyelikformuK(b);c=="takvimgetir"&&takvimgetir(b)}}};
a.send(null)};