if(typeof Render == "undefined") Render={};
Render_class = function() {};
Object.extend(Render_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PostComment: function(intListEntryID, strName, strEmail, strComment) {
		return this.invoke("PostComment", {"intListEntryID":intListEntryID, "strName":strName, "strEmail":strEmail, "strComment":strComment}, this.PostComment.getArguments().slice(4));
	},
	SendEmail: function(strRootURL, intListEntryID, strEmailFrom, strEmailTo, strNameFrom, strMessage) {
		return this.invoke("SendEmail", {"strRootURL":strRootURL, "intListEntryID":intListEntryID, "strEmailFrom":strEmailFrom, "strEmailTo":strEmailTo, "strNameFrom":strNameFrom, "strMessage":strMessage}, this.SendEmail.getArguments().slice(6));
	},
	AddToCart: function(intStoreID, strStoreCustomerOrderGUID, strStoreCustomerGUID, strSourceID, strItemID, intQuantity, strItemOptions) {
		return this.invoke("AddToCart", {"intStoreID":intStoreID, "strStoreCustomerOrderGUID":strStoreCustomerOrderGUID, "strStoreCustomerGUID":strStoreCustomerGUID, "strSourceID":strSourceID, "strItemID":strItemID, "intQuantity":intQuantity, "strItemOptions":strItemOptions}, this.AddToCart.getArguments().slice(7));
	},
	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));
	},
	GetRSS: function(strID, strSrc, intMaxItems, intMaxWords, strTitleClass, strDescriptionClass, strDateClass, strAuthorClass, strDescriptionShowMore, strEntriesShowMore, strDateFormat) {
		return this.invoke("GetRSS", {"strID":strID, "strSrc":strSrc, "intMaxItems":intMaxItems, "intMaxWords":intMaxWords, "strTitleClass":strTitleClass, "strDescriptionClass":strDescriptionClass, "strDateClass":strDateClass, "strAuthorClass":strAuthorClass, "strDescriptionShowMore":strDescriptionShowMore, "strEntriesShowMore":strEntriesShowMore, "strDateFormat":strDateFormat}, this.GetRSS.getArguments().slice(11));
	},
	url: '/ajaxpro/Render,App_Web_albi-8o2.ashx'
}));
Render = new Render_class();

