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