Cosmo Cat's News Headlines")
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(" |