//	function aramayaYaziyiYerlestir()
//	{
//		setTimeout("yaziyiHazirla()",6000);
//	}	

	function kirmizi()
	{
		var obj=document.getElementById('WLSearchBoxInput');
		obj.style.backgroundColor="Red";
		obj.style.border='solid 1px Red';
		obj.style.color='White';		
		if(obj.value=='Lütfen aramak istediğiniz kelimeleri yazın')
		{
			obj.value='';		
		}		
	}
	
	function mavi()
	{
		var obj=document.getElementById('WLSearchBoxInput');
		obj.style.backgroundColor="#4887be";
		obj.style.border='solid 1px #4887be';
		obj.style.color='White';
		
	}
	
	function getirr()
	{
	    var obj=document.getElementById('WLSearchBoxInput');
		window.location.href='arama.aspx?aramaBlogu='+obj.value;
		
	}
	
