$(document).ready(function(){
	$.get("/common_new/tpl/footer.inc",function(html){
		$("body").append(html);
	});
});
