

// import
// ----------------------------------------------------------------------- //

$(function(){

	var timekey = (new Date()).getTime();

	var data_file = "../info/support/topics.dat?" + timekey;
	$("#infoArea").load(data_file);

});



// png fix
// ----------------------------------------------------------------------- //

$(function(){
     $("#content .cNav li.new a").pngfix();
});

