if(typeof DecoPac == "undefined") DecoPac={};
if(typeof DecoPac.AjaxEntry == "undefined") DecoPac.AjaxEntry={};
DecoPac.AjaxEntry_class = function() {};
Object.extend(DecoPac.AjaxEntry_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	HomepagePageLoad: function() {
		return this.invoke("HomepagePageLoad", {}, this.HomepagePageLoad.getArguments().slice(0));
	},
	url: '/ajaxpro/DecoPac.AjaxEntry,DecoPacSite_deploy.ashx'
}));
DecoPac.AjaxEntry = new DecoPac.AjaxEntry_class();


