*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 6024a88..5253d4c 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -32,6 +32,9 @@
 	$App->AddExtraHtmlHeader( '<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="/rt/rap-layout-fixes-ie.css"/><![endif]-->' );
 	$App->AddExtraHtmlHeader( '<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>' );
 	$App->AddExtraHtmlHeader( '<link rel="shortcut icon" href="/rt/images/favicon.ico" />');
+	$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-big-header.css"/>' );
+	$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-posts.css"/>' );
+	$App->AddExtraHtmlHeader( '<script type="text/javascript" src="/rt/jquery.zrssfeed.min.js"></script>' );
 
 //  $App->Promotion = TRUE; # set true to enable current eclipse.org site-wide promo
 
diff --git a/index.php b/index.php
index 42888a7..217e7b8 100644
--- a/index.php
+++ b/index.php
@@ -2,15 +2,11 @@
 

 // ini_set('display_errors', 1); ini_set('error_reporting', E_ALL);

 

-$pageTitle 		= "Eclipse RT Project";

-$pageKeywords	= "equinox, osgi, framework, runtime";

-$pageAuthor = "Jeff McAffer";

+	$pageTitle 		= "Eclipse RT Project";

+	$pageKeywords	= "equinox, osgi, framework, runtime";

+	$pageAuthor = "Jeff McAffer";

 

-$Nav = null; // delete right side navigation

-

-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-big-header.css"/>' );

-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="/rt/rap-posts.css"/>' );

-$App->AddExtraHtmlHeader( '<script type="text/javascript" src="/rt/jquery.zrssfeed.min.js"></script>' );

+	$Nav = null; // delete right side navigation

 	

 function populateProjectList($projects) {

 	$result = "\n<ul>";

diff --git a/right-links.html b/right-links.html
new file mode 100755
index 0000000..cc2c6f4
--- /dev/null
+++ b/right-links.html
@@ -0,0 +1,19 @@
+<div id="rightcolumn">
+	<div class="sideitem">
+	    <h6>RT News <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=e3109ca0ef00e70403285b7588e457d2&_render=rss" class="rssIcon"><img src="/rt/images/feed.png" alt="feed"/></a></h6>
+	    <div id="rssFeed"></div>
+	    <script type="text/javascript">
+	      $( document ).ready( function () {
+	        $( '#rssFeed' ).rssfeed( 'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3De3109ca0ef00e70403285b7588e457d2%26_render%3Drss',
+	          { limit: 5, header : false, titletag : "h5", date : true, content : false } );
+	      } );
+	    </script>
+	</div>
+
+  <div style="position: relative; margin-bottom: 10px;">
+    <a href="http://www.eclipse.org/eclipsert/"><img alt="EclipseRT"
+        src="/rt/images/EclipseRT.png"
+        style="position: relative; left: 55px; top: 0pt;"/></a>
+  </div>
+
+</div>