docs only.
add a homepage for the searchable dictionary sample app.
and make all urls relative
diff --git a/samples/Home/_index.html b/samples/Home/_index.html
index 2a62812..7581eed 100644
--- a/samples/Home/_index.html
+++ b/samples/Home/_index.html
@@ -6,4 +6,4 @@
 <p>This is actually the source of an old incarnation of the default Home application,
 which may look familiar if you played with some of the older pre-1.0 SDKs.</p>
 
-<img alt="" src="/guide/samples/images/HomeSample.png" />
\ No newline at end of file
+<img alt="" src="../images/HomeSample.png" />
\ No newline at end of file
diff --git a/samples/JetBoy/_index.html b/samples/JetBoy/_index.html
index 6665164..f7ce9ef 100644
--- a/samples/JetBoy/_index.html
+++ b/samples/JetBoy/_index.html
@@ -1,7 +1,7 @@
 <p>JetBoy is a sample game that demonstrates the use of the 
-<a href="/reference/android/media/JetPlayer.html">android.media.JetPlayer</a> 
+<a href="../../../reference/android/media/JetPlayer.html">android.media.JetPlayer</a> 
 class to implement an interactive music soundtrack in an application. JetBoy uses 
-<a href="/guide/topics/media/index.html#jet">JET content created with
+<a href="../../../guide/topics/media/index.html#jet">JET content created with
 JetCreator</a> and game-generated events fed to JetPlayer 
 to adapt the soundtrack to the user actions. Listen to how the melody picks 
 up when you start shooting asteroids, how you are congratulated when you 
@@ -18,7 +18,7 @@
 </p>
 
 <p><strong>See also:</strong><br/>
-<a href="/guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/>
-<a href="/reference/android/media/JetPlayer.html">JetPlayer class</a></p>
+<a href="../../../guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/>
+<a href="../../../reference/android/media/JetPlayer.html">JetPlayer class</a></p>
 
-<img alt="" src="/guide/samples/images/JetBoy.png"  />
+<img alt="" src="../images/JetBoy.png"  />
diff --git a/samples/LunarLander/_index.html b/samples/LunarLander/_index.html
index 6287b87..c2800eb 100644
--- a/samples/LunarLander/_index.html
+++ b/samples/LunarLander/_index.html
@@ -9,4 +9,4 @@
 </ul>
 </p>
 
-<img alt=""  src="/guide/samples/images/sample_lunarlander.png" >
\ No newline at end of file
+<img alt=""  src="../images/sample_lunarlander.png" >
\ No newline at end of file
diff --git a/samples/NotePad/_index.html b/samples/NotePad/_index.html
index 92486e5..093022b 100644
--- a/samples/NotePad/_index.html
+++ b/samples/NotePad/_index.html
@@ -9,11 +9,11 @@
 </ul>
 
 <p class="note">Please notice that this is not the same
-notepad code that's used for the <a href="/guide/tutorials/notepad/index.html">Notepad Tutorial</a>. 
+notepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>. 
 They are similar in nature, but there are several differences in implementation &mdash; the tutorial
 is slightly more simple. If you're new to 
 Android development, we suggest you start with the tutorial, then visit this
 code later to see more sample code.</p>
 
-<img alt="" src="/guide/samples/images/sample_notepad.png" />
-<img alt="" src="/guide/samples/images/sample_note.png" />
+<img alt="" src="../images/sample_notepad.png" />
+<img alt="" src="../images/sample_note.png" />
diff --git a/samples/SearchableDictionary/_index.html b/samples/SearchableDictionary/_index.html
new file mode 100644
index 0000000..de3345e
--- /dev/null
+++ b/samples/SearchableDictionary/_index.html
@@ -0,0 +1,21 @@
+<p>A sample application that demonstrates Android's search framework.</p>
+
+<p>This application includes a dictionary of words. By invoking a search inside the app
+(via the device search button or Menu > Search), a local search will be performed
+across the dictionary. As you type, suggestions will appear, which you can select
+to view the full definition. You can also execute the search to view all word definitions
+that match the entered text.</p>
+
+<p>The application also grants content provider privileges to 
+Quick Search Box, Android's system-wide search tool. This means that the
+dictionary definitions can be offered as search suggestions outside of the application,
+when text is entered into Quick Search Box.</p>
+	
+<p>See also:</p>
+<ul>
+  <li><a href="../../../reference/android/app/SearchManager.html">SearchManager</a></li>
+  <li><a href="../../../reference/android/content/ContentProvider.html">ContentProvider</a></li>
+</ul>
+
+<img src="../images/SearchableDictionary1.png" />
+<img src="../images/SearchableDictionary2.png" />
\ No newline at end of file
diff --git a/samples/Snake/_index.html b/samples/Snake/_index.html
index 56391b9..991bc5d 100644
--- a/samples/Snake/_index.html
+++ b/samples/Snake/_index.html
@@ -7,4 +7,4 @@
 request draws to the screen. A great example of a basic game that does not
 require a fast framerate.</p>
 
-<img alt="" src="/guide/samples/images/Snake.png" />
+<img alt="" src="../images/Snake.png" />
diff --git a/samples/SoftKeyboard/_index.html b/samples/SoftKeyboard/_index.html
index 7fc7af5..49f197d 100644
--- a/samples/SoftKeyboard/_index.html
+++ b/samples/SoftKeyboard/_index.html
@@ -4,4 +4,4 @@
 a basic example for how you would get started writing an input method, to
 be fleshed out as appropriate.</p>
 
-<img alt="" src="/guide/samples/images/SoftKeyboard.png" />
\ No newline at end of file
+<img alt="" src="../images/SoftKeyboard.png" />
\ No newline at end of file