function carregaPagina(){
	if (document.getElementById('xquestao').value != '') 
	{
		window.location = document.getElementById('xquestao').value;
	}
}