$router_item = db_query_range('SELECT * FROM {menu_router} WHERE path IN (:ancestors) ORDER BY fit DESC', 0, 1, array(':ancestors' => $ancestors))->fetchAssoc();
$router_item=db_query_range('SELECT * FROM {menu_router} WHERE path IN (:ancestors) ORDER BY fit DESC',0,1,array(':ancestors'=>$ancestors))->fetchAssoc();
if($router_item){
// Allow modules to alter the router item before it is translated and