document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Ballgames', 'url': 'http://comment.mlblogs.com/search?tag=Ballgames&amp;blog_id=1237', 'rank': '6' },
	
		{ 'name': 'Baseball Collectibles (Not For Sale) photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Baseball%20Collectibles%20%28Not%20For%20Sale%29%20photo%20gallery&amp;blog_id=1237', 'rank': '2' },
	
		{ 'name': 'Brian Giles', 'url': 'http://comment.mlblogs.com/search?tag=Brian%20Giles&amp;blog_id=1237', 'rank': '6' },
	
		{ 'name': 'Jackalope Auction photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Jackalope%20Auction%20photo%20gallery&amp;blog_id=1237', 'rank': '1' },
	
		{ 'name': 'Padres', 'url': 'http://comment.mlblogs.com/search?tag=Padres&amp;blog_id=1237', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');