function redirect(forma){
    valor=forma.elements["q"].value;
	window.open("http://www.google.com/search?q="+valor);
}
