	$(function() {
		$('<div id="header_info" />').load(
			'index.html #header_wrap', 
			function() {
				$(this).appendTo('.header');
				anylinkmenu.trueinit("menuanchorclass");
			}
		);	
	});

	$(function() {
		$('<div id="footer_info" />').load(
			'index.html #footer_wrap',
			function() {
				$(this).appendTo('.footer2');
			}
		);	
	});

