Major update: Refactor to rename ContentName to Name.  Delete KeyName.js.  For the moment, the KeyName class is now in KeyLocator.js.
This is done according to the API notes:
http://sea.remap.ucla.edu:8080/attachments/download/23/lwndn_api-notes_21020830.txt
diff --git a/js/java_socket_bridge.js b/js/java_socket_bridge.js
index 68c2e9e..5f617b6 100644
--- a/js/java_socket_bridge.js
+++ b/js/java_socket_bridge.js
@@ -72,7 +72,7 @@
 	

 	var answer = toNumbersFromString('WORLD');

 

-	var co = new ContentObject(new ContentName(name),si,answer,new Signature()); 

+	var co = new ContentObject(new Name(name),si,answer,new Signature()); 

 	co.sign();