function hoho_1 (url, title, source, summary, create_date)
{
	this.url = url;
	this.title = title;
	this.source = source;
	this.summary = summary;
	this.create_date = create_date;
}

article = new Array(
new hoho_1(
"http%3a%2f%2fallafrica.com%2fstories%2f201007300976.html",
"Africa: Upcoming Conference \'to Make the Connection\' between U.S. and Continent - Hope Masters",
"All Africa",
"The Leon H. Sullivan Foundation Africa Policy Forum: a Vision for the 21st Century to be held in Atlanta in September, aims to help build a U.S.-Africa dialogue based on mutual respect and mutual benefit. It will encompass cultural discourse as well as talks on business and national security issues.",
"31-07-2010 02:06"),

new hoho_1(
"http%3a%2f%2fallafrica.com%2fstories%2f201007300890.html",
"Africa: Obama Team \'Actively Engaged\' to Promote Progress, Carson Says",
"All Africa",
"President Barack Obama will host some 120 African youth leaders from 40 African nations in Washington next week, part of a commemoration of 50 years of independence for 17 countries.",
"30-07-2010 19:53"),

new hoho_1(
"http%3a%2f%2fwww.IRINnews.org%2freport.aspx%3fReportID%3d90022",
"COTE D\'IVOIRE: Yellow fever, dengue kill at least three",
"Irin",
"ABIDJAN, 30 July 2010 (IRIN) - Ivorian health officials are vaccinating people against yellow fever in Abidjan, the commercial capital, and two other major cities, after the disease killed two people and struck nine others in recent weeks.     During the same period, dengue fever &quot; for which there is no vaccine &quot; killed one person, and there have been 10 more confirmed cases, according to the Ministry of Public Health and Hygiene.",
"30-07-2010 18:13"),

new hoho_1(
"http%3a%2f%2fipsnews.net%2fnews.asp%3fidnews%3d52325",
"POLITICS-GUINEA: Women Amongst Also-Rans in Presidential Elections",
"Inter Press Service",
"CONAKRY, Jul 30, 2010 (IPS) - Celou Dalein Diallo gained a significant advantage over Alpha Cond&#233;, his main rival for the Guinean presidency, when a third candidate said he would back Diallo in a second round of voting in August.",
"30-07-2010 11:03")
);