// load global_article array with articles from category
if (article != null) {
  early_exit = 0;

  for (var article_counter = 0; article_counter < Math.min(article.length,3); article_counter++) {
    global_article[global_article_counter] = article[article_counter];
    global_article[global_article_counter].url += "&w=610393";
    global_article[global_article_counter].url += "' TARGET='_blank";
    global_article[global_article_counter].document_url += "' TARGET='_blank";
    global_article_counter++;
  }
}


if (global_article.length == 0) {
  if (early_exit) {
    document.writeln("<CENTER>Please reload this page to view the headlines</CENTER>");
  } else {
    document.writeln("<CENTER>Sorry, no articles matched your search criteria</CENTER>");
    early_exit = 1;
  }
}