if(article!=null&&(article.length>0)){
early_exit=false;
for(var article_counter=0;article_counter<article.length;article_counter++){
global_article[global_article_counter]=article[article_counter];
global_article_counter++;}}
if(global_article.length==0){
if(early_exit){
document.write("<center><font class=hl>Please reload this page to view the headlines</font></center><p><img src=clear.gif width=1 height=400>");
}else{
document.write("<center><font class=hl>Sorry, no articles matched your search criteria</font></center><p><img src=clear.gif width=1 height=400>");
early_exit=true;}}
if(!early_exit){
var numberofarticles=global_article.length;
var time=new Array(global_article.length);
for(var counter=0;counter<numberofarticles;counter++){
if((counter==(global_article.length-1))&&moreover_text==1){
time_display="No";}
document.write('<a href="'+global_article[counter].url+'" target=_blank class=hl>');
document.write(global_article[counter].headline_text+"...</a><br>\r");
if((counter!=(global_article.length-1))||moreover_text!=1){
document.write('<a href="'+global_article[counter].document_url+'" target=_blank class=src>');
document.write(global_article[counter].source+"</a>");}
if(global_article[counter].access_status=="sub"||global_article[counter].access_status=="reg"||global_article[counter].access_status=="prem"){
document.write('<span class=ti>&nbsp;</span><a href="'+global_article[counter].access_registration+'" class=src>');
document.write(global_article[counter].access_status+"</a>");}
time[counter]=new Date(global_article[counter].harvest_time);
time[counter].setHours(time[counter].getHours()-(time[counter].getTimezoneOffset()/60));
document.write("<span class=ti>&nbsp;"+time[counter].toString()+"<br><br></span>\r");}}