

// import
// ----------------------------------------------------------------------- //

$(function(){

	var timekey = (new Date()).getTime();

	var message_file = "../../about/staffblog/message/club.dat?" + timekey;
	$("#messageArea").load(message_file);

});
