if (typeof Blog != "function") { function Blog() { this.author = null; this.title = null; } } // 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 (JUGMKServices == null) var JUGMKServices = {}; JUGMKServices._path = '/blogAggregator/dwr'; JUGMKServices.getBlogEntries = function(p0, callback) { dwr.engine._execute(JUGMKServices._path, 'JUGMKServices', 'getBlogEntries', p0, callback); } JUGMKServices.main = function(p0, callback) { dwr.engine._execute(JUGMKServices._path, 'JUGMKServices', 'main', p0, callback); }