Function getLatestZenpageComments
Gets latest comments for news articles and pages
		
		Package: plugins\zenpage
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/zenpage/zenpage-template-functions.php
	
	Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/zenpage/zenpage-template-functions.php
integer | 
		$number | 
		how many comments you want. | 
string | 
		$type = "all" | 
		<p>"all" for all latest comments for all news articles and all pages "news" for the lastest comments of one specific news article "page" for the lastest comments of one specific page</p> | 
integer | 
		$itemID = "" | 
		the ID of the element to get the comments for if $type != "all" |