*** empty log message ***
diff --git a/downloads.php b/downloads.php
index a89e496..7a54ab5 100644
--- a/downloads.php
+++ b/downloads.php
@@ -38,8 +38,10 @@
 	$WWIM = new companyInfo("Weigle Wilczek - Information Management", "images/wilczek.jpg", "German and Russian servers.", "All", "redirect.php?A=WWIM", 100, 1);
 	$IBM = new companyInfo("IBM", "images/ibm.jpg", "Updated for 3.2.1 - Free, no-registration-necessary Callisto bundles ready-to-use: 1) JavaEE development (WTP); 2) software modeling (GMF); 3) testing (TPTP); 4) enterprise projects. Let IBM help you jump-start your next Eclipse project.", "All", "redirect.php?A=IBM",  100, 1);
 	$ACTUATE = new companyInfo("Actuate", "images/actuate.PNG", "Download servers at China with translated download pages.", "Projects: SDK (English), BIRT All-in-one.", "redirect.php?A=ACT",  50, 1);
+	$ROWE = new companyInfo("RoweBots", "images/rowebots64.jpg", "iZoom! and DSPnano single click install bundles with other projects required for embedded system development.  No registration required.", "Projects: Callisto Embedded Systems Downloads", "redirect.php?A=ROW",  50, 1);
+
 	///  Add the new Variable to this array  
-	$companyinfo = array(&$Innoopract, &$WWIM, &$IBM, &$BEA, &$NexB, &$ACTUATE);
+	$companyinfo = array(&$Innoopract, &$WWIM, &$IBM, &$BEA, &$NexB, &$ACTUATE, &ROWE);
 	///////////////////////////////////////////////////////////////////////////////////////////
 	$randomized = randomSeed ($companyinfo);
 	
diff --git a/images/rowebots64.jpg b/images/rowebots64.jpg
new file mode 100644
index 0000000..df951b7
--- /dev/null
+++ b/images/rowebots64.jpg
Binary files differ
diff --git a/redirect.php b/redirect.php
index 52387fd..1935b0c 100644
--- a/redirect.php
+++ b/redirect.php
@@ -4,7 +4,10 @@
 							"NexB" => "http://easyeclipse.org/site/home/callisto.html",
 							"WWIM" => "http://www.weiglewilczek.com/callisto", 
 							"IBM" => "http://www.ibm.com/developerworks/eclipse/downloads/",
-							"ACT" => "http://download.actuatechina.com/callisto/");
+							"ACT" => "http://download.actuatechina.com/callisto/",
+							"ROW" => "http://rowebots.com/opensource/eclipse_downloads/"
+							
+							);
 	$companyName = $_GET['A'];
 	$url = $companyArray[$companyName];
 	if ($companyName != "" & $url != "")