$(document).ready(function() {
	$.get('sidebar/sidebar.html', function(data) {
		  $('#sidebar-content').html(data);
		});
});
