function search()
{
	var select=document.getElementById("select").value;
	var input=document.getElementById("input").value;
	if(input=='')
	{
		alert("Inputing is not allowed null!");
		return false;
	}

	window.location.href="search.jsp?ItemID=1650&NewsID=1651&select="+select+"&input="+input+"";
}
/*function button(event)
{
	if(event.keyCode==13)
	{
		
		search();
	}
	
}*/
