function homeNews() {
	if ($("news")) {
		callAction(new Array("G",homeNewsDone,"/_interno/homenews.php","","T"))	
	}
}
function homeNewsDone(m,x,n,f) {
	if (m) {
		$("news").innerHTML=x
	}
}
