if(typeof MCTests == "undefined") MCTests={};
if(typeof MCTests.Web == "undefined") MCTests.Web={};
if(typeof MCTests.Web.Controls == "undefined") MCTests.Web.Controls={};
if(typeof MCTests.Web.Controls.sources == "undefined") MCTests.Web.Controls.sources={};
MCTests.Web.Controls.sources_class = function() {};
Object.extend(MCTests.Web.Controls.sources_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddLink: function(LinkId) {
		return this.invoke("AddLink", {"LinkId":LinkId}, this.AddLink.getArguments().slice(1));
	},
	url: '/ajaxpro/MCTests.Web.Controls.sources,MCTests.Web.ashx'
}));
MCTests.Web.Controls.sources = new MCTests.Web.Controls.sources_class();

