addNamespace("TSSinone_index");
TSSinone_index_class = Class.create();
TSSinone_index_class.prototype = (new AjaxPro.Request()).extend({
	GetUpdateInfo: function(pdid, callback) {
		return this.invoke("GetUpdateInfo", {"pdid":pdid}, callback);
	},
	initialize: function() {
		this.url = "/edu_note_wj/ajaxpro/TSSinone_index,App_Web_index.aspx.43c05d49.ashx";
	}
})
TSSinone_index = new TSSinone_index_class();

