function sortuj() {
	sel = $("#sort option:selected").val();
	window.location.href=homeUrl+"wyszukaj/1/"+sel+".html";
}

