772d174923bdc3f16ce1b8f8f2b5c4500e59c36a
brianlee
  Tue Oct 3 17:46:16 2017 -0700
Updating news date from code review

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index 06ea9aa..3ac9de3 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,45 +1,45 @@
 <!-- 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)
 -->
 
 <!--
 Staging for release: 
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
   Sep. 15, 2017 -
   <a href="goldenPath/newsarch.html#091517">
   New SNPedia track for hg19 and hg38
   </a></div>
   -->
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
   Sep. 29, 2017 -
   <a href="goldenPath/newsarch.html#092917">
   VAI now outputs HGVS
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
-  Sep. 19, 2017 -
+  Sep. 26, 2017 -
   <a href="goldenPath/newsarch.html#092617">
   dbSNP video released
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightCoumn">
   Sep. 12, 2017 -
   <a href="goldenPath/newsarch.html#091217">
   GTEx Transcript Expression tracks now available for human
   </a></div>