// JavaScript Document
jQuery(function(){			
	jQuery(".nav li:last").css("background","none");
	//图片延迟加载
	jQuery(".content img").lazyload({ 
		placeholder : "/Templets/style/loading.gif",   
		effect : "fadeIn" 
	}); 
})
