News

  • 21 August 2001

Music News // the array global_article is used to allow multiple categories var global_article = new Array() var global_article_counter = 0 var article = null var early_exit = 0 var moreover_text = 0; // do not remove this function clone() function load_wizard() { var newwin = window.open("","clone","resizable,scrollbars,width=500"); document.forms.moreover_clone.submit(); return true; } // end of do not remove this function clone() // load global_article array with articles from cluster if (article != null) { for (var article_counter = 0; article_counter < Math.min(10,article.length); article_counter++) { global_article[global_article_counter] = article[article_counter] global_article[global_article_counter].url += "' TARGET='_blank" global_article[global_article_counter].document_url += "' TARGET='_blank" global_article_counter++ } } else { if (early_exit == 0) { document.writeln("

Please reload this page to view the headlines") early_exit = 1 } } if (early_exit == 0) { var width = "300" var category = "" var numberofarticles = global_article.length var item_spacing = "15" var cluster_bgcolor = "ffffff" var cluster_border = "0" var heading_display = "Yes" var time_display = "Yes" var cell_spacing = "0" var cell_padding = "1" 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 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("") document.writeln("
") document.writeln("
") // Start loop for articles for (var counter=0; counter < numberofarticles; counter++) { // Reset formatting settings to original values heading_bgcolor = "ffffff" heading_font = "Arial,Helvetica, sans-serif" heading_font_size = "2" heading_fgcolor = "9a9a9a" headline_bgcolor = "ffffff" headline_font = "Arial,Helvetica, sans-serif" headline_font_size = "2" headline_fgcolor = "9a9a9a" source_font = "Arial,Helvetica, sans-serif" source_font_size = "-2" source_fgcolor = "cccccc" access_font = "Arial,Helvetica, sans-serif" access_font_size = "-2" access_fgcolor = "cccccc" time_font = "Arial,Helvetica, sans-serif" time_font_size = "-2" time_fgcolor = "cccccc" 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 // Print a new category heading //document.writeln("
") //document.writeln("") //document.writeln(""+global_article[counter].cluster+"") } // Print out the headline document.writeln("
") document.writeln("<FONT SIZE="+headline_font_size+" FACE="+headline_font+" COLOR='#"+headline_fgcolor+"'") 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 )) // adjust the time to local 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("
") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") document.writeln("") // End of clone button code // document.writeln(""); // **** // 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. // ***** }