/**
 * Setup our custom taxonomy registration and custom metabox registration
 *
 */
function jtsternberg_taxonomies_register()
{
    jtsternberg_taxonomies();
    jtsternberg_orientation_select_metabox();
}
/**
 * Setup our custom taxonomy registration and custom metabox registration
 *
 */
function jtsternberg_taxonomies_register()
{
    jtsternberg_taxonomies('Orientation', 'Orientation', array('post'));
    jtsternberg_orientation_select_metabox();
}