document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'AFL', 'url': 'http://comment.mlblogs.com/search?tag=AFL&amp;blog_id=43151', 'rank': '6' },
	
		{ 'name': 'Astros', 'url': 'http://comment.mlblogs.com/search?tag=Astros&amp;blog_id=43151', 'rank': '6' },
	
		{ 'name': 'Drew Sutton', 'url': 'http://comment.mlblogs.com/search?tag=Drew%20Sutton&amp;blog_id=43151', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');