function loadfootxml(xml){
	$.get(xml,function(data){
	$("#foot_link").attr("href",$(data).find('foot').find('link').text());		
	})
}
