$(function() {
	$('ul.jd_menu').jdMenu();
	$("a.lightbox").lightBox({fixedNavigation:true});
	
	$('img').error(function(){$(this).hide()});
	
	$('.update_views').click(function() {
		var menu_id = $(this).attr("menu_id");
		$.post
		(
			"update_views_ajax.php",
			{menu_id: menu_id,type:'menu'},
			function(){}
		);
	});
	
})
