function buscar()
{
	str = document.getElementById("k").value;
	location.href="http://www.tudoagora.com.br/busca/"+str+".html";
}