$(function(){
	$(document).ready(function(){
		$("#Information").load("./common/js/information.txt");
	});
});
