diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..2b4c762
Binary files /dev/null and b/.DS_Store differ
diff --git a/cats.js b/cats.js
new file mode 100644
index 0000000..d81bf79
--- /dev/null
+++ b/cats.js
@@ -0,0 +1,24 @@
+var cats =[
+
+{name: "fluffy", age:22, type:"Siamevil"},
+{name: "jim", age:23, type:"unknown"},
+{name: "greg", age:24, type:"Neanderthal"},
+{name: "jeff", age:24, type:"Stupid"},
+]
+
+var my_cat = cats.find(function(cat){
+return cat.name=="fluffy";
+})
+
+console.log("my cat is " ,my_cat);
+console.log("my cat is " ,my_cat.name);
+console.log("my cat is " ,my_cat.age);
+console.log("my cat is " ,my_cat.type);
+
+
+var fruits = ["apple","pear","mango","banana"]
+
+fruits.sort(function(){
+ fruits.splice();
+ return 0.5-Math.random()
+});
diff --git a/images/.DS_Store b/images/.DS_Store
new file mode 100644
index 0000000..a9ca0de
Binary files /dev/null and b/images/.DS_Store differ
diff --git a/images/division_bell.jpg b/images/the_division_bell.jpg
similarity index 100%
rename from images/division_bell.jpg
rename to images/the_division_bell.jpg
diff --git a/index.html b/index.html
index b82dcc4..2ccc1e7 100644
--- a/index.html
+++ b/index.html
@@ -1,15 +1,76 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Track Bin
+
+
+
+
+
+
+
+
+
+