  //Top Tech news for home page section only- added 07/15/01
  if (early_exit == 0)
  {
  var width = "170"
  var category = ""
  var numberofarticles = global_article.length
  var item_spacing = "0"
  var cluster_bgcolor = "ffffff"
  var cluster_border = "0"
  var heading_display = "Yes"
  var time_display = "No"
  var cell_spacing = "0"
  var cell_padding = "0"
  var heading_bgcolor
  var heading_font
  var heading_font_size
  var heading_fgcolor
  var headline_bgcolor
  var headline_font
  var headline_font_size
  var headline_fgcolor
  var headline_cl
  var source_font
  var source_font_size
  var source_fgcolor
  var access_font
  var access_font_size
  var access_fgcolor
  var time_font
  var time_font_size
  var time_fgcolor
  var time = new Array(global_article.length)

  // Print out the table containing the headlines
  document.writeln("<CENTER><TABLE BORDER="+cluster_border+" BGCOLOR='#"+cluster_bgcolor+"' WIDTH='"+width+"' CELLPADDING=2 CELLSPACING=0>")
  //document.writeln("<tr><td align='center'><img src='http://i.moreover.com/images/moreover_wizard_link.gif' border='0'></td></tr>")
  document.writeln("<TR><TD><CENTER><TABLE BGCOLOR='#"+cluster_bgcolor+"' CELLPADDING="+cell_padding+" CELLSPACING="+cell_spacing+"  WIDTH='100%'>")

  // Start loop for articles
  for (var counter=0; counter < numberofarticles; counter++)
    {
    // Reset formatting settings to original values
    heading_bgcolor = "ffffff"
    heading_font = "helvetica, arial"
    heading_font_size = "2"
    heading_fgcolor = "000080"
    headline_bgcolor = "ffffff"
    headline_font = "helvetica, arial"
    headline_font_size = "2"
    headline_fgcolor = "000080"
    headline_cl = "subject"
    source_font = "helvetica, arial"
    source_font_size = "2"
    source_fgcolor = "000000"
    access_font = "Verdana"
    access_font_size = "2"
    access_fgcolor = "808080"
    time_font = "helvetica, arial"
    time_font_size = "1"
    time_fgcolor = "000000"

    if ((counter == (global_article.length - 1)) && moreover_text == 1) 
      { 
      headline_fgcolor = source_fgcolor; 
      time_display = "No";
      }

    // Check for new category
    if ((category != global_article[counter].cluster) && (heading_display == "Yes"))
      {
      // Set current category to new category
      category = global_article[counter].cluster

      //if (counter == 10 )
      //{
      //document.writeln("<tr><td align='right' colspan='2'><a href='p/ns/tech.html'")
      //document.writeln("<font face='Arial, Helvetica' size=2 color='000080'><i>more news...</i></font></a>")
      //document.writeln("<br>&nbsp;</td></tr>")
      //}	
    
      if (counter <=4) 
      {
      // Print a new category heading
      document.writeln("<TR BGCOLOR='#"+heading_bgcolor+"'><TD colspan='2' bgcolor='#EEEEEE' valign='top'>")
      document.writeln("<FONT SIZE="+heading_font_size+" FACE="+heading_font+" COLOR='#"+heading_fgcolor+"'>")
      document.writeln("<B>"+global_article[counter].cluster+"</B></FONT>")
     // document.writeln("<B>"+global_article[counter].cluster+"</B></FONT></TD></TR>")
      }
     
      if (counter <= 4) 
      {
      // Last updated
      time[counter] = new Date(global_article[counter].harvest_time)
      time[counter].setHours(time[counter].getHours() - (time[counter].getTimezoneOffset() / 60 )) // adjust the time to local
      document.writeln("<FONT FACE="+time_font+" SIZE="+time_font_size+" COLOR='#"+time_fgcolor+"'>&nbsp;-&nbsp;")

      if (navigator.appName == "Microsoft Internet Explorer") {
       document.writeln("&nbsp;"+time[counter].toString()+"</FONT></TD></TR>")
        }

      if (navigator.appName == "Netscape") {
       document.writeln("&nbsp;"+time[counter].toLocaleString()+"</FONT></TD></TR>")
       }     

      } 

      }

      if (counter <= 4) {
      // Print marker
      document.writeln("<TR BGCOLOR='#"+headline_bgcolor+"'><td valign='top'>&#149;&nbsp;&nbsp;</td>")


      // Print out the headline
      document.writeln("<TD class ='spLink'><A HREF='"+global_article[counter].url+"' >")
      //old document.writeln("<TR BGCOLOR='#"+headline_bgcolor+"'><TD class ='spLink'>&#149;<A HREF='"+global_article[counter].url+"' >")
      document.writeln("<FONT SIZE="+headline_font_size+" FACE="+headline_font+" COLOR='#"+headline_fgcolor+"'")
      document.writeln(">" + global_article[counter].headline_text+"</FONT></A>&nbsp;-&nbsp;")


      // Print out the source
        if ((counter != (global_article.length - 1)) || moreover_text != 1)
        {
        //document.writeln("<A HREF='"+global_article[counter].document_url+"' >")
        document.writeln("<FONT FACE="+source_font+" SIZE="+source_font_size+" COLOR='#"+source_fgcolor+"'>")
        document.writeln("<i>"+ global_article[counter].source+ "<i>" + "</FONT></A>")
        }

    }

    // Print out reg/sub if appropriate
    if (global_article[counter].access_status == "sub" || global_article[counter].access_status == "reg")
      {
      //document.writeln(" <A HREF='"+global_article[counter].access_registration+"'>")
      //document.writeln("<FONT FACE="+access_font+" SIZE="+access_font_size)
      //document.writeln(" COLOR='#"+access_fgcolor+"'>"+global_article[counter].access_status+"</FONT></A>&nbsp;&nbsp;")
      }

    // Print out the harvest time
    if (time_display == "Yes" && (counter <= 10) )
      {
      // Make a new date object
      time[counter] = new Date(global_article[counter].harvest_time)
      time[counter].setHours(time[counter].getHours() - (time[counter].getTimezoneOffset() / 60 )) // adjust the time to local
      document.writeln("<FONT FACE="+time_font+" SIZE="+time_font_size+" COLOR='#"+time_fgcolor+"'>")
      document.writeln("&nbsp;"+time[counter].toString()+"</FONT>")
      } 

     //document.writeln("</TD></TR><TR BGCOLOR='#"+headline_bgcolor+"'><TD BGCOLOR='#"+headline_bgcolor+"' HEIGHT="+item_spacing+"></TD></TR>")


    } // End of article loop

  // Start of clone button code //
  // Note: Do not remove any of the code in this section //
  document.writeln("<TR><FORM METHOD='POST' ACTION='http://w.moreover.com/cgi-local/wizard_clone_SPLASH.pl' target='clone' name='moreover_clone'><TD align='center'>")
  document.writeln("<INPUT TYPE='hidden' NAME='heading_font_size' VALUE='-1'><INPUT TYPE='hidden' NAME='source_font_size' VALUE='-2'>")
  document.writeln("<INPUT TYPE='hidden' NAME='cluster_width' VALUE='400'><INPUT TYPE='hidden' NAME='time_display' VALUE='Yes'>")
  document.writeln("<INPUT TYPE='hidden' NAME='time_font' VALUE='Verdana, Arial,Helvetica, sans-serif'><INPUT TYPE='hidden' NAME='cluster_cellspacing' VALUE='0'>")
  document.writeln("<INPUT TYPE='hidden' NAME='heading_font' VALUE='Verdana, Arial,Helvetica, sans-serif'><INPUT TYPE='hidden' NAME='number_of_headlines' VALUE='5'>")
  document.writeln("<INPUT TYPE='hidden' NAME='cluster_bgcolor' VALUE='ffffff'><INPUT TYPE='hidden' NAME='time_fgcolor' VALUE='ff6600'>")
  document.writeln("<INPUT TYPE='hidden' NAME='access_fgcolor' VALUE='ff6600'><INPUT TYPE='hidden' NAME='time_font_size' VALUE='-2'>")
  document.writeln("<INPUT TYPE='hidden' NAME='headline_bgcolor' VALUE='ffffff'><INPUT TYPE='hidden' NAME='cluster_name' VALUE='index_cyberculturenews'>")
  document.writeln("<INPUT TYPE='hidden' NAME='access_font_size' VALUE='-2'><INPUT TYPE='hidden' NAME='heading_display' VALUE='Yes'>")
  document.writeln("<INPUT TYPE='hidden' NAME='headline_fgcolor' VALUE='333333'><INPUT TYPE='hidden' NAME='source_font' VALUE='Verdana, Arial,Helvetica, sans-serif'>")
  document.writeln("<INPUT TYPE='hidden' NAME='access_font' VALUE='Verdana, Arial,Helvetica, sans-serif'><INPUT TYPE='hidden' NAME='headline_font_size' VALUE='-1'>")
  document.writeln("<INPUT TYPE='hidden' NAME='headline_font' VALUE='Verdana, Arial,Helvetica, sans-serif'><INPUT TYPE='hidden' NAME='heading_bold' VALUE='Yes'>")
  document.writeln("<INPUT TYPE='hidden' NAME='item_spacing' VALUE='5'><INPUT TYPE='hidden' NAME='wizard_brand' VALUE='newwizard'>")
  document.writeln("<INPUT TYPE='hidden' NAME='heading_bgcolor' VALUE='ffffff'><INPUT TYPE='hidden' NAME='cluster_cellpadding' VALUE='1'>")
  document.writeln("<INPUT TYPE='hidden' NAME='heading_fgcolor' VALUE='333333'><INPUT TYPE='hidden' NAME='source_fgcolor' VALUE='ff6600'>")
  document.writeln("<INPUT TYPE='hidden' NAME='cluster_border' VALUE='0'><INPUT TYPE='hidden' NAME='cluster_layout' VALUE='<br>'>")

  document.writeln("</TD></FORM></TR>")
  
  // End of clone button code //

  document.writeln("</TABLE></CENTER></TD></TR></TABLE></CENTER>")

  // ************************************************************************************
  // This code is subject to the copyright and warranty restrictions detailed at 
  // http://w.moreover.com/wizard_copyright.html
  // Copyright 1999 Moreover.com Inc. All rights reserved.
  // *************************************************************************************
  } 


