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

// American Samoa

function location_province_list_as() {
  return array('E' => "Eastern",
    'M' => "Manu'a",
    'R' => "Rose Island",
    'S' => "Swains Island",
    'W' => "Western");
}
