var L2GoogleMap = { GetMapLocationAgain:function(callback,context){return new ajax_request(this.url + '?_method=GetMapLocationAgain&_session=no','',callback, context);}, SetRedirectURL:function(isSamePage,callback,context){return new ajax_request(this.url + '?_method=SetRedirectURL&_session=no','isSamePage=' + enc(isSamePage),callback, context);}, GetMapLocation:function(callback,context){return new ajax_request(this.url + '?_method=GetMapLocation&_session=no','',callback, context);}, CountTotalLocation:function(callback,context){return new ajax_request(this.url + '?_method=CountTotalLocation&_session=no','',callback, context);}, GetIndexLocation:function(indexCounter,callback,context){return new ajax_request(this.url + '?_method=GetIndexLocation&_session=no','indexCounter=' + enc(indexCounter),callback, context);}, GetTitleAndComments:function(location,callback,context){return new ajax_request(this.url + '?_method=GetTitleAndComments&_session=no','location=' + enc(location),callback, context);}, GetTotalComment:function(strLocation,callback,context){return new ajax_request(this.url + '?_method=GetTotalComment&_session=no','strLocation=' + enc(strLocation),callback, context);}, SubmittedComments:function(location,title,description,callback,context){return new ajax_request(this.url + '?_method=SubmittedComments&_session=no','location=' + enc(location)+ '\r\ntitle=' + enc(title)+ '\r\ndescription=' + enc(description),callback, context);}, getCmttedUserNameOnUserID:function(userID,callback,context){return new ajax_request(this.url + '?_method=getCmttedUserNameOnUserID&_session=no','userID=' + enc(userID),callback, context);}, isCommentPostedOnFirstTitle:function(mLocation,mCmtTitle,userID,strOwnerName,strOwnerTitle,cmtTitleOwnerEmail,callback,context){return new ajax_request(this.url + '?_method=isCommentPostedOnFirstTitle&_session=no','mLocation=' + enc(mLocation)+ '\r\nmCmtTitle=' + enc(mCmtTitle)+ '\r\nuserID=' + enc(userID)+ '\r\nstrOwnerName=' + enc(strOwnerName)+ '\r\nstrOwnerTitle=' + enc(strOwnerTitle)+ '\r\ncmtTitleOwnerEmail=' + enc(cmtTitleOwnerEmail),callback, context);}, SentMailToFirstCommentted:function(cmtPostedBy,firstPostedtitle,titleOwnerName,titleOwnerEmail,callback,context){return new ajax_request(this.url + '?_method=SentMailToFirstCommentted&_session=no','cmtPostedBy=' + enc(cmtPostedBy)+ '\r\nfirstPostedtitle=' + enc(firstPostedtitle)+ '\r\ntitleOwnerName=' + enc(titleOwnerName)+ '\r\ntitleOwnerEmail=' + enc(titleOwnerEmail),callback, context);}, HandleErrorWithRedirectOrNot:function(ex,redirectFileName,callback,context){return new ajax_request(this.url + '?_method=HandleErrorWithRedirectOrNot&_session=no','ex=' + enc(ex)+ '\r\nredirectFileName=' + enc(redirectFileName),callback, context);}, SendExternalEmail:function(From,To,Subject,Body,callback,context){return new ajax_request(this.url + '?_method=SendExternalEmail&_session=no','From=' + enc(From)+ '\r\nTo=' + enc(To)+ '\r\nSubject=' + enc(Subject)+ '\r\nBody=' + enc(Body),callback, context);}, ComputeMail:function(Mail,parameters,callback,context){return new ajax_request(this.url + '?_method=ComputeMail&_session=no','Mail=' + enc(Mail)+ '\r\nparameters=' + json_from_object(parameters),callback, context);}, GetMailContent:function(Source,MailFrom,MailSubject,MailBody,callback,context){return new ajax_request(this.url + '?_method=GetMailContent&_session=no','Source=' + enc(Source)+ '\r\nMailFrom=' + enc(MailFrom)+ '\r\nMailSubject=' + enc(MailSubject)+ '\r\nMailBody=' + enc(MailBody),callback, context);}, GetUserPostingStatus:function(strLocation,strUserID,callback,context){return new ajax_request(this.url + '?_method=GetUserPostingStatus&_session=no','strLocation=' + enc(strLocation)+ '\r\nstrUserID=' + enc(strUserID),callback, context);}, url:'/ajax/L2GoogleMap,GoogleMap_deploy.ashx' }