-Adjust the News & Noteworthy page

Change-Id: I4acd9c081d38626d0603b71acb12e68aa3c1d44d
Signed-off-by: jbouthillie <lmcbout@gmail.com>
diff --git a/news/index.php b/news/index.php
index c8a41c3..0326a6b 100644
--- a/news/index.php
+++ b/news/index.php
@@ -2,6 +2,7 @@
 	$pageTitle 		= "R4E - New & Noteworthy";
 
 	$html  = '<div id="midcolumn">';
+	  $html .= file_get_contents('../new/new-0.20.0.html');
 	  $html .= file_get_contents('../new/new-0.13.0.html');
       $html .= file_get_contents('../new/new-0.12.0.html');
       $html .= file_get_contents('../new/new-0.11.0.html');