
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.votosdb');

if (typeof this['votosdb'] == 'undefined') votosdb = {};

votosdb._path = '/biblioeteca.web/dwr';








votosdb.votaNoticia = function(p0, p1, p2, p3, callback) {
return dwr.engine._execute(votosdb._path, 'votosdb', 'votaNoticia', arguments);
};








votosdb.votaComentario = function(p0, p1, p2, p3, callback) {
return dwr.engine._execute(votosdb._path, 'votosdb', 'votaComentario', arguments);
};



