var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mom says Keshia Chante crash rumours 'horrific'
";
arnews[0] += "Twitter has spawned yet another false rumour of a celebrity death, that has Keshia Chante's mother saying it's all \"a stupid and horrific hoax.\" A rumour circulating on Twitter and Wikipedia Saturday claimed Chante, 21, had been in a serious car crash and was in critical condition in a Toronto hospital.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:50:16 GMT";
arnews[0] += "
";
arnews[1]="Carey Mulligan and Natalie Portman Talk Dreams in 'Brothers'
";
arnews[1] += "Lionsgate has provided us with a brand new clip from Jim Sheridan's upcoming drama Brothers , a remake of a 2004 Danish film from director Susanne Bier.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:56:17 GMT";
arnews[1] += "
";
arnews[2]="Fans go wild for singer Justin Bieber, sustain injuries
";
arnews[2] += "Nassau County police say girls and adults in the crowd of nearly 3,000 started pushing and shoving as they waited for the 15-year-old sensation to arrive Friday at the Roosevelt Field Mall in Garden City.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:21:12 GMT";
arnews[2] += "
";
arnews[3]="Birthday Suits, That Girl Those Girls
";
arnews[3] += "Candide is his work that's most familiar to modern audiences having been filmed, adapted, and put on lists like this one as well as being adapted into a popular and oft-revived comic operetta.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:26:19 GMT";
arnews[3] += "
";
arnews[4]="Presenting: The Sexiest Men Alive in 2009
";
arnews[4] += "One of the leading celebrity news magazines, People , released its annual Sexiest Man Alive issue earlier this week.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:59:55 GMT";
arnews[4] += "
";
arnews[5]="Travolta family attends movie opening in Florida
";
arnews[5] += "Travolta, wife Kelly Preston and daughter Ella Bleu greeted hundreds of fans for a sneak preview of Disney's \"Old Dogs,\" which opens Wednesday.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:23:52 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("