var wsFromSubmit=function() {
wsFromSubmit.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsFromSubmit.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsFromSubmit._staticInstance.get_path();},
formInsert:function(formTitle,formToEmailId,pageId,formNameF,formNameL,formAddress,formCity,formState,formZip,formPhoneAreaCode,formPhonePrefix,formPhoneSuffix,formPhoneMobileAreacode,formPhoneMobilePrefix,formPhoneMobileSuffix,fromPhoneOtherLabel,fromPhoneOtherAreacode,fromPhoneOtherPrefix,fromPhoneOtherSuffix,formEmail,locationId,formLibraryCardNumber,formMessage,formOptionBitALabel,formOptionBitA,formOptionBitBLabel,formOptionBitB,formOptionBitCLabel,formOptionBitC,formOptionTextALabel,formOptionTextA,formOptionTextBLabel,formOptionTextB,formOptionTextCLabel,formOptionTextC,formConfirmationReplyAddresss,formConfirmationMessage,succeededCallback, failedCallback, userContext) {
/// <param name="formTitle" type="String">System.String</param>
/// <param name="formToEmailId" type="String">System.String</param>
/// <param name="pageId" type="String">System.String</param>
/// <param name="formNameF" type="String">System.String</param>
/// <param name="formNameL" type="String">System.String</param>
/// <param name="formAddress" type="String">System.String</param>
/// <param name="formCity" type="String">System.String</param>
/// <param name="formState" type="String">System.String</param>
/// <param name="formZip" type="String">System.String</param>
/// <param name="formPhoneAreaCode" type="String">System.String</param>
/// <param name="formPhonePrefix" type="String">System.String</param>
/// <param name="formPhoneSuffix" type="String">System.String</param>
/// <param name="formPhoneMobileAreacode" type="String">System.String</param>
/// <param name="formPhoneMobilePrefix" type="String">System.String</param>
/// <param name="formPhoneMobileSuffix" type="String">System.String</param>
/// <param name="fromPhoneOtherLabel" type="String">System.String</param>
/// <param name="fromPhoneOtherAreacode" type="String">System.String</param>
/// <param name="fromPhoneOtherPrefix" type="String">System.String</param>
/// <param name="fromPhoneOtherSuffix" type="String">System.String</param>
/// <param name="formEmail" type="String">System.String</param>
/// <param name="locationId" type="String">System.String</param>
/// <param name="formLibraryCardNumber" type="String">System.String</param>
/// <param name="formMessage" type="String">System.String</param>
/// <param name="formOptionBitALabel" type="String">System.String</param>
/// <param name="formOptionBitA" type="String">System.String</param>
/// <param name="formOptionBitBLabel" type="String">System.String</param>
/// <param name="formOptionBitB" type="String">System.String</param>
/// <param name="formOptionBitCLabel" type="String">System.String</param>
/// <param name="formOptionBitC" type="String">System.String</param>
/// <param name="formOptionTextALabel" type="String">System.String</param>
/// <param name="formOptionTextA" type="String">System.String</param>
/// <param name="formOptionTextBLabel" type="String">System.String</param>
/// <param name="formOptionTextB" type="String">System.String</param>
/// <param name="formOptionTextCLabel" type="String">System.String</param>
/// <param name="formOptionTextC" type="String">System.String</param>
/// <param name="formConfirmationReplyAddresss" type="String">System.String</param>
/// <param name="formConfirmationMessage" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'formInsert',false,{formTitle:formTitle,formToEmailId:formToEmailId,pageId:pageId,formNameF:formNameF,formNameL:formNameL,formAddress:formAddress,formCity:formCity,formState:formState,formZip:formZip,formPhoneAreaCode:formPhoneAreaCode,formPhonePrefix:formPhonePrefix,formPhoneSuffix:formPhoneSuffix,formPhoneMobileAreacode:formPhoneMobileAreacode,formPhoneMobilePrefix:formPhoneMobilePrefix,formPhoneMobileSuffix:formPhoneMobileSuffix,fromPhoneOtherLabel:fromPhoneOtherLabel,fromPhoneOtherAreacode:fromPhoneOtherAreacode,fromPhoneOtherPrefix:fromPhoneOtherPrefix,fromPhoneOtherSuffix:fromPhoneOtherSuffix,formEmail:formEmail,locationId:locationId,formLibraryCardNumber:formLibraryCardNumber,formMessage:formMessage,formOptionBitALabel:formOptionBitALabel,formOptionBitA:formOptionBitA,formOptionBitBLabel:formOptionBitBLabel,formOptionBitB:formOptionBitB,formOptionBitCLabel:formOptionBitCLabel,formOptionBitC:formOptionBitC,formOptionTextALabel:formOptionTextALabel,formOptionTextA:formOptionTextA,formOptionTextBLabel:formOptionTextBLabel,formOptionTextB:formOptionTextB,formOptionTextCLabel:formOptionTextCLabel,formOptionTextC:formOptionTextC,formConfirmationReplyAddresss:formConfirmationReplyAddresss,formConfirmationMessage:formConfirmationMessage},succeededCallback,failedCallback,userContext); },
summerReadingSave:function(nameF,nameL,email,phoneAreacode,phonePrefix,phoneSuffix,age,schoolId,schoolOther,locationId,booksRead,succeededCallback, failedCallback, userContext) {
/// <param name="nameF" type="String">System.String</param>
/// <param name="nameL" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="phoneAreacode" type="String">System.String</param>
/// <param name="phonePrefix" type="String">System.String</param>
/// <param name="phoneSuffix" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="schoolId" type="Number">System.Int32</param>
/// <param name="schoolOther" type="String">System.String</param>
/// <param name="locationId" type="Number">System.Int32</param>
/// <param name="booksRead" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'summerReadingSave',false,{nameF:nameF,nameL:nameL,email:email,phoneAreacode:phoneAreacode,phonePrefix:phonePrefix,phoneSuffix:phoneSuffix,age:age,schoolId:schoolId,schoolOther:schoolOther,locationId:locationId,booksRead:booksRead},succeededCallback,failedCallback,userContext); },
volunteerSave:function(volunteerNameFirst,volunteerNameLast,volunteerBirthday,volunteerPhoneAreacode,volunteerPhonePrefix,volunteerPhoneSuffix,volunteerAddressStreet,volunteerAddressApt,volunteerAddressCity,volunteerAddressState,volunteerAddressZip,volunteerEmail,volunteerEmergencyContactNameFirst,volunteerEmergencyContactNameLast,volunteerEmergencyContactPhoneAreacode,volunteerEmergencyContactPhonePrefix,volunteerEmergencyContactPhoneSuffix,volunteerGroupId,locationId,volunteerSchoolProject,volunteerNeededHours,volunteerNeededHoursCompletedBy,volunteerInSchool,schoolId,volunteerSchoolOther,volunteerDaysOfWeekAvailable,volunteerTimeRangeAvailable,languageId,volunteerWhy,volunteerJoinLocation,volunteerJoinVolunteerActivity,volunteerJoinVolunteerProjectType,succeededCallback, failedCallback, userContext) {
/// <param name="volunteerNameFirst" type="String">System.String</param>
/// <param name="volunteerNameLast" type="String">System.String</param>
/// <param name="volunteerBirthday" type="String">System.String</param>
/// <param name="volunteerPhoneAreacode" type="String">System.String</param>
/// <param name="volunteerPhonePrefix" type="String">System.String</param>
/// <param name="volunteerPhoneSuffix" type="String">System.String</param>
/// <param name="volunteerAddressStreet" type="String">System.String</param>
/// <param name="volunteerAddressApt" type="String">System.String</param>
/// <param name="volunteerAddressCity" type="String">System.String</param>
/// <param name="volunteerAddressState" type="String">System.String</param>
/// <param name="volunteerAddressZip" type="String">System.String</param>
/// <param name="volunteerEmail" type="String">System.String</param>
/// <param name="volunteerEmergencyContactNameFirst" type="String">System.String</param>
/// <param name="volunteerEmergencyContactNameLast" type="String">System.String</param>
/// <param name="volunteerEmergencyContactPhoneAreacode" type="String">System.String</param>
/// <param name="volunteerEmergencyContactPhonePrefix" type="String">System.String</param>
/// <param name="volunteerEmergencyContactPhoneSuffix" type="String">System.String</param>
/// <param name="volunteerGroupId" type="String">System.String</param>
/// <param name="locationId" type="String">System.String</param>
/// <param name="volunteerSchoolProject" type="String">System.String</param>
/// <param name="volunteerNeededHours" type="String">System.String</param>
/// <param name="volunteerNeededHoursCompletedBy" type="String">System.String</param>
/// <param name="volunteerInSchool" type="String">System.String</param>
/// <param name="schoolId" type="String">System.String</param>
/// <param name="volunteerSchoolOther" type="String">System.String</param>
/// <param name="volunteerDaysOfWeekAvailable" type="String">System.String</param>
/// <param name="volunteerTimeRangeAvailable" type="String">System.String</param>
/// <param name="languageId" type="String">System.String</param>
/// <param name="volunteerWhy" type="String">System.String</param>
/// <param name="volunteerJoinLocation" type="String">System.String</param>
/// <param name="volunteerJoinVolunteerActivity" type="String">System.String</param>
/// <param name="volunteerJoinVolunteerProjectType" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'volunteerSave',false,{volunteerNameFirst:volunteerNameFirst,volunteerNameLast:volunteerNameLast,volunteerBirthday:volunteerBirthday,volunteerPhoneAreacode:volunteerPhoneAreacode,volunteerPhonePrefix:volunteerPhonePrefix,volunteerPhoneSuffix:volunteerPhoneSuffix,volunteerAddressStreet:volunteerAddressStreet,volunteerAddressApt:volunteerAddressApt,volunteerAddressCity:volunteerAddressCity,volunteerAddressState:volunteerAddressState,volunteerAddressZip:volunteerAddressZip,volunteerEmail:volunteerEmail,volunteerEmergencyContactNameFirst:volunteerEmergencyContactNameFirst,volunteerEmergencyContactNameLast:volunteerEmergencyContactNameLast,volunteerEmergencyContactPhoneAreacode:volunteerEmergencyContactPhoneAreacode,volunteerEmergencyContactPhonePrefix:volunteerEmergencyContactPhonePrefix,volunteerEmergencyContactPhoneSuffix:volunteerEmergencyContactPhoneSuffix,volunteerGroupId:volunteerGroupId,locationId:locationId,volunteerSchoolProject:volunteerSchoolProject,volunteerNeededHours:volunteerNeededHours,volunteerNeededHoursCompletedBy:volunteerNeededHoursCompletedBy,volunteerInSchool:volunteerInSchool,schoolId:schoolId,volunteerSchoolOther:volunteerSchoolOther,volunteerDaysOfWeekAvailable:volunteerDaysOfWeekAvailable,volunteerTimeRangeAvailable:volunteerTimeRangeAvailable,languageId:languageId,volunteerWhy:volunteerWhy,volunteerJoinLocation:volunteerJoinLocation,volunteerJoinVolunteerActivity:volunteerJoinVolunteerActivity,volunteerJoinVolunteerProjectType:volunteerJoinVolunteerProjectType},succeededCallback,failedCallback,userContext); }}
wsFromSubmit.registerClass('wsFromSubmit',Sys.Net.WebServiceProxy);
wsFromSubmit._staticInstance = new wsFromSubmit();
wsFromSubmit.set_path = function(value) {
wsFromSubmit._staticInstance.set_path(value); }
wsFromSubmit.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wsFromSubmit._staticInstance.get_path();}
wsFromSubmit.set_timeout = function(value) {
wsFromSubmit._staticInstance.set_timeout(value); }
wsFromSubmit.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wsFromSubmit._staticInstance.get_timeout(); }
wsFromSubmit.set_defaultUserContext = function(value) { 
wsFromSubmit._staticInstance.set_defaultUserContext(value); }
wsFromSubmit.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wsFromSubmit._staticInstance.get_defaultUserContext(); }
wsFromSubmit.set_defaultSucceededCallback = function(value) { 
 wsFromSubmit._staticInstance.set_defaultSucceededCallback(value); }
wsFromSubmit.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wsFromSubmit._staticInstance.get_defaultSucceededCallback(); }
wsFromSubmit.set_defaultFailedCallback = function(value) { 
wsFromSubmit._staticInstance.set_defaultFailedCallback(value); }
wsFromSubmit.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wsFromSubmit._staticInstance.get_defaultFailedCallback(); }
wsFromSubmit.set_path("/webServices/wsFromSubmit.asmx");
wsFromSubmit.formInsert= function(formTitle,formToEmailId,pageId,formNameF,formNameL,formAddress,formCity,formState,formZip,formPhoneAreaCode,formPhonePrefix,formPhoneSuffix,formPhoneMobileAreacode,formPhoneMobilePrefix,formPhoneMobileSuffix,fromPhoneOtherLabel,fromPhoneOtherAreacode,fromPhoneOtherPrefix,fromPhoneOtherSuffix,formEmail,locationId,formLibraryCardNumber,formMessage,formOptionBitALabel,formOptionBitA,formOptionBitBLabel,formOptionBitB,formOptionBitCLabel,formOptionBitC,formOptionTextALabel,formOptionTextA,formOptionTextBLabel,formOptionTextB,formOptionTextCLabel,formOptionTextC,formConfirmationReplyAddresss,formConfirmationMessage,onSuccess,onFailed,userContext) {
/// <param name="formTitle" type="String">System.String</param>
/// <param name="formToEmailId" type="String">System.String</param>
/// <param name="pageId" type="String">System.String</param>
/// <param name="formNameF" type="String">System.String</param>
/// <param name="formNameL" type="String">System.String</param>
/// <param name="formAddress" type="String">System.String</param>
/// <param name="formCity" type="String">System.String</param>
/// <param name="formState" type="String">System.String</param>
/// <param name="formZip" type="String">System.String</param>
/// <param name="formPhoneAreaCode" type="String">System.String</param>
/// <param name="formPhonePrefix" type="String">System.String</param>
/// <param name="formPhoneSuffix" type="String">System.String</param>
/// <param name="formPhoneMobileAreacode" type="String">System.String</param>
/// <param name="formPhoneMobilePrefix" type="String">System.String</param>
/// <param name="formPhoneMobileSuffix" type="String">System.String</param>
/// <param name="fromPhoneOtherLabel" type="String">System.String</param>
/// <param name="fromPhoneOtherAreacode" type="String">System.String</param>
/// <param name="fromPhoneOtherPrefix" type="String">System.String</param>
/// <param name="fromPhoneOtherSuffix" type="String">System.String</param>
/// <param name="formEmail" type="String">System.String</param>
/// <param name="locationId" type="String">System.String</param>
/// <param name="formLibraryCardNumber" type="String">System.String</param>
/// <param name="formMessage" type="String">System.String</param>
/// <param name="formOptionBitALabel" type="String">System.String</param>
/// <param name="formOptionBitA" type="String">System.String</param>
/// <param name="formOptionBitBLabel" type="String">System.String</param>
/// <param name="formOptionBitB" type="String">System.String</param>
/// <param name="formOptionBitCLabel" type="String">System.String</param>
/// <param name="formOptionBitC" type="String">System.String</param>
/// <param name="formOptionTextALabel" type="String">System.String</param>
/// <param name="formOptionTextA" type="String">System.String</param>
/// <param name="formOptionTextBLabel" type="String">System.String</param>
/// <param name="formOptionTextB" type="String">System.String</param>
/// <param name="formOptionTextCLabel" type="String">System.String</param>
/// <param name="formOptionTextC" type="String">System.String</param>
/// <param name="formConfirmationReplyAddresss" type="String">System.String</param>
/// <param name="formConfirmationMessage" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
wsFromSubmit._staticInstance.formInsert(formTitle,formToEmailId,pageId,formNameF,formNameL,formAddress,formCity,formState,formZip,formPhoneAreaCode,formPhonePrefix,formPhoneSuffix,formPhoneMobileAreacode,formPhoneMobilePrefix,formPhoneMobileSuffix,fromPhoneOtherLabel,fromPhoneOtherAreacode,fromPhoneOtherPrefix,fromPhoneOtherSuffix,formEmail,locationId,formLibraryCardNumber,formMessage,formOptionBitALabel,formOptionBitA,formOptionBitBLabel,formOptionBitB,formOptionBitCLabel,formOptionBitC,formOptionTextALabel,formOptionTextA,formOptionTextBLabel,formOptionTextB,formOptionTextCLabel,formOptionTextC,formConfirmationReplyAddresss,formConfirmationMessage,onSuccess,onFailed,userContext); }
wsFromSubmit.summerReadingSave= function(nameF,nameL,email,phoneAreacode,phonePrefix,phoneSuffix,age,schoolId,schoolOther,locationId,booksRead,onSuccess,onFailed,userContext) {
/// <param name="nameF" type="String">System.String</param>
/// <param name="nameL" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="phoneAreacode" type="String">System.String</param>
/// <param name="phonePrefix" type="String">System.String</param>
/// <param name="phoneSuffix" type="String">System.String</param>
/// <param name="age" type="String">System.String</param>
/// <param name="schoolId" type="Number">System.Int32</param>
/// <param name="schoolOther" type="String">System.String</param>
/// <param name="locationId" type="Number">System.Int32</param>
/// <param name="booksRead" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
wsFromSubmit._staticInstance.summerReadingSave(nameF,nameL,email,phoneAreacode,phonePrefix,phoneSuffix,age,schoolId,schoolOther,locationId,booksRead,onSuccess,onFailed,userContext); }
wsFromSubmit.volunteerSave= function(volunteerNameFirst,volunteerNameLast,volunteerBirthday,volunteerPhoneAreacode,volunteerPhonePrefix,volunteerPhoneSuffix,volunteerAddressStreet,volunteerAddressApt,volunteerAddressCity,volunteerAddressState,volunteerAddressZip,volunteerEmail,volunteerEmergencyContactNameFirst,volunteerEmergencyContactNameLast,volunteerEmergencyContactPhoneAreacode,volunteerEmergencyContactPhonePrefix,volunteerEmergencyContactPhoneSuffix,volunteerGroupId,locationId,volunteerSchoolProject,volunteerNeededHours,volunteerNeededHoursCompletedBy,volunteerInSchool,schoolId,volunteerSchoolOther,volunteerDaysOfWeekAvailable,volunteerTimeRangeAvailable,languageId,volunteerWhy,volunteerJoinLocation,volunteerJoinVolunteerActivity,volunteerJoinVolunteerProjectType,onSuccess,onFailed,userContext) {
/// <param name="volunteerNameFirst" type="String">System.String</param>
/// <param name="volunteerNameLast" type="String">System.String</param>
/// <param name="volunteerBirthday" type="String">System.String</param>
/// <param name="volunteerPhoneAreacode" type="String">System.String</param>
/// <param name="volunteerPhonePrefix" type="String">System.String</param>
/// <param name="volunteerPhoneSuffix" type="String">System.String</param>
/// <param name="volunteerAddressStreet" type="String">System.String</param>
/// <param name="volunteerAddressApt" type="String">System.String</param>
/// <param name="volunteerAddressCity" type="String">System.String</param>
/// <param name="volunteerAddressState" type="String">System.String</param>
/// <param name="volunteerAddressZip" type="String">System.String</param>
/// <param name="volunteerEmail" type="String">System.String</param>
/// <param name="volunteerEmergencyContactNameFirst" type="String">System.String</param>
/// <param name="volunteerEmergencyContactNameLast" type="String">System.String</param>
/// <param name="volunteerEmergencyContactPhoneAreacode" type="String">System.String</param>
/// <param name="volunteerEmergencyContactPhonePrefix" type="String">System.String</param>
/// <param name="volunteerEmergencyContactPhoneSuffix" type="String">System.String</param>
/// <param name="volunteerGroupId" type="String">System.String</param>
/// <param name="locationId" type="String">System.String</param>
/// <param name="volunteerSchoolProject" type="String">System.String</param>
/// <param name="volunteerNeededHours" type="String">System.String</param>
/// <param name="volunteerNeededHoursCompletedBy" type="String">System.String</param>
/// <param name="volunteerInSchool" type="String">System.String</param>
/// <param name="schoolId" type="String">System.String</param>
/// <param name="volunteerSchoolOther" type="String">System.String</param>
/// <param name="volunteerDaysOfWeekAvailable" type="String">System.String</param>
/// <param name="volunteerTimeRangeAvailable" type="String">System.String</param>
/// <param name="languageId" type="String">System.String</param>
/// <param name="volunteerWhy" type="String">System.String</param>
/// <param name="volunteerJoinLocation" type="String">System.String</param>
/// <param name="volunteerJoinVolunteerActivity" type="String">System.String</param>
/// <param name="volunteerJoinVolunteerProjectType" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
wsFromSubmit._staticInstance.volunteerSave(volunteerNameFirst,volunteerNameLast,volunteerBirthday,volunteerPhoneAreacode,volunteerPhonePrefix,volunteerPhoneSuffix,volunteerAddressStreet,volunteerAddressApt,volunteerAddressCity,volunteerAddressState,volunteerAddressZip,volunteerEmail,volunteerEmergencyContactNameFirst,volunteerEmergencyContactNameLast,volunteerEmergencyContactPhoneAreacode,volunteerEmergencyContactPhonePrefix,volunteerEmergencyContactPhoneSuffix,volunteerGroupId,locationId,volunteerSchoolProject,volunteerNeededHours,volunteerNeededHoursCompletedBy,volunteerInSchool,schoolId,volunteerSchoolOther,volunteerDaysOfWeekAvailable,volunteerTimeRangeAvailable,languageId,volunteerWhy,volunteerJoinLocation,volunteerJoinVolunteerActivity,volunteerJoinVolunteerProjectType,onSuccess,onFailed,userContext); }

