function checkit(){
	if (document.getElementById("query_index").value == "Enter placename"){
	alert("Please enter location");
	return false;
	}
}