$(function(){
	(function(){
		$('#recentitems_bottom').each(function(){$(this).load('/api/recentitems/bottom');});
		$('#recentitems_right').each(function(){$(this).load('/api/recentitems/right');});
	})();
});
