function add_fitzgraham_objects_and_taxonomy()
{
    add_new_object('Events');
    add_new_object('Partners');
    add_new_object('People');
    add_new_taxonomy('Status', array('People', 'Partners'));
    //add_new_object('Prices');
}
function add_fitzgraham_objects_and_taxonomy()
{
    add_new_object('project');
    /*
    	add_new_taxonomy('Elements', 'Program');
    	
    	add_new_taxonomy('Partners', array('People','Partners'));*/
    //add_new_object('Prices');
}
function add_4x4_objects_and_taxonomy()
{
    add_new_object('project');
    //add_new_object('Prices');
}
function add_fitzgraham_objects_and_taxonomy()
{
    add_new_object('Volunteer');
    add_new_object('Program');
    add_new_object('Books');
    add_new_taxonomy('Elements', 'Program');
    add_new_object('Artists');
    add_new_object('Events');
    add_new_object('Venues');
    add_new_object('Partners');
    add_new_object('People');
    add_new_taxonomy('Partners', array('People', 'Partners'));
    //add_new_object('Prices');
}