var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Case Closed? Haitians Say They Gave Kids Willingly
";
arnews[0] += "Parents of some of the children who 10 U.S. missionaries tried to take out of Haiti after its catastrophic earthquake told a judge Tuesday that they freely handed over their kids, the Americans' lawyer said.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:59:14 GMT";
arnews[0] += "
";
arnews[1]="Big Names Take Note Of Local Songstress
";
arnews[1] += "She's been told she has the vocal style of artists like Norah Jones, Sade and even jazz legend Sarah Vaughn.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:07:05 GMT";
arnews[1] += "
";
arnews[2]="Haiti Raises Quake Death Toll To 230,000
";
arnews[2] += "Haiti's government has raised the death toll for the Jan. 12 earthquake to 230,000 from 212,000 and says more bodies remain uncounted.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:00:38 GMT";
arnews[2] += "
";
arnews[3]="Perez Hilton, Black Eyed Peas manager settle suit
";
arnews[3] += "A judge is dismissing a civil lawsuit filed against a Black Eyed Peas manager who punched blogger Perez Hilton in a nightclub last year.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:36:27 GMT";
arnews[3] += "
";
arnews[4]="Wyclef keeps Haiti in his heart amid Super Bowl
";
arnews[4] += "The contrasts are stark: As Haiti grapples with chaos, death and despair after last month's earthquake, celebrities party in luxurious fashion in preparation for a football game.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:18:17 GMT";
arnews[4] += "
";
arnews[5]="Brad Pitt, Angelina Jolie donate $1 million, Clooney hosts MTV fundraiser
";
arnews[5] += "Brad Pitt and Angelina Jolie donated $1 million US to Doctors Without Borders, who are struggling to provide urgent medical care to those devastated by the earthquake in Haiti.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:16:28 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("