Fixed links to eclipsecon as per Nathan/Ian's instructions.
diff --git a/c-dev.php b/c-dev.php
index f1fa6d7..860d40e 100644
--- a/c-dev.php
+++ b/c-dev.php
@@ -24,7 +24,7 @@
 	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
 	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
 	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
-	$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
+	#$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
 	
 	# End: page-specific settings
 	#
@@ -52,10 +52,12 @@
         <table cellspacing=0 class="callistoButtons">
         	<tr>
         		<td width="50"><img src="images/c.jpg"></a></td>
-				<td width="100%"class="noRightBorder">$pageTitle</td>
+				<td width="100%" class="noRightBorder">$pageTitle</td>
 			</tr>
 		</table>
-        
+       
+		<a href="http://www.eclipsecon.org/?tag=eclipse-callisto-cdev"><img style="margin-top:5px;" align="right" src="http://www.eclipsecon.org/2007/image125x125.gif"/></a>
+
 		<p>The Eclipse C/C++ Development Tools (CDT) runs on top of the Eclipse
 		Platform. The CDT provides advanced functionality for C/C++ developers, 
 		including:</p>
@@ -116,7 +118,6 @@
 			</ul>
       	</div>
 	</div>
-
 </div>
 
 EOHTML;
diff --git a/custom.php b/custom.php
index b70a081..4d9150e 100644
--- a/custom.php
+++ b/custom.php
@@ -24,7 +24,7 @@
 	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
 	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
 	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
-	$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
+	#$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
 	
 	# End: page-specific settings
 	#
@@ -55,7 +55,9 @@
 				<td width="100%"class="noRightBorder">$pageTitle</td>
 			</tr>
 		</table>
-        
+
+        <a href="http://www.eclipsecon.org/?tag=eclipse-callisto-custom"><img style="margin-top:5px;" align="right" src="http://www.eclipsecon.org/2007/image125x125.gif"/></a>
+
 		<p>The Callisto Experience starts with a small download in the form of the
 		Eclipse Platform Runtime Binaries. From this starting point, using the
 		<a href="$callisto_discovery">Callisto Discovery Site</a>, you can add as few or as many of the features
diff --git a/java.php b/java.php
index 18f3404..7522dfb 100644
--- a/java.php
+++ b/java.php
@@ -25,7 +25,7 @@
 	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
 	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
 	
-	$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
+	#$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
 	# End: page-specific settings
 	#
 			
@@ -55,7 +55,7 @@
 				<td width="100%"class="noRightBorder">$pageTitle</td>
 			</tr>
 		</table>
-        
+        <a href="http://www.eclipsecon.org/?tag=eclipse-callisto-java"><img style="margin-top:5px;" align="right" src="http://www.eclipsecon.org/2007/image125x125.gif"/></a>
         <h2><a name="sdk"></a></h2>
 		<p>The Eclipse Software Development Kit (SDK) contains everything you need to build
 		Java applications. Considered by many to be the best Java development tool available,
diff --git a/plugin-dev.php b/plugin-dev.php
index f641ee2..32285fd 100644
--- a/plugin-dev.php
+++ b/plugin-dev.php
@@ -24,7 +24,7 @@
 	# $Nav->addNavSeparator("My Page Links", 	"downloads.php");
 	# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
 	# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
-	$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
+	#$Nav->addCustomNav("<img src=\"http://www.eclipsecon.org/2007/image125x125.gif\"/>","http://www.eclipsecon.org/2007", "_self", 1);
 	
 	# End: page-specific settings
 	#
@@ -56,7 +56,9 @@
 				<td width="100%"class="noRightBorder">$pageTitle</td>
 			</tr>
 		</table>
-        
+
+        <a href="http://www.eclipsecon.org/?tag=eclipse-callisto-plugin"><img style="margin-top:5px;" align="right" src="http://www.eclipsecon.org/2007/image125x125.gif"/></a>
+
 		<p>The Eclipse Software Development Kit (SDK) contains everything you need to build
 		Eclipse applications, including plug-ins for the development environment and Eclipse Rich Client Platform (<a href="http://wiki.eclipse.org/index.php/Rich_Client_Platform">RCP</a>) applications.</p>
 		<p>The new Eclipse SDK 3.2 release features some exciting new capabilities for plug-in and RCP developers, including: