function orderby(sel) {
	location.href = "http://" + sel.options[sel.selectedIndex].value;
}