$(document).ready(function(){
	$("#tagcloud a").tagcloud({
			size: {start: 11, end: 18, unit: "pt"}, 
			color: {start: '#261900', end: '#FCA600'}
	}); 
	/*$.fn.tagcloud.defaults = {
			size: {start: 14, end: 18, unit: "pt"}, 
			color: {start: '#cde', end: '#f52'}
		};*/
});
