if(typeof RnD == "undefined") RnD={};
if(typeof RnD.Global == "undefined") RnD.Global={};
RnD.Global_class = function() {};
Object.extend(RnD.Global_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRelatedLinks: function(ItemID) {
		return this.invoke("GetRelatedLinks", {"ItemID":ItemID}, this.GetRelatedLinks.getArguments().slice(1));
	},
	url: '/ajaxpro/RnD.Global,RnDSite_deploy.ashx'
}));
RnD.Global = new RnD.Global_class();


