Ext.onReady(function(){
	var updateContent = new Ext.UpdateManager('count');
	updateContent.update({
		url: "dataQuery.aspx?fn=count",
		method: 'POST',
		text: '載入中...',
		nocache: true,
		scripts: true	
	});
});