");
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('
');
// ************************************************************************************
// This code is subject to the copyright and warranty restrictions detailed at
// http://www.moreover.com/wizard_copyright.html
// Copyright 2000 Moreover.com Inc. All rights reserved.
// *************************************************************************************
}
// -->