document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': '2008 WCC Basketball Tournament photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=2008%20WCC%20Basketball%20Tournament%20photo%20gallery&amp;blog_id=1038', 'rank': '3' },
	
		{ 'name': 'Petco Park 2004 photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Petco%20Park%202004%20photo%20gallery&amp;blog_id=1038', 'rank': '6' },
	
		{ 'name': 'Take a Peek New Mexico photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Take%20a%20Peek%20New%20Mexico%20photo%20gallery&amp;blog_id=1038', 'rank': '1' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');