var sendForm=function() {
sendForm.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
sendForm.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return sendForm._staticInstance.get_path();},
postForum:function(strName,strEmail,strSubject,strContent,ipAddress,fatherId,forumId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postForum',false,{strName:strName,strEmail:strEmail,strSubject:strSubject,strContent:strContent,ipAddress:ipAddress,fatherId:fatherId,forumId:forumId},succeededCallback,failedCallback,userContext); },
postAgent:function(ipAddress,strName,strPhone,strAge,strEmail,strGender,strCitizen,strStartIn,strTrip,strPrefWork,strVisa,strField0,strField1,strField2,strField3,strField4,strField5,strComment,strRef,strAgree,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postAgent',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strAge:strAge,strEmail:strEmail,strGender:strGender,strCitizen:strCitizen,strStartIn:strStartIn,strTrip:strTrip,strPrefWork:strPrefWork,strVisa:strVisa,strField0:strField0,strField1:strField1,strField2:strField2,strField3:strField3,strField4:strField4,strField5:strField5,strComment:strComment,strRef:strRef,strAgree:strAgree},succeededCallback,failedCallback,userContext); },
postStudent:function(ipAddress,strName,strPhone,strEmail,strStudyIn,strSimesterNum,strCitizen,strPrefWork,strVisa,strField0,strField1,strField2,strField3,strField4,strField5,strComment,strRef,strAgree,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postStudent',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strStudyIn:strStudyIn,strSimesterNum:strSimesterNum,strCitizen:strCitizen,strPrefWork:strPrefWork,strVisa:strVisa,strField0:strField0,strField1:strField1,strField2:strField2,strField3:strField3,strField4:strField4,strField5:strField5,strComment:strComment,strRef:strRef,strAgree:strAgree},succeededCallback,failedCallback,userContext); },
postPartnerComment:function(ipAddress,strName,strEmail,strContent,strFatherId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postPartnerComment',false,{ipAddress:ipAddress,strName:strName,strEmail:strEmail,strContent:strContent,strFatherId:strFatherId},succeededCallback,failedCallback,userContext); },
postTipComment:function(ipAddress,strName,strEmail,strTitle,strContent,strFatherId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postTipComment',false,{ipAddress:ipAddress,strName:strName,strEmail:strEmail,strTitle:strTitle,strContent:strContent,strFatherId:strFatherId},succeededCallback,failedCallback,userContext); },
postTip:function(strName,strEmail,strCountry,strCategory,strSubject,strSubtext,strContent,bAgreeMail,ipAddress,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postTip',false,{strName:strName,strEmail:strEmail,strCountry:strCountry,strCategory:strCategory,strSubject:strSubject,strSubtext:strSubtext,strContent:strContent,bAgreeMail:bAgreeMail,ipAddress:ipAddress},succeededCallback,failedCallback,userContext); },
postVisa:function(ipAddress,strName,strPhone,strEmail,strCountry,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postVisa',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strCountry:strCountry},succeededCallback,failedCallback,userContext); },
postInsurance:function(ipAddress,strFName,strLName,strAreaCode,strPhone,strEmail,strCountry,bAgree,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postInsurance',false,{ipAddress:ipAddress,strFName:strFName,strLName:strLName,strAreaCode:strAreaCode,strPhone:strPhone,strEmail:strEmail,strCountry:strCountry,bAgree:bAgree},succeededCallback,failedCallback,userContext); },
postVisaMaasik:function(ipAddress,strName,strPhone,strEmail,strCountry,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postVisaMaasik',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strCountry:strCountry},succeededCallback,failedCallback,userContext); },
postStudy:function(ipAddress,strName,strPhone,strEmail,strInterest,strComment,bAgree,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postStudy',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strInterest:strInterest,strComment:strComment,bAgree:bAgree},succeededCallback,failedCallback,userContext); },
postFlight:function(ipAddress,strName,strPhone,strEmail,strDestination,strDate1,strDate2,bAgree,strFromLanding,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postFlight',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strDestination:strDestination,strDate1:strDate1,strDate2:strDate2,bAgree:bAgree,strFromLanding:strFromLanding},succeededCallback,failedCallback,userContext); },
postContactUs:function(ipAddress,strName,strPhone,strEmail,strProf,strComment,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postContactUs',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strProf:strProf,strComment:strComment},succeededCallback,failedCallback,userContext); },
postGiyus:function(ipAddress,strName,strPhone,strOtherPhone,strEmail,strProf,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postGiyus',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strOtherPhone:strOtherPhone,strEmail:strEmail,strProf:strProf},succeededCallback,failedCallback,userContext); },
postStudyIsrael:function(ipAddress,strName,strPhone,strEmail,strAddress,strCity,strStudyList,bAgree,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postStudyIsrael',false,{ipAddress:ipAddress,strName:strName,strPhone:strPhone,strEmail:strEmail,strAddress:strAddress,strCity:strCity,strStudyList:strStudyList,bAgree:bAgree},succeededCallback,failedCallback,userContext); },
sendToFriend:function(strFriendMail,strName,strEmail,strContent,ipAddress,strUrl,strId,strMode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'sendToFriend',false,{strFriendMail:strFriendMail,strName:strName,strEmail:strEmail,strContent:strContent,ipAddress:ipAddress,strUrl:strUrl,strId:strId,strMode:strMode},succeededCallback,failedCallback,userContext); },
postStarIsBorn:function(strIp,strFName,strLName,strAge,strEmail,strPhone,strMobile,strAddress,strProf,strUrl,strAgreeEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postStarIsBorn',false,{strIp:strIp,strFName:strFName,strLName:strLName,strAge:strAge,strEmail:strEmail,strPhone:strPhone,strMobile:strMobile,strAddress:strAddress,strProf:strProf,strUrl:strUrl,strAgreeEmail:strAgreeEmail},succeededCallback,failedCallback,userContext); },
postSubletContact:function(strSubletId,strIp,strName,strEmail,strPhone,strContent,strAgreeEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postSubletContact',false,{strSubletId:strSubletId,strIp:strIp,strName:strName,strEmail:strEmail,strPhone:strPhone,strContent:strContent,strAgreeEmail:strAgreeEmail},succeededCallback,failedCallback,userContext); },
postYad2Contact:function(strYad2Id,strIp,strName,strEmail,strContent,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postYad2Contact',false,{strYad2Id:strYad2Id,strIp:strIp,strName:strName,strEmail:strEmail,strContent:strContent},succeededCallback,failedCallback,userContext); },
postSublet:function(strArea,strAddress,strEmail,strRooms,strPrice,strPhone,strName,bForniture,bAirCondition,bElivator,bPartners,strContent,strZone,strIp,strAgreeEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postSublet',false,{strArea:strArea,strAddress:strAddress,strEmail:strEmail,strRooms:strRooms,strPrice:strPrice,strPhone:strPhone,strName:strName,bForniture:bForniture,bAirCondition:bAirCondition,bElivator:bElivator,bPartners:bPartners,strContent:strContent,strZone:strZone,strIp:strIp,strAgreeEmail:strAgreeEmail},succeededCallback,failedCallback,userContext); },
postPartnerContact:function(strPartnerId,strIp,strName,strEmail,strContent,strAgreeEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'postPartnerContact',false,{strPartnerId:strPartnerId,strIp:strIp,strName:strName,strEmail:strEmail,strContent:strContent,strAgreeEmail:strAgreeEmail},succeededCallback,failedCallback,userContext); },
addForumAdminLinkClick:function(strId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'addForumAdminLinkClick',false,{strId:strId},succeededCallback,failedCallback,userContext); }}
sendForm.registerClass('sendForm',Sys.Net.WebServiceProxy);
sendForm._staticInstance = new sendForm();
sendForm.set_path = function(value) { sendForm._staticInstance.set_path(value); }
sendForm.get_path = function() { return sendForm._staticInstance.get_path(); }
sendForm.set_timeout = function(value) { sendForm._staticInstance.set_timeout(value); }
sendForm.get_timeout = function() { return sendForm._staticInstance.get_timeout(); }
sendForm.set_defaultUserContext = function(value) { sendForm._staticInstance.set_defaultUserContext(value); }
sendForm.get_defaultUserContext = function() { return sendForm._staticInstance.get_defaultUserContext(); }
sendForm.set_defaultSucceededCallback = function(value) { sendForm._staticInstance.set_defaultSucceededCallback(value); }
sendForm.get_defaultSucceededCallback = function() { return sendForm._staticInstance.get_defaultSucceededCallback(); }
sendForm.set_defaultFailedCallback = function(value) { sendForm._staticInstance.set_defaultFailedCallback(value); }
sendForm.get_defaultFailedCallback = function() { return sendForm._staticInstance.get_defaultFailedCallback(); }
sendForm.set_path("/services/sendForm.asmx");
sendForm.postForum= function(strName,strEmail,strSubject,strContent,ipAddress,fatherId,forumId,onSuccess,onFailed,userContext) {sendForm._staticInstance.postForum(strName,strEmail,strSubject,strContent,ipAddress,fatherId,forumId,onSuccess,onFailed,userContext); }
sendForm.postAgent= function(ipAddress,strName,strPhone,strAge,strEmail,strGender,strCitizen,strStartIn,strTrip,strPrefWork,strVisa,strField0,strField1,strField2,strField3,strField4,strField5,strComment,strRef,strAgree,onSuccess,onFailed,userContext) {sendForm._staticInstance.postAgent(ipAddress,strName,strPhone,strAge,strEmail,strGender,strCitizen,strStartIn,strTrip,strPrefWork,strVisa,strField0,strField1,strField2,strField3,strField4,strField5,strComment,strRef,strAgree,onSuccess,onFailed,userContext); }
sendForm.postStudent= function(ipAddress,strName,strPhone,strEmail,strStudyIn,strSimesterNum,strCitizen,strPrefWork,strVisa,strField0,strField1,strField2,strField3,strField4,strField5,strComment,strRef,strAgree,onSuccess,onFailed,userContext) {sendForm._staticInstance.postStudent(ipAddress,strName,strPhone,strEmail,strStudyIn,strSimesterNum,strCitizen,strPrefWork,strVisa,strField0,strField1,strField2,strField3,strField4,strField5,strComment,strRef,strAgree,onSuccess,onFailed,userContext); }
sendForm.postPartnerComment= function(ipAddress,strName,strEmail,strContent,strFatherId,onSuccess,onFailed,userContext) {sendForm._staticInstance.postPartnerComment(ipAddress,strName,strEmail,strContent,strFatherId,onSuccess,onFailed,userContext); }
sendForm.postTipComment= function(ipAddress,strName,strEmail,strTitle,strContent,strFatherId,onSuccess,onFailed,userContext) {sendForm._staticInstance.postTipComment(ipAddress,strName,strEmail,strTitle,strContent,strFatherId,onSuccess,onFailed,userContext); }
sendForm.postTip= function(strName,strEmail,strCountry,strCategory,strSubject,strSubtext,strContent,bAgreeMail,ipAddress,onSuccess,onFailed,userContext) {sendForm._staticInstance.postTip(strName,strEmail,strCountry,strCategory,strSubject,strSubtext,strContent,bAgreeMail,ipAddress,onSuccess,onFailed,userContext); }
sendForm.postVisa= function(ipAddress,strName,strPhone,strEmail,strCountry,onSuccess,onFailed,userContext) {sendForm._staticInstance.postVisa(ipAddress,strName,strPhone,strEmail,strCountry,onSuccess,onFailed,userContext); }
sendForm.postInsurance= function(ipAddress,strFName,strLName,strAreaCode,strPhone,strEmail,strCountry,bAgree,onSuccess,onFailed,userContext) {sendForm._staticInstance.postInsurance(ipAddress,strFName,strLName,strAreaCode,strPhone,strEmail,strCountry,bAgree,onSuccess,onFailed,userContext); }
sendForm.postVisaMaasik= function(ipAddress,strName,strPhone,strEmail,strCountry,onSuccess,onFailed,userContext) {sendForm._staticInstance.postVisaMaasik(ipAddress,strName,strPhone,strEmail,strCountry,onSuccess,onFailed,userContext); }
sendForm.postStudy= function(ipAddress,strName,strPhone,strEmail,strInterest,strComment,bAgree,onSuccess,onFailed,userContext) {sendForm._staticInstance.postStudy(ipAddress,strName,strPhone,strEmail,strInterest,strComment,bAgree,onSuccess,onFailed,userContext); }
sendForm.postFlight= function(ipAddress,strName,strPhone,strEmail,strDestination,strDate1,strDate2,bAgree,strFromLanding,onSuccess,onFailed,userContext) {sendForm._staticInstance.postFlight(ipAddress,strName,strPhone,strEmail,strDestination,strDate1,strDate2,bAgree,strFromLanding,onSuccess,onFailed,userContext); }
sendForm.postContactUs= function(ipAddress,strName,strPhone,strEmail,strProf,strComment,onSuccess,onFailed,userContext) {sendForm._staticInstance.postContactUs(ipAddress,strName,strPhone,strEmail,strProf,strComment,onSuccess,onFailed,userContext); }
sendForm.postGiyus= function(ipAddress,strName,strPhone,strOtherPhone,strEmail,strProf,onSuccess,onFailed,userContext) {sendForm._staticInstance.postGiyus(ipAddress,strName,strPhone,strOtherPhone,strEmail,strProf,onSuccess,onFailed,userContext); }
sendForm.postStudyIsrael= function(ipAddress,strName,strPhone,strEmail,strAddress,strCity,strStudyList,bAgree,onSuccess,onFailed,userContext) {sendForm._staticInstance.postStudyIsrael(ipAddress,strName,strPhone,strEmail,strAddress,strCity,strStudyList,bAgree,onSuccess,onFailed,userContext); }
sendForm.sendToFriend= function(strFriendMail,strName,strEmail,strContent,ipAddress,strUrl,strId,strMode,onSuccess,onFailed,userContext) {sendForm._staticInstance.sendToFriend(strFriendMail,strName,strEmail,strContent,ipAddress,strUrl,strId,strMode,onSuccess,onFailed,userContext); }
sendForm.postStarIsBorn= function(strIp,strFName,strLName,strAge,strEmail,strPhone,strMobile,strAddress,strProf,strUrl,strAgreeEmail,onSuccess,onFailed,userContext) {sendForm._staticInstance.postStarIsBorn(strIp,strFName,strLName,strAge,strEmail,strPhone,strMobile,strAddress,strProf,strUrl,strAgreeEmail,onSuccess,onFailed,userContext); }
sendForm.postSubletContact= function(strSubletId,strIp,strName,strEmail,strPhone,strContent,strAgreeEmail,onSuccess,onFailed,userContext) {sendForm._staticInstance.postSubletContact(strSubletId,strIp,strName,strEmail,strPhone,strContent,strAgreeEmail,onSuccess,onFailed,userContext); }
sendForm.postYad2Contact= function(strYad2Id,strIp,strName,strEmail,strContent,onSuccess,onFailed,userContext) {sendForm._staticInstance.postYad2Contact(strYad2Id,strIp,strName,strEmail,strContent,onSuccess,onFailed,userContext); }
sendForm.postSublet= function(strArea,strAddress,strEmail,strRooms,strPrice,strPhone,strName,bForniture,bAirCondition,bElivator,bPartners,strContent,strZone,strIp,strAgreeEmail,onSuccess,onFailed,userContext) {sendForm._staticInstance.postSublet(strArea,strAddress,strEmail,strRooms,strPrice,strPhone,strName,bForniture,bAirCondition,bElivator,bPartners,strContent,strZone,strIp,strAgreeEmail,onSuccess,onFailed,userContext); }
sendForm.postPartnerContact= function(strPartnerId,strIp,strName,strEmail,strContent,strAgreeEmail,onSuccess,onFailed,userContext) {sendForm._staticInstance.postPartnerContact(strPartnerId,strIp,strName,strEmail,strContent,strAgreeEmail,onSuccess,onFailed,userContext); }
sendForm.addForumAdminLinkClick= function(strId,onSuccess,onFailed,userContext) {sendForm._staticInstance.addForumAdminLinkClick(strId,onSuccess,onFailed,userContext); }

