// お知らせ欄の表示
$(function(){
	$.ajaxSetup({cache: false});
	$("#sysInfo").load("/pipa3/SystemInfo.htm");
});
