| 
      
        ");
    }
  // Start loop for articles
    for (var counter=0; counter < numberofarticles; counter++)
    {
    if ((counter == (global_article.length - 1)) && moreover_text == 1) 
      { 
      headline_fgcolor = source_fgcolor; 
      time_display = "No";
      }
    // Print out the headline
    document.writeln("|   
  
  
  
  
  
  
  
 |  | ");
    document.writeln(""+global_article[counter].headline_text+"... ");
    
      // Print out the source
        if ((counter != (global_article.length - 1)) || moreover_text != 1)
        {
        document.writeln("");
        document.writeln("");
        document.writeln(""+global_article[counter].source+"  ");
        }
    
    // Print out reg/sub if appropriate
    if (global_article[counter].access_status == "sub" || global_article[counter].access_status == "reg")
      {
      document.writeln(" ");
      document.writeln(""+global_article[counter].access_status+"  ");
      }
        // Print out the harvest time
    if (time_display == "Yes")
      {
      // Make a new date object
      time[counter] = new Date(global_article[counter].harvest_time);
      time[counter].setHours(time[counter].getHours() - (time[counter].getTimezoneOffset() / 60 ));
      document.writeln("");
      document.writeln(""+time[counter].toString()+"");
      } 
    document.writeln("
 |  ");
    } // End of article loop
  // Start of clone button code //
  // NOTE: DO NOT REMOVE any of the code in this section //
  document.writeln("");
  // End of clone button code //
  document.writeln("|  |  |