$(document).ready(function() {
	try {
		$("#topNavigation > ul").jdMenu();
		$("#recentItems").innerfade({ 
			animationtype: 'fade', 
			speed: 1000, 
			timeout: 5000, 
			containerheight: '9em' 
		}); 
	} catch(e) {};
});
