<?php
// $Id $

// Isle of Man
// See http://www.statoids.com/uim.html

function location_province_list_im() {
  return array(
    'AY' => 'Ayre',
    'GR' => 'Garff',
    'GB' => 'Glenfaba',
    'MC' => 'Michael',
    'MD' => 'Middle',
    'RU' => 'Rushen',
  );
}
