document.write('<div class="sidebar-module" id="tag-cloud-module">' +
'	<h5>Tag Cloud</h5>');
	var tagCloud = [
	
		{ 'name': 'Geoff\'s Gooey Photos photo gallery', 'url': 'http://comment.mlblogs.com/search?tag=Geoff%27s%20Gooey%20Photos%20photo%20gallery&amp;blog_id=285', 'rank': '5' },
	
		{}
	];
	if (tagCloud.length > 0) {
		document.write(writeTags());
	}
document.write('</div>');