var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Costa Rica Has for First Time a Woman President
";
arnews[0] += "San Jose, Feb 8 Laura Chinchilla, 50, became the first woman president of Costa Rica, a nation with over 4.5 million inhabitants that chose for political continuity.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:54:10 GMT";
arnews[0] += "
";
arnews[1]="Twitter and Facebook part of Costa Rica election
";
arnews[1] += "Electing a woman to be your head of state isn't that big a deal these days. The latest country to join a long list of states with women leaders is Costa Rica : in the presidential election conducted yesterday, the winner by a comfortable margin is Laura Chinchilla Miranda , the first woman to become head of state in this Central American republic.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 09:52:30 GMT";
arnews[1] += "
";
arnews[2]="Costa Rica Elects First Woman President
";
arnews[2] += "The former vice president of the ruling party, Laura Chinchilla, earns a landslide victory.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:27:18 GMT";
arnews[2] += "
";
arnews[3]="Chinchilla on her way to be first Costa Rican woman president
";
arnews[3] += "Laura Chinchilla Miranda, a female candidate from the leftist ruling National Liberation Party, is winning Costa Rican presidential election on her way to become the first woman president of the country.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 04:31:06 GMT";
arnews[3] += "
";
arnews[4]="Costa Rica could elect first female president - opinion polls
";
arnews[4] += "Laura Chinchilla Miranda, a female candidate from the leftist ruling National Liberation Party, has real chances to win the Sunday presidential elections in Costa Rica, having over 10 percentage points ahead of her main rivals.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 02:34:39 GMT";
arnews[4] += "
";
arnews[5]="Kendra Meinert column: McGinn and Dame destined to rock in Red Clover
";
arnews[5] += "Let's get the clich out of the way first thing. Yes, she's a little bit country.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Concert lineup is fun, diverse
";
arnews[6] += "Let that rodeo dust settle and give 'em a little time to get that famous rotating stage in place.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 02:08:18 GMT";
arnews[6] += "
";
arnews[7]="National intelligence chief bemoans politicizing of security
";
arnews[7] += "Director of National Intelligence Dennis Blair lashed out on Wednesday at how politicized the government's handling of the Christmas bombing plot has become, saying the debate has not been \"particularly good\" for intelligence and law enforcement officials trying to keep the country safe.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 23:04:44 GMT";
arnews[7] += "
";
arnews[8]="Good morning, Buffalo: A quick look at what's happening today
";
arnews[8] += "Typical February, that's what the National Weather Service says we're getting for the next week or so.";
arnews[8] += "
Publ.Date : Wed, 03 Feb 2010 13:26:17 GMT";
arnews[8] += "
";
totcount = 9;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("