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=data&link_url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fhazzelnutz%2F%7E3%2Fc_ZB3CUDxWs%2Fcara-mengembalikan-data-yang-hilang.html&feed_url=http%3A%2F%2Fhazzelnutz.blogspot.com%2Ffeeds%2Fposts%2Fdefault' title='CARA MENGEMBALIKAN DATA YANG HILANG'>data</a></span> ");document.write("<span style='font-size: 0.96em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=memperbaiki&link_url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fhazzelnutz%2F%7E3%2Fn_RrHnjCk-c%2Fmemperbaiki-exe-error-association.html&feed_url=http%3A%2F%2Fhazzelnutz.blogspot.com%2Ffeeds%2Fposts%2Fdefault' title='Memperbaiki EXE error association'>memperbaiki</a></span> ");document.write("<span style='font-size: 0.88em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=tips&link_url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fhazzelnutz%2F%7E3%2FbGffTKP6gXk%2Ftips-merawat-flash-disk.html&feed_url=http%3A%2F%2Fhazzelnutz.blogspot.com%2Ffeeds%2Fposts%2Fdefault' title='Tips Merawat Flash Disk'>tips</a></span> ");document.write("<span style='font-size: 0.8em'><a class='makecloud_link' href='http://www.makecloud.com/redirect.php?tag=excel&link_url=http%3A%2F%2Ffeedproxy.google.com%2F%7Er%2Fhazzelnutz%2F%7E3%2FE_faqCNesi0%2Fjebol-excel.html&feed_url=http%3A%2F%2Fhazzelnutz.blogspot.com%2Ffeeds%2Fposts%2Fdefault' title='Jebol Excel'>excel</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("");