function AJX_AnketCevapla(AnketID,Cevap)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
	//	alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='OK')
	   {
    eval("document.all.Dugme" + AnketID + ".disabled=true");      
    eval("document.all.Dugme" + AnketID + ".value='Cevaplandı'");      
	   }
	   else
	   {
	   alert ('Bu ankete daha önce cevap vermişsiniz.')
	   }
	         }
      }
	  if (Cevap!='A' && Cevap!='B' && Cevap!='C' && Cevap!='D')
	  {
	  alert ('Lütfen ankete cevap veriniz.')
	  return false
	  }
	  
    xmlHttp.open("GET","../ajax/anket_cevapla.asp?A=" + AnketID + '&C=' + Cevap ,true);
    xmlHttp.send(null);  
	}




function AJX_CheckAvail(UyeAd)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText!='00')
	   {
alert ('\'' + UyeAd  + '\' üye adı alınamaz.\rLütfen başka bir üye adı seçiniz.')
document.all.UyeAd.value=''
document.all.UyeAd.focus()

	   }
	         }
      }
	  if (UyeAd!='')
	  {
    xmlHttp.open("GET","../ajax/check_avail.asp?U=" + UyeAd ,true);
    xmlHttp.send(null);  
	}
	}

	
function AJX_BlogUygunsuz(BlogID)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
alert ('Blog rapor edildi')

	   }
	         }
      }
    xmlHttp.open("GET","../ajax/blog_uygunsuz.asp?B=" + BlogID ,true);
    xmlHttp.send(null);  
	}

	
function AJX_DeleteMess(MesajID,Kutu)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
document.all.btnDel.disabled=true
if (document.all.btnSave) {document.all.btnSave.disabled=true}
alert ('Mesaj, silindi!')

	   }
	         }
      }
    xmlHttp.open("GET","../ajax/delete_mess.asp?M=" + MesajID + '&K=' + Kutu,true);
    xmlHttp.send(null);  
	}


	
function AJX_MoveToSaved(MesajID)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
document.all.btnSave.disabled=true
alert ('Mesaj, saklı mesajlarım klasörüne taşındı!')
//alert ('Durumunuz değiştirildi!')
	   }
	         }
      }
	//  document.all.NeYapiyor.disabled=true
    xmlHttp.open("GET","../ajax/move_to_saved.asp?M=" + MesajID ,true);
    xmlHttp.send(null);  
	}

	
	
function AJX_ListeSil(KIB,RowInd)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
    eval("document.all.List" + RowInd + ".style.display='none'");      
	   }
	 

        }
      }

    xmlHttp.open("GET","../ajax/liste_sil.asp?KIB=" + KIB ,true);
    xmlHttp.send(null);  
	}

	
	
function AJX_DoingWhat(Action)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
document.all.NeYapiyor.disabled=false
//alert ('Durumunuz değiştirildi!')
	   }
	 

        }
      }
	  document.all.NeYapiyor.disabled=true
    xmlHttp.open("GET","../ajax/ne_yapiyor.asp?Action=" + Action ,true);
    xmlHttp.send(null);  
	}

	
function AJX_FavoriSil(Uye,Ind)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
    eval("document.all.FavRow" + Ind + ".style.display='none'");      

	   }
	 

        }
      }
    xmlHttp.open("GET","../ajax/favori_sil.asp?Uye=" + Uye ,true);
    xmlHttp.send(null);  
	}

	
function AJX_FavoriEkle(Uye)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='1')
	   {
	    document.all.Favorite.src='Images/check.gif';      
	   document.all.FavoriteText.innerText='Eklendi!';      

	   }
	 

        }
      }
    xmlHttp.open("GET","../ajax/favori_ekle.asp?Uye=" + Uye ,true);
    xmlHttp.send(null);  
	}

	
	
function AJX_ListeyeEkle(Uye,Durum,Ind)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
//		alert (xmlHttp.responseText)
       if (xmlHttp.responseText=='OK')
	   {
	    if (Durum=='0') {alert ('Listeye ekleme isteği üyeye gönderildi.')}
	    if (Durum=='1') {alert ('Üye, bloke edildi.')}
	   
	   }
	   else
	   {
	   if (xmlHttp.responseText=='0,0') {alert ('Bu üye, onay beklenilenler listenizde bulunmaktadır.')}
  	   if (xmlHttp.responseText=='0,1') {alert ('Bu üye, arkadaş listenizde bulunmaktadır.')}
	   if (xmlHttp.responseText=='1,1' || xmlHttp.responseText=='1,0') {alert ('Bu üye, bloke listenizde bulunmaktadır.')}
	   }
	 

        }
      }
    xmlHttp.open("GET","../ajax/listeye_ekle.asp?Uye=" + Uye + '&Durum=' + Durum,true);
    xmlHttp.send(null);  
	}

	
function BlogBegeni(Uye,Blog)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
		
       if (xmlHttp.responseText=='1')
	   {
	   	   document.all.Begeni.innerHTML='<font color=red>Teşekkürler! </font>|'
	   }
	 

        }
      }
    xmlHttp.open("GET","../ajax/blog_begeni.asp?Uye=" + Uye + '&Blog=' + Blog,true);
    xmlHttp.send(null);  
	}

	
	
	
function AJX_FriendAnn(KBID,Action,Row)
  {  
  eval("document.all." + Row + ".style.color='gray'");      
  
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	      {
      if(xmlHttp.readyState==4)
        {
if (xmlHttp.responseText==1)
{
eval("document.all." + Row + ".style.display='none'");      
}
else
{
document.all.BegeniGonderilemez.style.display='block'
}
}
}
Sayfa ="ajax/friend_ann.asp?KBID=" + KBID + "&A=" + Action
xmlHttp.open("GET",Sayfa,true);
xmlHttp.send(null);  
	}
	
	
	
function AJX_JoinPoll(AnketID,Cevap)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
		
//       if (xmlHttp.responseText=='1')
//	   {
//	  document.all.btnPoll.style.display='none'
//document.all.UyeAnketTesekkur.style.display='block'
	//   }
	  
        }
      }
//	  alert (Cevap)
	  if (Cevap!='')
	  {
//	  	  document.all.btnPoll.disabled=true
	  document.all.btnPoll.style.display='none'
document.all.UyeAnketTesekkur.style.display='block'
//document.all.NewPoll.style.display='block'
    xmlHttp.open("GET","../ajax/joinpoll.asp?AnketID=" + AnketID + '&Cevap=' + Cevap,true);
    xmlHttp.send(null);  
	}
	else
	{
	alert ('Lütfen, bir seçenek seçiniz.')
	}

}




function AJX_DelFavBlog(BlogID,RowInd)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
		
       if (xmlHttp.responseText=='1')
	   {
eval("document.all.FavBlog" + RowInd + ".style.display='none'");      
	   }
	  
        }
      }
	  if (confirm('Bu blogu beğendiğiniz bloglardan silmek istediğinizden emin misiniz?'))
	  {
    xmlHttp.open("GET","../ajax/delfavblog.asp?BlogID=" + BlogID,true);
    xmlHttp.send(null);  
	}
}
	
	
function AJX_RemindPassword(EPosta)
  {  

if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
		
       if (xmlHttp.responseText=='1')
	   {
	   	   document.all.PwdSent.innerHTML='Şifreniz ve üye adınız e-mail adresinize gönderilmiştir.'
	   }
	   else
	   {
	   	   document.all.PwdSent.innerHTML='<font color=red>Sitemizde bu e-mail adresine sahip bir üye bulunmamaktadır.</font>'

	   }

        }
      }
    xmlHttp.open("GET","../ajax/sifre_hatirlat.asp?EPosta=" + EPosta,true);
    xmlHttp.send(null);  
	}

	
function AJX_RegisterMember(UserName,Password,Email)
  {  
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
	    {
//alert (xmlHttp.responseText)
    if   (xmlHttp.responseText=='1,0,0,0,0,0')
	{
//	alert ('tamamdır')
	document.all.btnRegister.disabled=true
document.all.btnRegister.style.display='none'
document.all.WaitWhileRegistering.style.display='block'
//document.forms("frmRegister").submit()	
//alert ('Üyelik kayıdı yapılacak')
	}
	else
	{
//document.all.btnRegister.disabled=false
//document.all.WaitWhileRegistering.style.display='none'
//var ServerResponse_array=xmlHttp.responseText.split(",");
//if (ServerResponse_array[1]!='0') {alert ('Almak istediğiniz üye adı daha önce başka bir üye tarafından alınmıştır. Lütfen, başka bir üye adı belirleyiniz.');document.all.UyeAd.focus();return false;}
//if (ServerResponse_array[2]=='1') {alert ('Belirlemiş olduğunuz üye adı, geçerli değildir. Lütfen, başka bir üye adı belirleyiniz.');document.all.UyeAd.focus();return false;}
//if (ServerResponse_array[0]=='0') {alert ('Şifreniz güvenli değildir. Şifreniz hem rakkam, hem harf içermelidir.');document.all.Sifre.focus();return false;}
//if (ServerResponse_array[4]=='1') {window.location.href='default.asp'}
	}

        }
      }
//Check fields
if (document.all.UyeAd.value=='') {alert ('Lütfen, üye adını giriniz.');document.all.UyeAd.focus();return false;}
if (document.all.Sifre.value=='') {alert ('Lütfen, şifreyi giriniz.');document.all.Sifre.focus();return false;}
if (document.all.SifreOnay.value=='') {alert ('Lütfen, şifre onayını giriniz.');document.all.SifreOnay.focus();return false;}
if (document.all.EPosta.value=='') {alert ('Lütfen, E-Posta adresini giriniz.');document.all.EPosta.focus();return false;}
if (document.all.Cinsiyet[0].checked==false && document.all.Cinsiyet[1].checked==false) {alert ('Lütfen, cinsiyetinizi seçiniz.');document.all.Cinsiyet[0].focus();return false;}
if (document.all.TurkiyeDisi[0].checked==true && document.all.Sehir.value=='0')  {alert ('Lütfen, yaşadığınız şehri seçiniz.');document.all.Sehir.focus();return false;}
if (document.all.TurkiyeDisi[0].checked==true && document.all.Ilce.value=='')  {alert ('Lütfen, yaşadığınız ilçeyi seçiniz.');document.all.Ilce.focus();return false;}
if (document.all.TurkiyeDisi[1].checked==true && document.all.Ulke.value=='0')  {alert ('Lütfen, yaşadığınız ülkeyi seçiniz.');document.all.Ulke.focus();return false;}
if (document.all.TurkiyeDisi[1].checked==true && document.all.TDSehir.value=='')  {alert ('Lütfen, yaşadığınız şehri giriniz.');document.all.TDSehir.focus();return false;}
if (document.all.DogumGun.value=='') {alert ('Lütfen, doğduğunuz günü giriniz.');document.all.DogumGun.focus();return false;}
if (document.all.DogumAy.value=='') {alert ('Lütfen, doğduğunuz ayı seçiniz.');document.all.DogumAy.focus();return false;}
if (document.all.DogumYil.value=='') {alert ('Lütfen, doğduğunuz yılı seçiniz.');document.all.DogumYil.focus();return false;}
if (document.all.Iliski[0].checked==false && document.all.Iliski[1].checked==false && document.all.Iliski[2].checked==false && document.all.Iliski[3].checked==false && document.all.Iliski[4].checked==false && document.all.Iliski[5].checked==false) {alert ('Lütfen, aradığınız ilişki türünü seçiniz.');return false;}
if (document.all.Sifre.value!=document.all.SifreOnay.value) {alert ('Girmiş olduğunuz iki şifre aynı değil. Lütfen, kontrol ediniz.');document.all.Sifre.focus();return false;}
if (document.all.Sifre.value.length<6) {alert ('Şifreniz, en az 6 karakterden oluşmalıdır.');document.all.Sifre.focus();return false;}
if (document.all.EPosta.value.indexOf("@")==-1 || document.all.EPosta.value.indexOf(".")==-1) {alert ('E-Posta adresinizde hata var. Lütfen, kontrol ediniz.');document.all.EPosta.focus();return false;}
//End of check fields
document.all.btnRegister.disabled=true
document.all.WaitWhileRegistering.style.display='block'
    xmlHttp.open("GET","../Ajax/register.asp?UserName=" + UserName + '&Password=' + Password + '&Email=' + Email,true);
    xmlHttp.send(null);  
	}




function AJX_TwoChat()
  {  
//  alert ('alp')
if (document.all.IMDisplay)
{
document.all.IMDisplay.src='../Images/hm_0.gif'
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
		
//		alert (xmlHttp.responseText)
 if (xmlHttp.responseText=='0')
 {
        document.all.IMDisplay.src='../Images/hm_0.gif'
    	document.all.IMPopup.href='hm_liste.asp'
		}
		else
		{
		document.all.IMHelp.style.display='block'
        document.all.IMDisplay.src='../Images/hm_1.gif'
//		Sayfa="'AlpCode/TwoChat/default.asp?ID=" + xmlHttp.responseText + "'"
		document.all.IMPopup.href='javascript:OpenIMWindow(' +xmlHttp.responseText + ')'
		}

        }
      }
    xmlHttp.open("GET","ajax/twochat.asp",true);
    xmlHttp.send(null);  
	setTimeout("AJX_TwoChat()",3000)
	}
	}

	
function AJX_InstantMessage()
  {  
if (document.all.IMDisplay)
{
document.all.IMDisplay.src='../Images/hm_0.gif'
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	
      {
      if(xmlHttp.readyState==4)
        {
		
 if (xmlHttp.responseText=='0')
 {
        document.all.IMDisplay.src='../Images/hm_0.gif'
    	document.all.IMPopup.href='hm_liste.asp'
		}
// if (xmlHttp.responseText=='1')
else
		{
        document.all.IMDisplay.src='../Images/hm_1.gif'
	//	document.all.IMHelp.style.display='block'
		Sayfa="'hizli_mesaj_db.asp?ID=" + xmlHttp.responseText + "'"
		document.all.IMPopup.href='javascript:Pen2(' + Sayfa + ')'
		}

        }
      }
    xmlHttp.open("GET","ajax/im_check.asp",true);
    xmlHttp.send(null);  
	setTimeout("AJX_InstantMessage()",7000)
	}
	}


//Start default page counters
function AJX_DefaultPageCounters()
{
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	  {
      if(xmlHttp.readyState==4)
        {
		      //  document.all.LiveLogin.innerText=xmlHttp.responseText;
var Sayilar=xmlHttp.responseText;
var Sayilar_array=Sayilar.split(",")
document.all.LiveLogin.innerText=Sayilar_array[0]
document.all.LiveMessages.innerText=Sayilar_array[1]
document.all.LiveViews.innerText=Sayilar_array[2]
        }
		      }
    xmlHttp.open("GET","ajax/default_page_counters.asp",true);
    xmlHttp.send(null);  
setTimeout("AJX_DefaultPageCounters()",3000)
}



//End default page counters



function AJX_ProfilBegeni(BegeniID,RowInd)
  {  
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	      {
      if(xmlHttp.readyState==4)
        {
if (xmlHttp.responseText==1)
{
eval("document.all.Row" + RowInd + ".innerText='Teşekkür gönderildi'");      
}
}
}
Sayfa ="ajax/profil_begeni_tesekkur.asp?ID=" + BegeniID
xmlHttp.open("GET",Sayfa,true);
xmlHttp.send(null);  
	}
	
	
function AJX_BegeniGonder(Begenen,Begenilen,Begeni)
  {  
document.all.BegeniSec.style.display='none'
//document.all.Bekleyiniz.style.display='block'
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	      {
      if(xmlHttp.readyState==4)
        {
if (xmlHttp.responseText==1)
{
document.all.BegeniGonderildi.style.display='block'
}
else
{
document.all.BegeniGonderilemez.style.display='block'
}
}
}
Sayfa ="ajax/profil_begeni.asp?A=" + Begenen + "&B=" + Begenilen + "&C=" + Begeni
xmlHttp.open("GET",Sayfa,true);
xmlHttp.send(null);  
	}
	
	
	
	function AJX_Liste(RequestID,RowInd,Confirmation,AddMode)
  {  
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	      {
      if(xmlHttp.readyState==4)
        {
if (xmlHttp.responseText==1 || xmlHttp.responseText==2)
{
//eval("document.all.trRequest" + RowInd + ".style.display='none'");      
//eval("document.all.Confirmation" + RowInd + ".style.display='none'");      
//eval("document.all.Tamam" + RowInd + ".style.display='block'");
if (Confirmation==1)      {Durum='Onaylandı';Renk='green'} else {Durum='Reddedildi';Renk='red'}
eval("document.all.Controls" + RowInd + ".style.color=Renk");
eval("document.all.Controls" + RowInd + ".innerText=Durum");      
}
if (xmlHttp.responseText==2)
{
document.all.NoPending.style.display='block'
document.all.ReturnHome.style.display='block'
}
}
}
Sayfa ="ajax/liste_istek.asp?RID=" + RequestID + "&Con=" + Confirmation + "&Add=" + AddMode
xmlHttp.open("GET",Sayfa,true);
xmlHttp.send(null);  
	}
	
	
	
	
function AJX_Bloke(RequestID,RowInd)
  {  
if (navigator.userAgent.indexOf("MSIE")!=-1) {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");} else {xmlHttp=new XMLHttpRequest();}
xmlHttp.onreadystatechange=function()
	      {
      if(xmlHttp.readyState==4)
        {
//if (xmlHttp.responseText==1)
//{
eval("document.all.Controls" + RowInd + ".style.color='black'");
eval("document.all.Controls" + RowInd + ".innerText='Üye, bloke edildi'");      
//}
if (xmlHttp.responseText==2)
{
document.all.NoPending.style.display='block'
document.all.ReturnHome.style.display='block'
}
}
}
Sayfa ="ajax/bloke.asp?RID=" + RequestID
xmlHttp.open("GET",Sayfa,true);
xmlHttp.send(null);  
	}
	
	


