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

// British Indian Ocean Territory

function location_province_list_io() {
  return array('PB' => "Peros Banhos",
    'SI' => "Salomon Islands",
    'NI' => "Nelsons Island",
    'TB' => "Three Brothers",
    'EA' => "Eagle Islands",
    'DI' => "Danger Island",
    'EG' => "Egmont Islands",
    'DG' => "Diego Garcia");
}
