function jump_to_cat(item, url)
{
	window.location = url+"/category/"+item.value;
}