if(typeof Render == "undefined") Render={};
Render_class = function() {};
Object.extend(Render_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	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));
	},
	SendForm: function(intContactListEntryID, strRootURL, strIPAddress, strNameFrom, strEmailAddress, strPhone, strComments) {
		return this.invoke("SendForm", {"intContactListEntryID":intContactListEntryID, "strRootURL":strRootURL, "strIPAddress":strIPAddress, "strNameFrom":strNameFrom, "strEmailAddress":strEmailAddress, "strPhone":strPhone, "strComments":strComments}, this.SendForm.getArguments().slice(7));
	},
	AddToCart: function(intStoreID, strStoreCustomerOrderGUID, strStoreCustomerGUID, strSourceID, strItemID, intQuantity, intCaseQuantity, strItemOptions) {
		return this.invoke("AddToCart", {"intStoreID":intStoreID, "strStoreCustomerOrderGUID":strStoreCustomerOrderGUID, "strStoreCustomerGUID":strStoreCustomerGUID, "strSourceID":strSourceID, "strItemID":strItemID, "intQuantity":intQuantity, "intCaseQuantity":intCaseQuantity, "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));
	},
	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_h0j03lcn.ashx'
}));
Render = new Render_class();


