addNamespace("Run");
Run_class = Class.create();
Run_class.prototype = (new AjaxPro.Request()).extend({
	addbookmart: function(sendid, contact, sid, pageindex, callback) {
		return this.invoke("addbookmart", {"sendid":sendid, "contact":contact, "sid":sid, "pageindex":pageindex}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Run,App_Web_run.aspx.cdcab7d2.ashx";
	}
})
Run = new Run_class();


