

// Provide a default path to DWREngine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

DWREngine._defaultPath = '/dwr';

if (BlogUtils == null) var BlogUtils = {};
BlogUtils._path = 'http://www.rebuscando.info/dwr';
BlogUtils.JgetLastPosts = function(p0, callback) {
  DWREngine._execute(BlogUtils._path, 'BlogUtils', 'JgetLastPosts', p0, callback);
}
BlogUtils.JgetLastRegisteredBlogs = function(p0, callback) {
  DWREngine._execute(BlogUtils._path, 'BlogUtils', 'JgetLastRegisteredBlogs', p0, callback);
}
BlogUtils.JgetMaxNumPosts = function(p0, callback) {
  DWREngine._execute(BlogUtils._path, 'BlogUtils', 'JgetMaxNumPosts', p0, callback);
}

