no need for this
diff --git a/ProductDashboard/src/models/MyModel.as b/ProductDashboard/src/models/MyModel.as
index ebbe306..ac88187 100644
--- a/ProductDashboard/src/models/MyModel.as
+++ b/ProductDashboard/src/models/MyModel.as
@@ -570,10 +570,7 @@
         
         private function getPeopleData():void
         {
-            if (peopleURL.indexOf("http") == -1)
-                peopleService.url = peopleURL + "index.html";
-            else           
-                peopleService.url = peopleURL;
+            peopleService.url = peopleURL;
             peopleService.addEventListener("complete", peopleCompleteHandler);
             peopleService.send();
         }