$(document).ready(function(){
	$.get('/xhr/index/case/footerlinks/',{},function(data){
		$("#footerlinks").html(data);
	});
});

