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

// Cocos (Keeling) Islands

function location_province_list_cc() {
  return array('D' => "Direction Island",
    'H' => "Home Island",
    'O' => "Horsburgh Island",
    'S' => "South Island",
    'W' => "West Island");
}
