added missing incubation logo to download.php
diff --git a/download.php b/download.php
index ce43a30..924af90 100755
--- a/download.php
+++ b/download.php
@@ -24,6 +24,14 @@
 <p><b>Drag to Install: </b><a href='http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1662' title='Drag and drop into a running Eclipse Indigo workspace to install Vex'><img src="http://marketplace.eclipse.org/misc/installbutton.png" style="vertical-align:text-bottom"/></a></p>
 
 </div>
+<div id="rightcolumn">
+ <div class="sideitem">
+   <h6>Incubation</h6>
+   <div align="center"><a href="/projects/what-is-incubation.php"><img 
+        align="center" src="/images/egg-incubation.png" 
+        border="0" alt="Incubation" /></a></div>
+ </div>
+</div>
 EOHTML;
     # Generate the web page
     $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);