/**
 * return ajax handle name
 * @return string
 */
function hw_get_ajax_handle()
{
    return HW_HOANGWEB::get_active_ajax_handle();
}