// JavaScript Document
function checkform(){
	if(document.form.q.value == "")
	{
	alert(" Search Content??");
	return false;
	}
	}
