Latest update sites
diff --git a/css/foundation.css b/css/foundation.css
index 9091524..372b473 100644
--- a/css/foundation.css
+++ b/css/foundation.css
@@ -5260,3 +5260,6 @@
 
 .touch th.show-for-touch {
   display: table-cell !important; }
+
+.red {
+  color: red; }
diff --git a/index.html b/index.html
index cf0d83c..b897710 100644
--- a/index.html
+++ b/index.html
@@ -158,10 +158,12 @@
 <div class="row">
   <div class="large-12 columns panel">
       <h4>Update existing Eclipse</h4>
-      <p>In Eclipse, click <i>Help -> Install New Software</i> and work with <a href="http://download.eclipse.org/tools/pdt/updates/3.3.2">http://download.eclipse.org/tools/pdt/updates/3.3.2</a></p>
+      <p>In Eclipse, click <i>Help -> Install New Software</i> and work with <a href="#compositeLatest" class="red">*</a>: <a href="http://download.eclipse.org/tools/pdt/updates/3.3.2">http://download.eclipse.org/tools/pdt/updates/3.3.2</a></p>
       <img src="img/update_dialog.png" alt="Eclipse Install&amp;Update Dialog">
-      <p>If you're looking for developer builds, try out <a href="http://download.eclipse.org/tools/pdt/updates/3.3-nightly">http://download.eclipse.org/tools/pdt/updates/3.3-nightly</a></p>
+      <p>If you're looking for developer builds, try out <a href="#compositeLatestNightly" class="red">**</a>: <a href="http://download.eclipse.org/tools/pdt/updates/3.3-nightly">http://download.eclipse.org/tools/pdt/updates/3.3-nightly</a> </p>
       <p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse.org Software User Agreement</a> unless otherwise specified.</p>
+      <p><span class="red">&nbsp;*</span> - Latest stable: <a id="compositeLatest" href="http://download.eclipse.org/tools/pdt/updates/latest/">http://download.eclipse.org/tools/pdt/updates/latest/</a><br />
+      <span class="red">**</span> - Latest nightly: <a id="compositeLatestNightly" href="http://download.eclipse.org/tools/pdt/updates/latest-nightly/">http://download.eclipse.org/tools/pdt/updates/latest-nightly/</a></p>
   </div>
 </div>