
$(function(){

	var timekey = (new Date()).getTime();

	var data_file = "../news/shirubenist_topics.dat?" + timekey;
	$("#topicsBox").load(data_file);

});
