/* To unminify this script, go to http://www.kevadamson.com/assets/scripts/blog.js?nomin=1 */
$(document).ready(function(){$("#reorder").bind("change",sortBy);$("#ppp").bind("change",postPerPage)});function sortBy(){window.location.href=window.location.pathname+"?reorder="+this.value}function postPerPage(){window.location.href=window.location.pathname+"?ppp="+this.value};
