if(typeof BiNusCareer == "undefined") BiNusCareer={};
if(typeof BiNusCareer.Web == "undefined") BiNusCareer.Web={};
if(typeof BiNusCareer.Web.Default == "undefined") BiNusCareer.Web.Default={};
BiNusCareer.Web.Default_class = function() {};
Object.extend(BiNusCareer.Web.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNews: function() {
		return this.invoke("GetNews", {}, this.GetNews.getArguments().slice(0));
	},
	GetEvents: function() {
		return this.invoke("GetEvents", {}, this.GetEvents.getArguments().slice(0));
	},
	GetCamHir: function() {
		return this.invoke("GetCamHir", {}, this.GetCamHir.getArguments().slice(0));
	},
	GetJobExpo: function() {
		return this.invoke("GetJobExpo", {}, this.GetJobExpo.getArguments().slice(0));
	},
	GetInternship: function() {
		return this.invoke("GetInternship", {}, this.GetInternship.getArguments().slice(0));
	},
	GetAP: function() {
		return this.invoke("GetAP", {}, this.GetAP.getArguments().slice(0));
	},
	SetNewsHitCounter: function(newsID) {
		return this.invoke("SetNewsHitCounter", {"newsID":newsID}, this.SetNewsHitCounter.getArguments().slice(1));
	},
	SetEventHitCounter: function(eventsID) {
		return this.invoke("SetEventHitCounter", {"eventsID":eventsID}, this.SetEventHitCounter.getArguments().slice(1));
	},
	url: '/ajaxpro/BiNusCareer.Web.Default,BiNusCareer.Web.ashx'
}));
BiNusCareer.Web.Default = new BiNusCareer.Web.Default_class();

