function src_ctrl(){	
if (document.getElementById("txt_search").value == ""){
	window.alert("Site İçinde Arama Yapmak İçin Bir Kelime veya Cümle Yazınız.")
	document.getElementById("txt_search").focus();
	return false;
}
return true;	
}
