function checkBacklink()
{
	try 
	{
		var as = document.getElementsByTagName('a');
	
		var foundBacklink = false;
		for(var i = 0; i < as.length; ++i)
		{
			if(as[i].innerHTML.length < 3) continue;
			
			if(		as[i].href == 'http://www.makecloud.com/' 
				|| 	as[i].href == 'http://www.makecloud.com/index.html'
				|| 	as[i].href == 'http://www.makecloud.com/backlinks_widget.html')
			{
				foundBacklink = true;
				break;
			}
		}
		
		if( !foundBacklink )
			document.getElementById('force_mc_backlink').innerHTML = "<a href='http://www.makecloud.com'> Make your own tag cloud! </a>";
		
	} catch (e) {}
}

try{setTimeout('checkBacklink()', 3000);}
catch(e){}

document.write("<span style='font-size: 1.04em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=saints%21&link_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F2010%2F02%2Fgo-saints%2F&feed_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F%3Ffeed%3Drss2' title='Go Saints!'>saints!</a></span> ");document.write("<span style='font-size: 1.4233333333333em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=south&link_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F2010%2F02%2Fthe-south-butt-answer-to-the-north-face%2F&feed_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F%3Ffeed%3Drss2' title='The South Butt Answer to the North Face'>south</a></span> ");document.write("<span style='font-size: 1.3566666666667em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=archers&link_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F2010%2F02%2Farchers-daniel-midland-abuses-copyright-law-to-censor-criticism%2F&feed_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F%3Ffeed%3Drss2' title='Archers Daniel Midland abuses copyright law to censor criticism ? corporations have the right to free speech, but not the people who criticize them?'>archers</a></span> ");document.write("<span style='font-size: 1.29em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=mark&link_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F2010%2F02%2Fmark-twain-on-invention%2F&feed_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F%3Ffeed%3Drss2' title='Mark Twain on invention'>mark</a></span> ");document.write("<span style='font-size: 1.2233333333333em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=trying&link_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F2010%2F02%2Ftrying-proposition-8-as-teachable-moment%2F&feed_url=http%3A%2F%2Fblogs.geniocity.com%2Ffriedman%2F%3Ffeed%3Drss2' title='Trying Proposition 8 as teachable moment'>trying</a></span> ");document.write("<span id='force_mc_backlink'></span> ");

//<!--document.write("<span style='font-size: .7em'><a class='makecloud_link' href='http://www.makecloud.com' title='Make your own tag cloud!'> Make your own tag cloud! </a></span>");-->;

document.write("");