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/testing/test-decode-FaceInstance.html b/js/testing/test-decode-FaceInstance.html
index 196afbe..999e5f2 100644
--- a/js/testing/test-decode-FaceInstance.html
+++ b/js/testing/test-decode-FaceInstance.html
@@ -12,7 +12,7 @@
 	

 	<script type="text/javascript" src="../CCNTime.js"></script>

 	

-	<script type="text/javascript" src="../ContentName.js"></script>

+	<script type="text/javascript" src="../Name.js"></script>

 	

 	<script type="text/javascript" src="../ContentObject.js"></script>

 	

@@ -28,8 +28,6 @@
 	

 	<script type="text/javascript" src="../KeyLocator.js"></script>

 	

-	<script type="text/javascript" src="../KeyName.js"></script>

-

 	<script type="text/javascript" src="../PublisherID.js"></script>

 	

 	<script type="text/javascript" src="../Signature.js"></script>

@@ -154,7 +152,7 @@
 <body >

 	<form>

 		

-		Please Enter a Interest:<br />

+		Please Press Decode:<br />

 		

 		<!--  input id="faceInstance" type="text" name="FACEINSTANCE" value="/PARC/abc" /-->