'); $End = strpos(substr($GroupPage,$Start),""); $Description = substr($GroupPage,$Start,$End); $Description = substr($Description,strlen('
'));
	$JSON = array(
		GroupId => $GroupId,
		GroupDescription => $Description
	);
  
  	echo json_encode($JSON);
?>