var param = {check_seek_help_interval: 5000,  get_raw_user_list_timer_interval: 10000};
function getParam(key) {
	return param[key];
}

