document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Billy-Ball-Photos photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Billy-Ball-Photos%20photo%20gallery&amp;blog_id=71', 'rank': '4' },
	
		{ 'name': 'Sports', 'url': 'http://comment.mlblogs.com/search?tag=Sports&amp;blog_id=71', 'rank': '1' },
	
		{ 'name': 'Television', 'url': 'http://comment.mlblogs.com/search?tag=Television&amp;blog_id=71', 'rank': '6' },
	
		{ 'name': 'Web/Tech', 'url': 'http://comment.mlblogs.com/search?tag=Web%2FTech&amp;blog_id=71', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');