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

// Wallis and Futuna

function location_province_list_wf() {
  return array('A' => "Alo",
    'S' => "Sigave",
    'W' => "Wallis");
}
