document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'All-Star Game', 'url': 'http://comment.mlblogs.com/search?tag=All-Star%20Game&amp;blog_id=1023', 'rank': '6' },
	
		{ 'name': 'Arizona Diamondbacks Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Arizona%20Diamondbacks%20Rumors&amp;blog_id=1023', 'rank': '4' },
	
		{ 'name': 'Atlanta Braves Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Atlanta%20Braves%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Baltimore Orioles Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Baltimore%20Orioles%20Rumors&amp;blog_id=1023', 'rank': '4' },
	
		{ 'name': 'Bloggers', 'url': 'http://comment.mlblogs.com/search?tag=Bloggers&amp;blog_id=1023', 'rank': '6' },
	
		{ 'name': 'Boston Red Sox Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Boston%20Red%20Sox%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Chicago Cubs Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Chicago%20Cubs%20Rumors&amp;blog_id=1023', 'rank': '2' },
	
		{ 'name': 'Chicago White Sox Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Chicago%20White%20Sox%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Cincinnati Reds Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Cincinnati%20Reds%20Rumors&amp;blog_id=1023', 'rank': '5' },
	
		{ 'name': 'Cleveland Indians Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Cleveland%20Indians%20Rumors&amp;blog_id=1023', 'rank': '4' },
	
		{ 'name': 'Colorado Rockies Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Colorado%20Rockies%20Rumors&amp;blog_id=1023', 'rank': '4' },
	
		{ 'name': 'Detroit Tigers Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Detroit%20Tigers%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Florida Marlins Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Florida%20Marlins%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'History', 'url': 'http://comment.mlblogs.com/search?tag=History&amp;blog_id=1023', 'rank': '6' },
	
		{ 'name': 'Hot Stove', 'url': 'http://comment.mlblogs.com/search?tag=Hot%20Stove&amp;blog_id=1023', 'rank': '2' },
	
		{ 'name': 'Houston Astros Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Houston%20Astros%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Johan Santana Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Johan%20Santana%20Rumors&amp;blog_id=1023', 'rank': '5' },
	
		{ 'name': 'Kansas City Royals Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Kansas%20City%20Royals%20Rumors&amp;blog_id=1023', 'rank': '4' },
	
		{ 'name': 'Los Angeles Angels Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Los%20Angeles%20Angels%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Los Angeles Dodgers Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Los%20Angeles%20Dodgers%20Rumors&amp;blog_id=1023', 'rank': '3' },
	
		{ 'name': 'Milwaukee Brewers Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Milwaukee%20Brewers%20Rumors&amp;blog_id=1023', 'rank': '5' },
	
		{ 'name': 'Minnesota Twins Rumors', 'url': 'http://comment.mlblogs.com/search?tag=Minnesota%20Twins%20Rumors&amp;blog_id=1023', 'rank': '4' },
	
		{ 'name': 'Miscellaneous', 'url': 'http://comment.mlblogs.com/search?tag=Miscellaneous&amp;blog_id=1023', 'rank': '5' },
	
		{ 'name': 'Mitchell Report', 'url': 'http://comment.mlblogs.com/search?tag=Mitchell%20Report&amp;blog_id=1023', 'rank': '5' },
	
		{ 'name': 'Mitchell Report Names', 'url': 'http://comment.mlblogs.com/search?tag=Mitchell%20Report%20Names&amp;blog_id=1023', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');