document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Photo Courtesy of Brian Fleming Photography', 'url': 'http://comment.mlblogs.com/search?tag=Photo%20Courtesy%20of%20Brian%20Fleming%20Photography&amp;blog_id=591', 'rank': '6' },
	
		{ 'name': 'Road to Beijing-Good Luck Beijing-Aug. 16-23, 2007 photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Road%20to%20Beijing-Good%20Luck%20Beijing-Aug.%2016-23%2C%202007%20photo%20gallery&amp;blog_id=591', 'rank': '1' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');