
function saveTagCloudStats(url, params) {
	
	jQuery.ajax({
		type: "GET",
		async: false,
		url: url,
		data: params
	 });

}

