if(typeof WorksUnit == "undefined") WorksUnit={};
if(typeof WorksUnit.Faststream == "undefined") WorksUnit.Faststream={};
if(typeof WorksUnit.Faststream.InternalRecruitment == "undefined") WorksUnit.Faststream.InternalRecruitment={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website == "undefined") WorksUnit.Faststream.InternalRecruitment.Website={};
if(typeof WorksUnit.Faststream.InternalRecruitment.Website.Blog == "undefined") WorksUnit.Faststream.InternalRecruitment.Website.Blog={};
WorksUnit.Faststream.InternalRecruitment.Website.Blog._Default_class = function() {};
Object.extend(WorksUnit.Faststream.InternalRecruitment.Website.Blog._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RemoveBlog: function(Id) {
		return this.invoke("RemoveBlog", {"Id":Id}, this.RemoveBlog.getArguments().slice(1));
	},
	url: '/ajaxpro/WorksUnit.Faststream.InternalRecruitment.Website.Blog._Default,Website.ashx'
}));
WorksUnit.Faststream.InternalRecruitment.Website.Blog._Default = new WorksUnit.Faststream.InternalRecruitment.Website.Blog._Default_class();

