--- old.js 2006-04-15 18:02:16.000000000 -0700 +++ ajax_mediumvote.js 2006-06-08 12:59:57.000000000 -0700 @@ -7,7 +7,7 @@ var text = ''; if(node) { if(node.children) { - text = GetTextContent(node.firstChild); + text = getTextContent(node.firstChild); } else { if(node.nodeValue) { // ie @@ -67,7 +67,7 @@ this.uri = uri; this.id = id; this.elt.onclick = function() { - HTTPGet(db.uri, db.receive, db); + HTTPGet("/"+db.uri, db.receive, db); } }