
// transform a couple of nested category lists into tree things
$(document).ready(function(){
	$("#jbe_cats_tree").treeview({ collapsed: true });
	$("#jbe_locs_tree").treeview({ collapsed: true });
});

