function Orderna()
{
	var ordena = document.getElementById('ordenar').value;
	window.location.href = "/light.php?ordem="+ordena;
}