// 検索ボックス表示

j$(function(){
	j$.ajaxSetup({cache: false});
	j$("#sysInfo").load("/SystemInfo.htm");
});
