$(document).ready(function() {
	
	//$('li.leaf a').each(function(){
	//	if ($(this).html().indexOf("Blog") != -1) {
	//		$(this).append('<img src="/usercontent/new_nav_item.png" alt="new" />');
	//		}
	//});
	//$('li.last a').append('<img src="/usercontent/new_nav_item.png" alt="new" />');
});
