document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Animations', 'url': 'http://comment.mlblogs.com/search?tag=Animations&amp;blog_id=526', 'rank': '4' },
	
		{ 'name': 'Audio Skits', 'url': 'http://comment.mlblogs.com/search?tag=Audio%20Skits&amp;blog_id=526', 'rank': '4' },
	
		{ 'name': 'DA BRONX BOMBERS photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=DA%20BRONX%20BOMBERS%20photo%20gallery&amp;blog_id=526', 'rank': '1' },
	
		{ 'name': 'PICK ME! MEMOIRS OF THE LITTLE LEAGUE', 'url': 'http://comment.mlblogs.com/search?tag=PICK%20ME%21%20MEMOIRS%20OF%20THE%20LITTLE%20LEAGUE&amp;blog_id=526', 'rank': '4' },
	
		{ 'name': 'Podcasts', 'url': 'http://comment.mlblogs.com/search?tag=Podcasts&amp;blog_id=526', 'rank': '3' },
	
		{ 'name': 'Video Broadcasts', 'url': 'http://comment.mlblogs.com/search?tag=Video%20Broadcasts&amp;blog_id=526', 'rank': '6' },
	
		{ 'name': 'Video Skits', 'url': 'http://comment.mlblogs.com/search?tag=Video%20Skits&amp;blog_id=526', 'rank': '6' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');