Uncomitted stuff from the previous commit
diff --git a/js/KeyName.js b/js/KeyName.js
index 036a550..2c79bfc 100644
--- a/js/KeyName.js
+++ b/js/KeyName.js
@@ -20,6 +20,8 @@
 	this.ContentName = new ContentName();
 	this.ContentName.decode(decoder);
 	
+	if(LOG>4) console.log('KEY NAME FOUND: ');
+	
 	if ( peek(decoder) ) {
 		this.PublisherID = new PublisherID();
 		this.PublisherID.decode(decoder);