addNamespace("RunTheme");
RunTheme_class = Class.create();
RunTheme_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/RunTheme,App_Web_runtheme.aspx.cdcab7d2.ashx";
	}
})
RunTheme = new RunTheme_class();


