// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (International == null) var International = {}; International._path = '/hellokitty/dwr'; International.convertPrices = function(p0, p1, callback) { dwr.engine._execute(International._path, 'International', 'convertPrices', p0, p1, callback); }