// cached javascript var SPC_Rates = { FetchRates:function(argOriginCountry,argOriginPhoneType,argPrefecture,argDestinationCountry,argDestinationPhone,argOriginPrefix,strLanguage,callback,context){return new ajax_request(this.url + '?_method=FetchRates&_session=rw','argOriginCountry=' + enc(argOriginCountry)+ '\r\nargOriginPhoneType=' + enc(argOriginPhoneType)+ '\r\nargPrefecture=' + enc(argPrefecture)+ '\r\nargDestinationCountry=' + enc(argDestinationCountry)+ '\r\nargDestinationPhone=' + enc(argDestinationPhone)+ '\r\nargOriginPrefix=' + enc(argOriginPrefix)+ '\r\nstrLanguage=' + enc(strLanguage),callback, context);}, url:'/cyber/Pages/ajax/CyberService.SPC_Rates,CyberService.ashx' }