function changeLimit(select) {
	document.location.href="./?limit="+select.value;
}

function changeOrder(select) {
	document.location.href="./?order="+select.value;
}