// 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 (Productcompare == null) var Productcompare = {}; Productcompare._path = '/dwr'; Productcompare.removeProduct = function(p0, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'removeProduct', p0, false, callback); } Productcompare.SetCookie = function(p0, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'SetCookie', p0, false, false, callback); } Productcompare.doReadCookies = function(p0, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'doReadCookies', p0, false, callback); } Productcompare.removeHistory = function(p0, p1, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'removeHistory', p0, p1, false, false, callback); } Productcompare.SetHistoryCookie = function(p0, p1, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'SetHistoryCookie', p0, p1, false, false, callback); } Productcompare.doReadHistoryCookies = function(p0, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'doReadHistoryCookies', p0, false, callback); } Productcompare.htmlUrl = function(p0, p1, callback) { dwr.engine._execute(Productcompare._path, 'Productcompare', 'htmlUrl', p0, p1, false, callback); }