if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	xLogClickLinkTime: function(xModule, xDataID, xLinkID) {
		return this.invoke("xLogClickLinkTime", {"xModule":xModule, "xDataID":xDataID, "xLinkID":xLinkID}, this.xLogClickLinkTime.getArguments().slice(3));
	},
	xLogDownloadTime: function(xModule, xDataID, xFileID) {
		return this.invoke("xLogDownloadTime", {"xModule":xModule, "xDataID":xDataID, "xFileID":xFileID}, this.xLogDownloadTime.getArguments().slice(3));
	},
	url: '/ajaxpro/VSCC.ContentDetail,VSCC.ashx'
}));
Ajax = new Ajax_class();


