// 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 (RemotedProducts == null) var RemotedProducts = {}; RemotedProducts._path = '/dwr'; RemotedProducts.listColourOptionsForGender = function(p0, p1, callback) { dwr.engine._execute(RemotedProducts._path, 'RemotedProducts', 'listColourOptionsForGender', p0, p1, callback); } RemotedProducts.listSizeOptionsForGenderAndColour = function(p0, p1, p2, callback) { dwr.engine._execute(RemotedProducts._path, 'RemotedProducts', 'listSizeOptionsForGenderAndColour', p0, p1, p2, callback); } RemotedProducts.getMatchingStockAndPrice = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RemotedProducts._path, 'RemotedProducts', 'getMatchingStockAndPrice', p0, p1, p2, p3, callback); } RemotedProducts.getRecentProductsByGenre = function(p0, p1, callback) { dwr.engine._execute(RemotedProducts._path, 'RemotedProducts', 'getRecentProductsByGenre', p0, p1, callback); }