<?php
// $Id: location.gh.inc,v 1.6 2008/01/24 09:00:03 bdragon Exp $

// Ghana

function location_province_list_gh() {
  return array('AS' => "Ashanti Region",
    'BA' => "Brong-Ahafo Region",
    'CE' => "Central Region",
    'EA' => "Eastern Region",
    'GA' => "Greater Accra Region",
    'NO' => "Northern Region",
    'UE' => "Upper East Region",
    'UW' => "Upper West Region",
    'VO' => "Volta Region",
    'WE' => "Western Region");
}
