var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Absent Polanski to dominate Berlin film festival
";
arnews[0] += "Roman Polanski may be under house arrest in a Swiss chalet, but the Polish-French director is set to dominate this year's Berlin film festival where his latest movie \"The Ghost Writer\" will be unveiled.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:13:46 GMT";
arnews[0] += "
";
arnews[1]="Case Closed? Haitians Say They Gave Kids Willingly
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 01:59:14 GMT";
arnews[1] += "
";
arnews[2]="Out with the 'R' word
";
arnews[2] += "The controversy over a politician's use of 'retarded' has led to a movement to ban the word altogether.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:11:08 GMT";
arnews[2] += "
";
arnews[3]="Alba stars in complicated romance
";
arnews[3] += "If there's anything I've learned from watching hundreds of romantic comedies, it's that beautiful women just can't get a date.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:12:27 GMT";
arnews[3] += "
";
arnews[4]="Haiti Raises Quake Death Toll To 230,000
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 09 Feb 2010 23:00:38 GMT";
arnews[4] += "
";
arnews[5]="Factbox: Main Competition Films At Berlin Festival
";
arnews[5] += "The 60th Berlin film festival starts on Thursday and ends on February 21. Following are the 26 films in the main competition lineup, along with the main production country, the name of the director and names of major stars.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:59:32 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("