$.ajaxSetup({
	cache: false
});

$(function(){
	$("#update_news").load("./data/update_news.txt");
	$("#update_history").load("./data/update_history.txt");
	$("#update_movie").load("./data/update_movie.txt");
	$("#update_cast").load("./data/update_cast.txt");
	$("#update_profile").load("./data/update_profile.txt");
	$("#update_band").load("./data/update_band.txt");
	$("#update_rara").load("./data/update_rara.txt");
	$("#update_lobby").load("./data/update_lobby.txt");
	$("#update_link").load("./data/update_link.txt");
	$("#update_keiko").load("./data/update_keiko.txt");
	$("#update_comment").load("./data/update_comment.txt");
});
