	$(document).ready(function(){
		$.get('menu.htm', function(data) {
				$('#menudiv').html(data);
		});
	});
