if(typeof AjaxHelper == "undefined") AjaxHelper={};
AjaxHelper_class = function() {};
Object.extend(AjaxHelper_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(iProductInstanceID, bSizeSelected) {
		return this.invoke("GetData", {"iProductInstanceID":iProductInstanceID, "bSizeSelected":bSizeSelected}, this.GetData.getArguments().slice(2));
	},
	url: '/ajaxpro/Fuse8.Websites.StormWatches.US.Web.UI.AjaxHelper,Fuse8.Websites.StormWatches.US.Web.ashx'
}));
AjaxHelper = new AjaxHelper_class();

