var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Angelina Jolie visits Haiti
";
arnews[0] += "Actress Angelina Jolie walks inside the base of the United Nations Stabilization Mission in Haiti during her visit to Haiti as a United Nations Goodwill Ambassador for the UN Refugee Agency UNHCR on February 9, 2010 in Port au Prince.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:44:05 GMT";
arnews[0] += "
";
arnews[1]="Angelina Jolie visits quake-hit Haiti
";
arnews[1] += "Angelina Jolie visited earthquake victims in Haiti on Tuesday in her latest trip to help survivors of conflict and natural disaster as a goodwill envoy for a United Nations agency.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="No relief for snowed-under seaboard
";
arnews[2] += "Another massive snowstorm barreled into the mid-Atlantic region Tuesday, as residents still reeling from a paralyzing weekend blizzard faced more of the same.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:48:51 GMT";
arnews[2] += "
";
arnews[3]="Marlins' 1-2 starting pitchers set; after that, it's up for grabs
";
arnews[3] += "But it's the other three starters who could end up dictating whether the Marlins reach the playoffs, a destination mandated by the front office.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:40:13 GMT";
arnews[3] += "
";
arnews[4]="More
";
arnews[4] += "After Mel Gibson made \"The Passion of the Christ,\" I remember predicting that we wouldn't see him in regular Hollywood fare again.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tuesday's college roundup (non-basketball): NCAA champion ...
";
arnews[5] += "Tuesday's college roundup : NCAA champion U.Va. signs five for men's soccer, including Cox's Saunders Daily Press , February 9, 2010 In men's soccer, NCAA champion Virginia announced five signees for next season, including midfielder Frank \"Trey\" Saunders of Virginia Beach's Cox High and three other Virginians: 6-foot-5 goalkeeper Calle Brown of ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:15:41 GMT";
arnews[5] += "
";
totcount = 6;
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("