diff --git a/index.html b/index.html
index 276b1c9..91f4d4e 100644
--- a/index.html
+++ b/index.html
@@ -70,25 +70,57 @@ Duke Rd & Walden Ave,Buffalo,NY,14225,Apple Store Walden Galleria,(716) 685-2762
-
+
+
-
+ });
+
+ function render(results)
+ {
+ $('#output').text(JSON.stringify(results, undefined, 2));
+ }
+});
+