var FRGPricingPage = { CalcPriceForTemplateCategory:function(Zip,Quantity,Leadtime,CategoryID,ShipService,callback,context){return new ajax_request(this.url + '?_method=CalcPriceForTemplateCategory&_session=no','Zip=' + enc(Zip)+ '\r\nQuantity=' + enc(Quantity)+ '\r\nLeadtime=' + enc(Leadtime)+ '\r\nCategoryID=' + enc(CategoryID)+ '\r\nShipService=' + enc(ShipService),callback, context);}, GetPriceRate:function(aShipFromZip,aShipToZip,aWeight,aShipService,callback,context){return new ajax_request(this.url + '?_method=GetPriceRate&_session=no','aShipFromZip=' + enc(aShipFromZip)+ '\r\naShipToZip=' + enc(aShipToZip)+ '\r\naWeight=' + enc(aWeight)+ '\r\naShipService=' + enc(aShipService),callback, context);}, CalcUpdatePriceForOrder:function(Zip,Quantity,Leadtime,ShipService,OrderID,ClipartTotal,callback,context){return new ajax_request(this.url + '?_method=CalcUpdatePriceForOrder&_session=no','Zip=' + enc(Zip)+ '\r\nQuantity=' + enc(Quantity)+ '\r\nLeadtime=' + enc(Leadtime)+ '\r\nShipService=' + enc(ShipService)+ '\r\nOrderID=' + enc(OrderID)+ '\r\nClipartTotal=' + enc(ClipartTotal),callback, context);}, url:'/ajax/PC.FRGPricingPage,PC.FRGPage.ashx' }