document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Awards', 'url': 'http://comment.mlblogs.com/search?tag=Awards&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'Coaches', 'url': 'http://comment.mlblogs.com/search?tag=Coaches&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'Coaching', 'url': 'http://comment.mlblogs.com/search?tag=Coaching&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'Fans', 'url': 'http://comment.mlblogs.com/search?tag=Fans&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'General Managers', 'url': 'http://comment.mlblogs.com/search?tag=General%20Managers&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'Hall of Fame', 'url': 'http://comment.mlblogs.com/search?tag=Hall%20of%20Fame&amp;blog_id=1004', 'rank': '5' },
	
		{ 'name': 'History and Tributes', 'url': 'http://comment.mlblogs.com/search?tag=History%20and%20Tributes&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'Hot Stove', 'url': 'http://comment.mlblogs.com/search?tag=Hot%20Stove&amp;blog_id=1004', 'rank': '1' },
	
		{ 'name': 'Houston Astros photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Houston%20Astros%20photo%20gallery&amp;blog_id=1004', 'rank': '4' },
	
		{ 'name': 'Opening Day', 'url': 'http://comment.mlblogs.com/search?tag=Opening%20Day&amp;blog_id=1004', 'rank': '5' },
	
		{ 'name': 'Spring Training', 'url': 'http://comment.mlblogs.com/search?tag=Spring%20Training&amp;blog_id=1004', 'rank': '5' },
	
		{ 'name': 'Winter Baseball', 'url': 'http://comment.mlblogs.com/search?tag=Winter%20Baseball&amp;blog_id=1004', 'rank': '6' },
	
		{ 'name': 'World Series', 'url': 'http://comment.mlblogs.com/search?tag=World%20Series&amp;blog_id=1004', 'rank': '4' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');