document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Ballgames', 'url': 'http://comment.mlblogs.com/search?tag=Ballgames&amp;blog_id=620', 'rank': '5' },
	
		{ 'name': 'Behind the Numbers', 'url': 'http://comment.mlblogs.com/search?tag=Behind%20the%20Numbers&amp;blog_id=620', 'rank': '6' },
	
		{ 'name': 'Hall of Fame', 'url': 'http://comment.mlblogs.com/search?tag=Hall%20of%20Fame&amp;blog_id=620', 'rank': '6' },
	
		{ 'name': 'History and Tributes', 'url': 'http://comment.mlblogs.com/search?tag=History%20and%20Tributes&amp;blog_id=620', 'rank': '6' },
	
		{ 'name': 'Hot Stove', 'url': 'http://comment.mlblogs.com/search?tag=Hot%20Stove&amp;blog_id=620', 'rank': '5' },
	
		{ 'name': 'Players', 'url': 'http://comment.mlblogs.com/search?tag=Players&amp;blog_id=620', 'rank': '1' },
	
		{ 'name': 'Teams', 'url': 'http://comment.mlblogs.com/search?tag=Teams&amp;blog_id=620', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');