
$(function(){

	var timekey = (new Date()).getTime();
	var data_file = "topics/topics.dat?" + timekey;
	$("#topics").load(data_file);

});
