document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Behind the scenes at the World Baseball Classic photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Behind%20the%20scenes%20at%20the%20World%20Baseball%20Classic%20photo%20gallery&amp;blog_id=628', 'rank': '1' },
	
		{ 'name': 'International Baseball', 'url': 'http://comment.mlblogs.com/search?tag=International%20Baseball&amp;blog_id=628', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');