$(document).ready(function(){ 

	
	$('#top').load('../top_menu.html');
	$('#footer').load('../footer.html');
	
	$('#top_main').load('top_menu_main.html');
	$('#footer_main').load('footer_main.html');
	
});
