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