if(typeof PurpleParrot == "undefined") PurpleParrot={};
if(typeof PurpleParrot.Storefront == "undefined") PurpleParrot.Storefront={};
if(typeof PurpleParrot.Storefront.WebUI == "undefined") PurpleParrot.Storefront.WebUI={};
if(typeof PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew == "undefined") PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew={};
PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew_class = function() {};
Object.extend(PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadWhatsNewRecord: function(WhatsNewId) {
		return this.invoke("LoadWhatsNewRecord", {"WhatsNewId":WhatsNewId}, this.LoadWhatsNewRecord.getArguments().slice(1));
	},
	url: '/ajaxpro/PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew,PurpleParrot.Storefront.WebUI.ashx'
}));
PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew = new PurpleParrot.Storefront.WebUI.WhatsNew_WhatsNew_class();

