$(function(){
/*
	$("#news_area").load("top_news.html");
	$("#seminar_area").load("top_seminar.html");
*/
	$("#news_area").load("news/index.html table");
	$("#seminar_area").load("seminar/index.html table");
});
