if(typeof RenderPage == "undefined") RenderPage={};
RenderPage_class = function() {};
Object.extend(RenderPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToCart: function(intStoreID, strStoreCustomerOrderGUID, strStoreCustomerGUID, strSourceID, intItemID, intQuantity, dblPrice, strItemOptions) {
		return this.invoke("AddToCart", {"intStoreID":intStoreID, "strStoreCustomerOrderGUID":strStoreCustomerOrderGUID, "strStoreCustomerGUID":strStoreCustomerGUID, "strSourceID":strSourceID, "intItemID":intItemID, "intQuantity":intQuantity, "dblPrice":dblPrice, "strItemOptions":strItemOptions}, this.AddToCart.getArguments().slice(8));
	},
	SendViral: function(intStoreID, strStoreCustomerGUID, strViralType, strFromName, strFromEmail, strToName, strToEmail, strNote, intItemID, strRootURL) {
		return this.invoke("SendViral", {"intStoreID":intStoreID, "strStoreCustomerGUID":strStoreCustomerGUID, "strViralType":strViralType, "strFromName":strFromName, "strFromEmail":strFromEmail, "strToName":strToName, "strToEmail":strToEmail, "strNote":strNote, "intItemID":intItemID, "strRootURL":strRootURL}, this.SendViral.getArguments().slice(10));
	},
	AddItemToWishList: function(intItemID, strWishListGUID, intQuantity, strItemOptions) {
		return this.invoke("AddItemToWishList", {"intItemID":intItemID, "strWishListGUID":strWishListGUID, "intQuantity":intQuantity, "strItemOptions":strItemOptions}, this.AddItemToWishList.getArguments().slice(4));
	},
	CreateWishList: function(strCustomerGUID, strName) {
		return this.invoke("CreateWishList", {"strCustomerGUID":strCustomerGUID, "strName":strName}, this.CreateWishList.getArguments().slice(2));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	url: '/ajaxpro/RenderPage,App_Web_koo3bchm.ashx'
}));
RenderPage = new RenderPage_class();

