
// Topics
// ----------------------------------------------------------------------- //
$(function(){

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

	var data_file = "topics.php?" + timekey;
	$("#topics").load(data_file);

});
