document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Around the League', 'url': 'http://comment.mlblogs.com/search?tag=Around%20the%20League&amp;blog_id=152', 'rank': '4' },
	
		{ 'name': 'Book Club', 'url': 'http://comment.mlblogs.com/search?tag=Book%20Club&amp;blog_id=152', 'rank': '6' },
	
		{ 'name': 'Completely Random Thoughts', 'url': 'http://comment.mlblogs.com/search?tag=Completely%20Random%20Thoughts&amp;blog_id=152', 'rank': '3' },
	
		{ 'name': 'Coors Field', 'url': 'http://comment.mlblogs.com/search?tag=Coors%20Field&amp;blog_id=152', 'rank': '5' },
	
		{ 'name': 'Hot Stove', 'url': 'http://comment.mlblogs.com/search?tag=Hot%20Stove&amp;blog_id=152', 'rank': '3' },
	
		{ 'name': 'Minor Leagues', 'url': 'http://comment.mlblogs.com/search?tag=Minor%20Leagues&amp;blog_id=152', 'rank': '6' },
	
		{ 'name': 'Naming the No-Names', 'url': 'http://comment.mlblogs.com/search?tag=Naming%20the%20No-Names&amp;blog_id=152', 'rank': '4' },
	
		{ 'name': 'News Roundups', 'url': 'http://comment.mlblogs.com/search?tag=News%20Roundups&amp;blog_id=152', 'rank': '2' },
	
		{ 'name': 'Recaps', 'url': 'http://comment.mlblogs.com/search?tag=Recaps&amp;blog_id=152', 'rank': '1' },
	
		{ 'name': 'Series Previews', 'url': 'http://comment.mlblogs.com/search?tag=Series%20Previews&amp;blog_id=152', 'rank': '3' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');