$(".tag_cloud").tagcloud({
	height: null,
	type: "list",
	sizemax: 20,
	sizemin: 10,
	colormax: "ffaa01",
	colormin: "ff8400",
	seed: null,
	power: 0.5
});