var feedback = function(data){
	if(!data.success) alert(data.msg);else{alert("Your advice has been successfully submitted information！");location.reload();}
}
$(function(){
	$('div[@jCarouselLite="true"]').jCarouselLite({
		auto     : 2000,
		speed    : 2000,
		visible  : 3,
		scroll   : 1
	});
	$.float({style:5});
});