function loadPage(list) {

  location.href='/admin/article/category/'+list.options[list.selectedIndex].value

}

