var g_result_info;

function fetch_result(json)
{
	if (json == "" ) return 0;
	
	eval("g_result_info =" + json);
	return 1;
    
}