function buscar()
{
	str = document.getElementById("busca_termo").value;
	location.href="http://localhost/jogos2009/busca/"+str;
}