public static function get_instance() { if (null == self::$instance) { self::$instance = new self(); } return self::$instance; }
function Maera() { return Maera::get_instance(); }