//this part changes the pagination
function autoSubmit() {
  document.getElementById("items_per_page").onchange = function () { document.getElementById("category_pagination").submit(); }
} //end function
addLoadEvent(autoSubmit);