document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': '06 Season photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=06%20Season%20photo%20gallery&amp;blog_id=876', 'rank': '1' },
	
		{ 'name': 'Sox @ Twins photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Sox%20%40%20Twins%20photo%20gallery&amp;blog_id=876', 'rank': '6' },
	
		{ 'name': 'SoxFest photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=SoxFest%20photo%20gallery&amp;blog_id=876', 'rank': '5' },
	
		{ 'name': 'Spring Training photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Spring%20Training%20photo%20gallery&amp;blog_id=876', 'rank': '3' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');