﻿$(document).ready( function() {
	//$('#navigation').load('../base/navigation.html');
	$('#sidebar').load('../base/sidebar.html');
	$('#footer').load('../base/footer.html');
});

