function prefecture_search(obj){
	var index = obj[obj.selectedIndex].value;
	if(index == 0) location.href = "recruit_detail.php";
	location.href = location.href.split("#")[0].split("?")[0] + "?q=" + index;
}

