<?php
// $Id: location.ky.inc,v 1.6.4.1 2009/02/04 20:04:10 bdragon Exp $

// Cayman Islands

function location_province_list_ky() {
  return array('CR' => "Creek",
    'EA' => "Eastern",
    'ML' => "Midland",
    'ST' => "South Town",
    'SP' => "Spot Bay",
    'SK' => "Stake Bay",
    'WD' => "West End",
    'WN' => "Western");
}
