	$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		continuous: true 
	});
});

 function img_selGoods_type(){
				location.href="./?op=goods_sel&func=type_sel&age="+$("#age").val()+"&zy="+$("#zy").val()+"&hab="+$("#hab").val();   
			 }


