function myGetPageName($aliasorid)
 {
     $obj = ContentManager::LoadPageFromAlias($aliasorid);
     return $obj->Name();
 }