6beb3759a5871735b17abee33372cfbdfeb59dde
jnavarr5
  Wed Mar 15 15:44:01 2017 -0700
Fixing the anchor for news archives and adding the news to the gateway page

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index 36a1c1f..bca37e0 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,35 +1,35 @@
 <!-- News item template:
 
   <div class="jwNewsItem jwSingleLineRightColumn">
     __DATE__ -
     <a href="goldenPath/newsarch.html#__MMDDYY__">
       __HEADLINE__
     </a></div>
 
   1. Replace __DATE__ with something like 'Apr. 29, 2016'
   2. Replace __MMDDYY__ with something like '042916'
   3. Replace __HEADLINE__ with the news item's headline like 'Awesome New Feature'
      Be sure to follow the CORRECT STYLE for the headline: 
         - capitalize first letter of headline -- no other caps except for proper nouns and acronyms
         - check that headline char count doesn't exceed the line length (otherwise will truncate)
   4. Drop the bottom item from the list (limit of 3 items at a time)
 -->
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
-  Mar. 3, 2017 -
-  <a href="goldenPath/newsarch.html#030317">
-  New NCBI RefSeq tracks released!
+  Mar. 15, 2017 -
+  <a href="goldenPath/newsarch.html#031517">
+  New Genome Browers available for golden snub-nosed monkey, proboscis monkey, and turkey!
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
-  Feb. 16, 2017 -
-  <a href="goldenPath/newsarch.html#021617">
-  New keyboard shortcuts for zoom views
+  Mar. 3, 2017 -
+  <a href="goldenPath/newsarch.html#030317">
+  New NCBI RefSeq tracks released!
   </a></div>
   
   <div class="jwNewsItem jwSingleLineRightCoumn">
   Jan. 23, 2017 -
   <a href="goldenPath/newsarch.html#012317">
   New GBiC cloud server installation product
   </a></div>