diff --git a/IFrameCommunicator.html b/IFrameCommunicator.html
index 1a072bc..cf40c86 100755
--- a/IFrameCommunicator.html
+++ b/IFrameCommunicator.html
@@ -1,8 +1,8 @@
-
- IFrame Communicator
+
+ IFrame Communicator
-
+
-
-
-
-
+ if (window.location.hash && window.location.hash.length > 1) {
+ callParentFunction(window.location.hash.substring(1));
+ }
+
+
+
+