function trav_tour_get_country($tour_id) { return trav_post_get_location($tour_id, 'tour', 'country'); }
function trav_acc_get_country($acc_id) { return trav_post_get_location($acc_id, 'accommodation', 'country'); }