if(typeof Dtf == "undefined") Dtf={};
if(typeof Dtf.WebSite == "undefined") Dtf.WebSite={};
Dtf.WebSite.Default_class = function() {};
Object.extend(Dtf.WebSite.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDestinations: function(_languageCode) {
		return this.invoke("GetDestinations", {"_languageCode":_languageCode}, this.GetDestinations.getArguments().slice(1));
	},
	GetCountries: function(_filter, _languageCode, _countryId, _country, _searchType) {
		return this.invoke("GetCountries", {"_filter":_filter, "_languageCode":_languageCode, "_countryId":_countryId, "_country":_country, "_searchType":_searchType}, this.GetCountries.getArguments().slice(5));
	},
	GetRegions: function(_filter, _languageCode, _regionId, _region, _searchType) {
		return this.invoke("GetRegions", {"_filter":_filter, "_languageCode":_languageCode, "_regionId":_regionId, "_region":_region, "_searchType":_searchType}, this.GetRegions.getArguments().slice(5));
	},
	GetPlaces: function(_filter, _languageCode, _placeId, _place, _searchType) {
		return this.invoke("GetPlaces", {"_filter":_filter, "_languageCode":_languageCode, "_placeId":_placeId, "_place":_place, "_searchType":_searchType}, this.GetPlaces.getArguments().slice(5));
	},
	GetCountryRegionPlaceCombo: function(siteId) {
		return this.invoke("GetCountryRegionPlaceCombo", {"siteId":siteId}, this.GetCountryRegionPlaceCombo.getArguments().slice(1));
	},
	GetCountryByRegion: function(_region, _languageCode) {
		return this.invoke("GetCountryByRegion", {"_region":_region, "_languageCode":_languageCode}, this.GetCountryByRegion.getArguments().slice(2));
	},
	GetCountryByPlace: function(_place, _languageCode) {
		return this.invoke("GetCountryByPlace", {"_place":_place, "_languageCode":_languageCode}, this.GetCountryByPlace.getArguments().slice(2));
	},
	GetRegionByPlace: function(_place, _languageCode) {
		return this.invoke("GetRegionByPlace", {"_place":_place, "_languageCode":_languageCode}, this.GetRegionByPlace.getArguments().slice(2));
	},
	GetThemeCountryByRegion: function(_region, _languageCode) {
		return this.invoke("GetThemeCountryByRegion", {"_region":_region, "_languageCode":_languageCode}, this.GetThemeCountryByRegion.getArguments().slice(2));
	},
	GetThemeCountryByPlace: function(_place, _languageCode) {
		return this.invoke("GetThemeCountryByPlace", {"_place":_place, "_languageCode":_languageCode}, this.GetThemeCountryByPlace.getArguments().slice(2));
	},
	GetThemeRegionByPlace: function(_place, _languageCode) {
		return this.invoke("GetThemeRegionByPlace", {"_place":_place, "_languageCode":_languageCode}, this.GetThemeRegionByPlace.getArguments().slice(2));
	},
	DoGMapSearch: function(languageCode) {
		return this.invoke("DoGMapSearch", {"languageCode":languageCode}, this.DoGMapSearch.getArguments().slice(1));
	},
	SetCRPInSession: function(strCountry, strRegion, strPlace) {
		return this.invoke("SetCRPInSession", {"strCountry":strCountry, "strRegion":strRegion, "strPlace":strPlace}, this.SetCRPInSession.getArguments().slice(3));
	},
	SetThemeInSession: function(searchId, searchValue) {
		return this.invoke("SetThemeInSession", {"searchId":searchId, "searchValue":searchValue}, this.SetThemeInSession.getArguments().slice(2));
	},
	SetFacilityInSession: function(facilityItemId, bChecked) {
		return this.invoke("SetFacilityInSession", {"facilityItemId":facilityItemId, "bChecked":bChecked}, this.SetFacilityInSession.getArguments().slice(2));
	},
	SetDurationInSession: function(strDurationValue) {
		return this.invoke("SetDurationInSession", {"strDurationValue":strDurationValue}, this.SetDurationInSession.getArguments().slice(1));
	},
	SetAdultCountInSession: function(strAdultCount) {
		return this.invoke("SetAdultCountInSession", {"strAdultCount":strAdultCount}, this.SetAdultCountInSession.getArguments().slice(1));
	},
	SetChildCountInSession: function(strChildCount) {
		return this.invoke("SetChildCountInSession", {"strChildCount":strChildCount}, this.SetChildCountInSession.getArguments().slice(1));
	},
	SetMaxMinPriceInSession: function(strMaxAmount, strMinAmount) {
		return this.invoke("SetMaxMinPriceInSession", {"strMaxAmount":strMaxAmount, "strMinAmount":strMinAmount}, this.SetMaxMinPriceInSession.getArguments().slice(2));
	},
	SetFromDateInSession: function(nFromDay, nFromMonth, nFromYear) {
		return this.invoke("SetFromDateInSession", {"nFromDay":nFromDay, "nFromMonth":nFromMonth, "nFromYear":nFromYear}, this.SetFromDateInSession.getArguments().slice(3));
	},
	SetToDateInSession: function(nToDay, nToMonth, nToYear) {
		return this.invoke("SetToDateInSession", {"nToDay":nToDay, "nToMonth":nToMonth, "nToYear":nToYear}, this.SetToDateInSession.getArguments().slice(3));
	},
	ValidateFromDate: function(nFromDay, nFromMonth, nFromYear) {
		return this.invoke("ValidateFromDate", {"nFromDay":nFromDay, "nFromMonth":nFromMonth, "nFromYear":nFromYear}, this.ValidateFromDate.getArguments().slice(3));
	},
	SetFromDate: function(nFromDay, nFromMonth, nFromYear) {
		return this.invoke("SetFromDate", {"nFromDay":nFromDay, "nFromMonth":nFromMonth, "nFromYear":nFromYear}, this.SetFromDate.getArguments().slice(3));
	},
	ValidateToDate: function(nToDay, nToMonth, nToYear) {
		return this.invoke("ValidateToDate", {"nToDay":nToDay, "nToMonth":nToMonth, "nToYear":nToYear}, this.ValidateToDate.getArguments().slice(3));
	},
	DoLogin: function(_email, _password, _LanguageCode) {
		return this.invoke("DoLogin", {"_email":_email, "_password":_password, "_LanguageCode":_LanguageCode}, this.DoLogin.getArguments().slice(3));
	},
	NewDoLogin: function(_email, _password, _LanguageCode) {
		return this.invoke("NewDoLogin", {"_email":_email, "_password":_password, "_LanguageCode":_LanguageCode}, this.NewDoLogin.getArguments().slice(3));
	},
	GetMemberDetails: function(_email, _password, LangCode) {
		return this.invoke("GetMemberDetails", {"_email":_email, "_password":_password, "LangCode":LangCode}, this.GetMemberDetails.getArguments().slice(3));
	},
	SendPassword: function(_email, _languageId) {
		return this.invoke("SendPassword", {"_email":_email, "_languageId":_languageId}, this.SendPassword.getArguments().slice(2));
	},
	CreateFreeMember: function(strFirstname, strLastName, _birthDate, _sexId, _country, _email, _password, _languageCode, _programId, _newsletter, zipcode, address, city, phone, phoneeve) {
		return this.invoke("CreateFreeMember", {"strFirstname":strFirstname, "strLastName":strLastName, "_birthDate":_birthDate, "_sexId":_sexId, "_country":_country, "_email":_email, "_password":_password, "_languageCode":_languageCode, "_programId":_programId, "_newsletter":_newsletter, "zipcode":zipcode, "address":address, "city":city, "phone":phone, "phoneeve":phoneeve}, this.CreateFreeMember.getArguments().slice(15));
	},
	CheckMemberStatus: function(_email, _password) {
		return this.invoke("CheckMemberStatus", {"_email":_email, "_password":_password}, this.CheckMemberStatus.getArguments().slice(2));
	},
	UpgradePlusMember: function(strFirstname, strLastName, _Address, _PostNummber, _City, _TelephoneNumber, _MobileNumber, _MembershipPeriod, _languageCode, _strIPAdress, _strRootPath, _ProgramId, IsDibs, _sapCode, CountryCode, newschkbox, AcceptMail, DiscItemId, DiscItemName, DiscPercent) {
		return this.invoke("UpgradePlusMember", {"strFirstname":strFirstname, "strLastName":strLastName, "_Address":_Address, "_PostNummber":_PostNummber, "_City":_City, "_TelephoneNumber":_TelephoneNumber, "_MobileNumber":_MobileNumber, "_MembershipPeriod":_MembershipPeriod, "_languageCode":_languageCode, "_strIPAdress":_strIPAdress, "_strRootPath":_strRootPath, "_ProgramId":_ProgramId, "IsDibs":IsDibs, "_sapCode":_sapCode, "CountryCode":CountryCode, "newschkbox":newschkbox, "AcceptMail":AcceptMail, "DiscItemId":DiscItemId, "DiscItemName":DiscItemName, "DiscPercent":DiscPercent}, this.UpgradePlusMember.getArguments().slice(20));
	},
	SignupPlusPayment: function(strFirstname, strLastName, _Address, _PostNummber, _City, _birthDate, _sexId, _strNationality, _strCountrCode, _TelephoneNumber, _MobileNumber, _strPassword, _strEmail, _languageCode, _strIPAdress, _strRootPath, nBusRelAcc, strRefType, newschkbox, _MembershipPeriod, _ProgramId, PaymentType, _sapCode, AcceptMail, DiscItemId, DiscItemName, DiscPercent) {
		return this.invoke("SignupPlusPayment", {"strFirstname":strFirstname, "strLastName":strLastName, "_Address":_Address, "_PostNummber":_PostNummber, "_City":_City, "_birthDate":_birthDate, "_sexId":_sexId, "_strNationality":_strNationality, "_strCountrCode":_strCountrCode, "_TelephoneNumber":_TelephoneNumber, "_MobileNumber":_MobileNumber, "_strPassword":_strPassword, "_strEmail":_strEmail, "_languageCode":_languageCode, "_strIPAdress":_strIPAdress, "_strRootPath":_strRootPath, "nBusRelAcc":nBusRelAcc, "strRefType":strRefType, "newschkbox":newschkbox, "_MembershipPeriod":_MembershipPeriod, "_ProgramId":_ProgramId, "PaymentType":PaymentType, "_sapCode":_sapCode, "AcceptMail":AcceptMail, "DiscItemId":DiscItemId, "DiscItemName":DiscItemName, "DiscPercent":DiscPercent}, this.SignupPlusPayment.getArguments().slice(27));
	},
	SendActivateMail: function(_Email, MemberStatus, UserIp) {
		return this.invoke("SendActivateMail", {"_Email":_Email, "MemberStatus":MemberStatus, "UserIp":UserIp}, this.SendActivateMail.getArguments().slice(3));
	},
	GetSubscriberDetails: function(TelephoneNumber) {
		return this.invoke("GetSubscriberDetails", {"TelephoneNumber":TelephoneNumber}, this.GetSubscriberDetails.getArguments().slice(1));
	},
	AuctionBid: function(MaxAmount, strPersonName1, strAddress, strZipcode, strCity, strTelephone, strPersonName2) {
		return this.invoke("AuctionBid", {"MaxAmount":MaxAmount, "strPersonName1":strPersonName1, "strAddress":strAddress, "strZipcode":strZipcode, "strCity":strCity, "strTelephone":strTelephone, "strPersonName2":strPersonName2}, this.AuctionBid.getArguments().slice(7));
	},
	GetLabel: function(labelId, languageCode) {
		return this.invoke("GetLabel", {"labelId":labelId, "languageCode":languageCode}, this.GetLabel.getArguments().slice(2));
	},
	SetSaveExtra: function() {
		return this.invoke("SetSaveExtra", {}, this.SetSaveExtra.getArguments().slice(0));
	},
	GetVocherCount: function() {
		return this.invoke("GetVocherCount", {}, this.GetVocherCount.getArguments().slice(0));
	},
	GetLodderSplitUp: function() {
		return this.invoke("GetLodderSplitUp", {}, this.GetLodderSplitUp.getArguments().slice(0));
	},
	ChangeMemberProfile: function() {
		return this.invoke("ChangeMemberProfile", {}, this.ChangeMemberProfile.getArguments().slice(0));
	},
	GetEditMemberDetails: function() {
		return this.invoke("GetEditMemberDetails", {}, this.GetEditMemberDetails.getArguments().slice(0));
	},
	FillMemberDetails: function(firstname, lastname, email, address, zipcode, city, land, phone, mobile, year, month, day, sexid, _MemberShipPeriod) {
		return this.invoke("FillMemberDetails", {"firstname":firstname, "lastname":lastname, "email":email, "address":address, "zipcode":zipcode, "city":city, "land":land, "phone":phone, "mobile":mobile, "year":year, "month":month, "day":day, "sexid":sexid, "_MemberShipPeriod":_MemberShipPeriod}, this.FillMemberDetails.getArguments().slice(14));
	},
	FillPassword: function(password) {
		return this.invoke("FillPassword", {"password":password}, this.FillPassword.getArguments().slice(1));
	},
	SendErrorMail: function(subject, callBackValue, errorMessage) {
		return this.invoke("SendErrorMail", {"subject":subject, "callBackValue":callBackValue, "errorMessage":errorMessage}, this.SendErrorMail.getArguments().slice(3));
	},
	AddDeliveryFee: function(isEmail, bCreditCard) {
		return this.invoke("AddDeliveryFee", {"isEmail":isEmail, "bCreditCard":bCreditCard}, this.AddDeliveryFee.getArguments().slice(2));
	},
	GetTotalVoucherAmount: function(isGiro) {
		return this.invoke("GetTotalVoucherAmount", {"isGiro":isGiro}, this.GetTotalVoucherAmount.getArguments().slice(1));
	},
	SendReceiptMail: function(body, langId, to, orderId, webBookingId) {
		return this.invoke("SendReceiptMail", {"body":body, "langId":langId, "to":to, "orderId":orderId, "webBookingId":webBookingId}, this.SendReceiptMail.getArguments().slice(5));
	},
	RedirectToBooking: function(arrivalDate, productId, ModuleName, ModuleSrc, SourceFlag) {
		return this.invoke("RedirectToBooking", {"arrivalDate":arrivalDate, "productId":productId, "ModuleName":ModuleName, "ModuleSrc":ModuleSrc, "SourceFlag":SourceFlag}, this.RedirectToBooking.getArguments().slice(5));
	},
	sendProductTipMail: function(strFromEmail, strToEmail, strSenderName, strReceiverName, prodcutId, HotelName) {
		return this.invoke("sendProductTipMail", {"strFromEmail":strFromEmail, "strToEmail":strToEmail, "strSenderName":strSenderName, "strReceiverName":strReceiverName, "prodcutId":prodcutId, "HotelName":HotelName}, this.sendProductTipMail.getArguments().slice(6));
	},
	ReloadSearchResultGrid: function(nPageSize) {
		return this.invoke("ReloadSearchResultGrid", {"nPageSize":nPageSize}, this.ReloadSearchResultGrid.getArguments().slice(1));
	},
	SortSearchResultGrid: function(strSelectedValue) {
		return this.invoke("SortSearchResultGrid", {"strSelectedValue":strSelectedValue}, this.SortSearchResultGrid.getArguments().slice(1));
	},
	GetPageSizeCollection: function() {
		return this.invoke("GetPageSizeCollection", {}, this.GetPageSizeCollection.getArguments().slice(0));
	},
	GetSortCollection: function() {
		return this.invoke("GetSortCollection", {}, this.GetSortCollection.getArguments().slice(0));
	},
	DoFreeTextSearch: function(StrTxt, HostAddr) {
		return this.invoke("DoFreeTextSearch", {"StrTxt":StrTxt, "HostAddr":HostAddr}, this.DoFreeTextSearch.getArguments().slice(2));
	},
	DoAnnounceCodeSearch: function(StrTxt) {
		return this.invoke("DoAnnounceCodeSearch", {"StrTxt":StrTxt}, this.DoAnnounceCodeSearch.getArguments().slice(1));
	},
	IsLoggedIn: function() {
		return this.invoke("IsLoggedIn", {}, this.IsLoggedIn.getArguments().slice(0));
	},
	GetAdvCodePriceHtml: function(defaultSapName, pricePrefix, discountPrice, savePrice, personText) {
		return this.invoke("GetAdvCodePriceHtml", {"defaultSapName":defaultSapName, "pricePrefix":pricePrefix, "discountPrice":discountPrice, "savePrice":savePrice, "personText":personText}, this.GetAdvCodePriceHtml.getArguments().slice(5));
	},
	GetAdvCodePriceHtml_Temp: function(defaultSapName, pricePrefix, discountPrice, savePrice, personText) {
		return this.invoke("GetAdvCodePriceHtml_Temp", {"defaultSapName":defaultSapName, "pricePrefix":pricePrefix, "discountPrice":discountPrice, "savePrice":savePrice, "personText":personText}, this.GetAdvCodePriceHtml_Temp.getArguments().slice(5));
	},
	GetFreeMemberPriceHtml: function(pricePrefix, discountPrice, personText, savePrice) {
		return this.invoke("GetFreeMemberPriceHtml", {"pricePrefix":pricePrefix, "discountPrice":discountPrice, "personText":personText, "savePrice":savePrice}, this.GetFreeMemberPriceHtml.getArguments().slice(4));
	},
	GetNormalPriceHtml: function(pricePrefix, price, savePrice, personText) {
		return this.invoke("GetNormalPriceHtml", {"pricePrefix":pricePrefix, "price":price, "savePrice":savePrice, "personText":personText}, this.GetNormalPriceHtml.getArguments().slice(4));
	},
	GetApartmentPriceHtml: function(pricePrefix, price, savePrice, personText) {
		return this.invoke("GetApartmentPriceHtml", {"pricePrefix":pricePrefix, "price":price, "savePrice":savePrice, "personText":personText}, this.GetApartmentPriceHtml.getArguments().slice(4));
	},
	BuildSearchQueryString: function() {
		return this.invoke("BuildSearchQueryString", {}, this.BuildSearchQueryString.getArguments().slice(0));
	},
	BTBooking: function(url) {
		return this.invoke("BTBooking", {"url":url}, this.BTBooking.getArguments().slice(1));
	},
	CheckSelectedMonth: function(arrivalDate) {
		return this.invoke("CheckSelectedMonth", {"arrivalDate":arrivalDate}, this.CheckSelectedMonth.getArguments().slice(1));
	},
	GetPlusMemberShipPrice: function(strItemId) {
		return this.invoke("GetPlusMemberShipPrice", {"strItemId":strItemId}, this.GetPlusMemberShipPrice.getArguments().slice(1));
	},
	GetSkiAreaNames: function(filter, skiComboId, skiLangCode) {
		return this.invoke("GetSkiAreaNames", {"filter":filter, "skiComboId":skiComboId, "skiLangCode":skiLangCode}, this.GetSkiAreaNames.getArguments().slice(3));
	},
	GetSkiCountryByPlace: function(filter, skiLangCode) {
		return this.invoke("GetSkiCountryByPlace", {"filter":filter, "skiLangCode":skiLangCode}, this.GetSkiCountryByPlace.getArguments().slice(2));
	},
	GetDateForCountry: function(filter, languageCode, strValue) {
		return this.invoke("GetDateForCountry", {"filter":filter, "languageCode":languageCode, "strValue":strValue}, this.GetDateForCountry.getArguments().slice(3));
	},
	GetSkiCountryAreaCombo: function() {
		return this.invoke("GetSkiCountryAreaCombo", {}, this.GetSkiCountryAreaCombo.getArguments().slice(0));
	},
	SetSkiCountryAreaInSession: function(strCountry, strSkiAreaName) {
		return this.invoke("SetSkiCountryAreaInSession", {"strCountry":strCountry, "strSkiAreaName":strSkiAreaName}, this.SetSkiCountryAreaInSession.getArguments().slice(2));
	},
	CreateGMember: function(_AnnCode, strFirstname, strLastName, _birthDate, _sexId, _country, _email, _password, _languageCode, _programId, _newsletter, zipcode, address, city, phone, phoneeve, Sapcode) {
		return this.invoke("CreateGMember", {"_AnnCode":_AnnCode, "strFirstname":strFirstname, "strLastName":strLastName, "_birthDate":_birthDate, "_sexId":_sexId, "_country":_country, "_email":_email, "_password":_password, "_languageCode":_languageCode, "_programId":_programId, "_newsletter":_newsletter, "zipcode":zipcode, "address":address, "city":city, "phone":phone, "phoneeve":phoneeve, "Sapcode":Sapcode}, this.CreateGMember.getArguments().slice(17));
	},
	ValidateFromToDate: function(nFromDay, nFromMonth, nFromYear, nToDay, nToMonth, nToYear) {
		return this.invoke("ValidateFromToDate", {"nFromDay":nFromDay, "nFromMonth":nFromMonth, "nFromYear":nFromYear, "nToDay":nToDay, "nToMonth":nToMonth, "nToYear":nToYear}, this.ValidateFromToDate.getArguments().slice(6));
	},
	SetRoundDateInSession: function(RoundDate, QuizType) {
		return this.invoke("SetRoundDateInSession", {"RoundDate":RoundDate, "QuizType":QuizType}, this.SetRoundDateInSession.getArguments().slice(2));
	},
	GetQtNo: function() {
		return this.invoke("GetQtNo", {}, this.GetQtNo.getArguments().slice(0));
	},
	SetRebusAnswer: function(strAnswer) {
		return this.invoke("SetRebusAnswer", {"strAnswer":strAnswer}, this.SetRebusAnswer.getArguments().slice(1));
	},
	SetAnswer: function(strAnswer, QtsNo, ImgId, QuizType) {
		return this.invoke("SetAnswer", {"strAnswer":strAnswer, "QtsNo":QtsNo, "ImgId":ImgId, "QuizType":QuizType}, this.SetAnswer.getArguments().slice(4));
	},
	GetAnswer: function(QtsNo, QuizType) {
		return this.invoke("GetAnswer", {"QtsNo":QtsNo, "QuizType":QuizType}, this.GetAnswer.getArguments().slice(2));
	},
	SendVinterErrorMail: function(ErrDesc, QuizType) {
		return this.invoke("SendVinterErrorMail", {"ErrDesc":ErrDesc, "QuizType":QuizType}, this.SendVinterErrorMail.getArguments().slice(2));
	},
	SendVinterCompInvitation: function(strName, strEmailId, QuizType) {
		return this.invoke("SendVinterCompInvitation", {"strName":strName, "strEmailId":strEmailId, "QuizType":QuizType}, this.SendVinterCompInvitation.getArguments().slice(3));
	},
	UpdateDetailsToMemberObject: function(firstName, lastName, emailId, password, strLang, _newsletter, address, postNo, phone, mobile, city, country, countryName, _MembershipPeriod, strType) {
		return this.invoke("UpdateDetailsToMemberObject", {"firstName":firstName, "lastName":lastName, "emailId":emailId, "password":password, "strLang":strLang, "_newsletter":_newsletter, "address":address, "postNo":postNo, "phone":phone, "mobile":mobile, "city":city, "country":country, "countryName":countryName, "_MembershipPeriod":_MembershipPeriod, "strType":strType}, this.UpdateDetailsToMemberObject.getArguments().slice(15));
	},
	GetDetailsFromMemberObject: function(strType) {
		return this.invoke("GetDetailsFromMemberObject", {"strType":strType}, this.GetDetailsFromMemberObject.getArguments().slice(1));
	},
	CreateFreeMemberSignUp: function(firstName, lastName, emailId, password, strLang, _newsletter, quizType, _sapCode, _programId) {
		return this.invoke("CreateFreeMemberSignUp", {"firstName":firstName, "lastName":lastName, "emailId":emailId, "password":password, "strLang":strLang, "_newsletter":_newsletter, "quizType":quizType, "_sapCode":_sapCode, "_programId":_programId}, this.CreateFreeMemberSignUp.getArguments().slice(9));
	},
	GetDuctchAuctionPrice: function() {
		return this.invoke("GetDuctchAuctionPrice", {}, this.GetDuctchAuctionPrice.getArguments().slice(0));
	},
	GetNormalAuctionTime: function() {
		return this.invoke("GetNormalAuctionTime", {}, this.GetNormalAuctionTime.getArguments().slice(0));
	},
	CheckReceiptData: function() {
		return this.invoke("CheckReceiptData", {}, this.CheckReceiptData.getArguments().slice(0));
	},
	GetOnlinePaymentURL: function() {
		return this.invoke("GetOnlinePaymentURL", {}, this.GetOnlinePaymentURL.getArguments().slice(0));
	},
	BetalingSuccess: function(paymentType) {
		return this.invoke("BetalingSuccess", {"paymentType":paymentType}, this.BetalingSuccess.getArguments().slice(1));
	},
	GetDiceResult: function() {
		return this.invoke("GetDiceResult", {}, this.GetDiceResult.getArguments().slice(0));
	},
	SelectPrize: function() {
		return this.invoke("SelectPrize", {}, this.SelectPrize.getArguments().slice(0));
	},
	GetThrowCountStatus: function() {
		return this.invoke("GetThrowCountStatus", {}, this.GetThrowCountStatus.getArguments().slice(0));
	},
	GetPointStatus: function() {
		return this.invoke("GetPointStatus", {}, this.GetPointStatus.getArguments().slice(0));
	},
	SendDTFGameInvitation: function(strName, strEmailId) {
		return this.invoke("SendDTFGameInvitation", {"strName":strName, "strEmailId":strEmailId}, this.SendDTFGameInvitation.getArguments().slice(2));
	},
	InsertAnswer: function(strAnswer) {
		return this.invoke("InsertAnswer", {"strAnswer":strAnswer}, this.InsertAnswer.getArguments().slice(1));
	},
	GetMemberPrizeList: function() {
		return this.invoke("GetMemberPrizeList", {}, this.GetMemberPrizeList.getArguments().slice(0));
	},
	url: '/ajaxpro/Dtf.WebSite.Default,Dtf.WebSite.ashx'
}));
Dtf.WebSite.Default = new Dtf.WebSite.Default_class();

