$(function(){
	$.ajax({
		url: "common/wp_get.php",
		type: "POST",
		data: "orgblog",
		success: function(wp_get){
			$("#blog_ttl").html(wp_get);
		}
	});
});
