45d64d64f40e2412d84eaf405a2c05b0e3ac5023
gperez2
  Fri Aug 25 13:37:24 2023 -0700
I accidentally removed the javascript announcement, adding it back in, refs #32033

diff --git src/hg/htdocs/indexNews.html src/hg/htdocs/indexNews.html
index 03205e9..c7889b6 100755
--- src/hg/htdocs/indexNews.html
+++ src/hg/htdocs/indexNews.html
@@ -1,48 +1,54 @@
 <!-- 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)
         - approx 50 characters
   4. Drop the bottom item from the list (limit of 6 items at a time)
 
                                                 | <- Cutoff point
 -->
   <div class="jwNewsItem jwSingleLineRightColumn">
   Aug. 18, 2023 -
   <a href="goldenPath/newsarch.html#081823">
   New GENCODE gene tracks: V44 (hg19/hg38) - VM33 (mm39)
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
+  Aug. 07, 2023
+  <a href="goldenPath/newsarch.html#080723">
+  Introducing an interactive tutorial for the UCSC Genome Browser
+  </a></div>
+
+  <div class="jwNewsItem jwSingleLineRightColumn">
   Aug. 01, 2023 -
   <a href="goldenPath/newsarch.html#080123">
   New ability to create duplicate tracks
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   Jul. 19, 2023 -
   <a href="goldenPath/newsarch.html#071923">
   FANTOM5 transcription start sites for Human, Mouse, Dog, Rhesus, Rat, and Chicken
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   Jun. 21, 2023 -
   <a href="goldenPath/newsarch.html#062123">
   Highly Reproducible genomic regions for sequencing for human
   </a></div>
 
   <div class="jwNewsItem jwSingleLineRightColumn">
   May 04, 2023 -
   <a href="goldenPath/newsarch.html#050423">
    EVA SNP release 4 for 36 assemblies
   </a></div>