function aaa(){
	var a
	a="http://www.esinti.biz"
  postala = "mailto:?subject= Şu siteyi görün:  " + a;
  postala += "&body= **" + document.title +"** adlı siteyi görmeni tavsiye ederim. ";
  postala += "Gireceğin adres: " + location.href;
  location.href = postala;
	}



