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.64em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=north&link_url=http%3A%2F%2Findonesiadiving.blogspot.com%2F2008%2F05%2Fnorth-sulawesi-lembeh-strait.html&feed_url=http%3A%2F%2Findonesiadiving.blogspot.com%2Frss.xml' title='North Sulawesi - Lembeh Strait - Dive Site'>north</a></span> ");document.write("<span style='font-size: 1.5828571428571em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=buoyancy&link_url=http%3A%2F%2Findonesiadiving.blogspot.com%2F2008%2F05%2Fbcd-buoyancy-control-device.html&feed_url=http%3A%2F%2Findonesiadiving.blogspot.com%2Frss.xml' title='BCD (Buoyancy Control Device)'>buoyancy</a></span> ");document.write("<span style='font-size: 1.5257142857143em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=bunaken&link_url=http%3A%2F%2Findonesiadiving.blogspot.com%2F2008%2F05%2Fbunaken-dive-sites-north-sulawesi.html&feed_url=http%3A%2F%2Findonesiadiving.blogspot.com%2Frss.xml' title='Bunaken Dive Sites - North Sulawesi'>bunaken</a></span> ");document.write("<span style='font-size: 1.4685714285714em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=raja&link_url=http%3A%2F%2Findonesiadiving.blogspot.com%2F2008%2F05%2Fraja-ampat-diving-sites-cape-kri.html&feed_url=http%3A%2F%2Findonesiadiving.blogspot.com%2Frss.xml' title='Raja Ampat Diving Sites - Cape Kri'>raja</a></span> ");document.write("<span style='font-size: 1.4114285714286em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=irian&link_url=http%3A%2F%2Findonesiadiving.blogspot.com%2F2008%2F05%2Firian-jaya-diving-raja-ampat-sites.html&feed_url=http%3A%2F%2Findonesiadiving.blogspot.com%2Frss.xml' title='Irian Jaya Diving - Raja Ampat Sites'>irian</a></span> ");document.write("<span style='font-size: 1.3542857142857em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=alor&link_url=http%3A%2F%2Findonesiadiving.blogspot.com%2F2008%2F05%2Falor-island-diving-travel-guides.html&feed_url=http%3A%2F%2Findonesiadiving.blogspot.com%2Frss.xml' title='Alor Island Diving &amp; Travel Guides'>alor</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("");