if(typeof SeaStar == "undefined") SeaStar={};
if(typeof SeaStar.Modules == "undefined") SeaStar.Modules={};
if(typeof SeaStar.Modules.SocialBookmarks == "undefined") SeaStar.Modules.SocialBookmarks={};
if(typeof SeaStar.Modules.SocialBookmarks.AjaxDotNet == "undefined") SeaStar.Modules.SocialBookmarks.AjaxDotNet={};
SeaStar.Modules.SocialBookmarks.AjaxDotNet_class = function() {};
Object.extend(SeaStar.Modules.SocialBookmarks.AjaxDotNet_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AllocatePoints: function(stype, userid, tabid, CampaignPK, PID) {
		return this.invoke("AllocatePoints", {"stype":stype, "userid":userid, "tabid":tabid, "CampaignPK":CampaignPK, "PID":PID}, this.AllocatePoints.getArguments().slice(5));
	},
	url: '/ajaxpro/SeaStar.Modules.SocialBookmarks.AjaxDotNet,SocialBookmarks.ashx'
}));
SeaStar.Modules.SocialBookmarks.AjaxDotNet = new SeaStar.Modules.SocialBookmarks.AjaxDotNet_class();

