/**
  * Get reading of a page
  *
  * @access public
  * @static
  * @param string $page pagename
  * @return string reading
  * @uses sonots::get_readings
  */
 function reading($page)
 {
     $readings = sonots::get_readings((array) $page);
     return current($readings);
 }