$(function(){

$.get("getData.cgi", function(data){
	$("div.calArea h3").after($(data))
});

})