Scott wrote:
$items['a_module/js/%'] = array( 'page callback' => 'a_module_search_js', 'page arguments' => array(2), 'type' => MENU_CALLBACK, );
You need to supply the access callback and/or access arguments. You could simply add 'access callback' => TRUE if you want everyone accessing it all the time.