/***************************************
 * (c)ウェブシステムズ
 * http://www.websystems.jp/
 ***************************************/

$(function() {
	$.ajax({
		type: "GET",
		url: "./",
		data: "action=top-syamail",
		dataType: "html",
		success: function(res){
			$('.diary-top').html(res);
		}
	});
});
