function postRating(content_id,content_type,rating,divWhere){
	var xP='controller=postRating';
	xP = xP + '&content_id=' + content_id;
	xP = xP + '&content_type=' + content_type;
	xP = xP + '&rating=' + rating;
	xP = xP + '&divWhere=' + divWhere;
	goAJAX(divWhere+content_id,'engines/rating/rating.ajax.php',xP);
	}