function pref_selector()
{
    var location_url = $('select#pref_select').val();
    location.href = location_url;
}
