// Copyright (c) 2008 Synology Inc. All rights reserved.
MODULE_STATISTICAL_DATA=function(_1,_2){MODULE_STATISTICAL_DATA.superclass.constructor.call(this,_1,_2);var _3=SYNOBLOG_COLUMN_CENTRAL.instance();_3.on("article_update",this.updateModuleContent,this);_3.on("comment_update",this.updateModuleContent,this);};Ext.extend(MODULE_STATISTICAL_DATA,SYNOBLOG_MODULE,{updateModuleContent:function(){var _4=Ext.get(this.div_id+"_content");if(_4!=null){var _5=_4.getUpdateManager();_5.update("modules/statistical_data.php","action=get_module_content");}}});SYNOBLOG.instance().registerModule("statistical_data",0,MODULE_STATISTICAL_DATA);