// JavaScript Document
function yakala(gelen){
	kelime=document.getElementById("aranan").value;
	/*nerede=document.getElementById("nerede").value;
	
	
	switch (nerede)
	{
	case "1":
	  document.location.href="http://article.maptune.net/"+kelime;
	  break;
	case "2":
	  document.location.href="http://dictionary.maptune.net/ingilizce/"+kelime;
	  break;
	case "3":
	  document.location.href="http://biography.maptune.net/"+kelime;
	  break;
	case "4":
	  document.location.href="http://picture.maptune.net/"+kelime;
	  break;
	case "5":
	  document.location.href="http://video.maptune.net/"+kelime;
	  break;
	case "6":
	  document.location.href="http://map.maptune.net/"+kelime;
	  break;
	case "7":
	  document.location.href="http://lyrics.maptune.net/"+kelime;
	  break;
	case "8":
	  document.location.href="http://search.maptune.net/"+kelime;
	  break;
	default:
	  document.location.href="http://article.maptune.net/"+kelime;
	 
	} */
	document.location.href="http://www.maptune.net/"+kelime;
	return false;
}

function yakala2(gelen){
	kelime=document.getElementById("arananne").value;
	nerede=document.getElementById("neredeki").value;
	
	
	switch (nerede)
	{
	case "8":
	  document.location.href="http://search.maptune.net/ara?cx=016885159636664696843%3As06amgzo1uy&cof=FORID%3A11&q="+kelime+"&sa=Ara#1014";
	  break;
	default:
	  document.location.href="http://search.maptune.net/ara?cx=016885159636664696843%3As06amgzo1uy&cof=FORID%3A11&q="+kelime+"&sa=Ara#1014";
	}
	return false;
}