diff --git a/examples.html b/examples.html
index 7db46c7..e355e20 100644
--- a/examples.html
+++ b/examples.html
@@ -1,52 +1,118 @@
-
-
+
Flickr API in jQuery
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
photosGetRecent()
-
-
-
photosGetContactsPublicPhotos({user_id: '95448703@N00', count: 10})
-
-
-
photosSearch({user_id: '95448703@N00', per_page: 10})
-
-
-
photosSearch({user_id: '95448703@N00', per_page: 10, tags: 'portfolio'})
-
-
-
photosetsGetPhotos({photoset_id: '72157600185772527', per_page: 10})
-
+
+ photosGetRecent()
+
+
+
+ photosGetContactsPublicPhotos({user_id: '95448703@N00', count: 10})
+
+
+
+ photosSearch({user_id: '95448703@N00', per_page: 10})
+
+
+
+ photosSearch({user_id: '95448703@N00', per_page: 10, tags: 'portfolio'})
+
+
+
+ photosetsGetPhotos({photoset_id: '72157600185772527', per_page: 10})
+
+
+
+ tagSelect({user_id: '95448703@N00'},{multiple: true, size: 5, prompt: 'Select one...', onchange: getPhotosByTag }})
+
+
+
+
-
-
\ No newline at end of file
+
+