var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cyrus tour-bus accident in Virginia kills d...
";
arnews[0] += "Saturday, November 21, 2009 at 1:01 a.m. The driver of a Miley Cyrus tour bus was killed yesterday when the bus overturned, but the 16-year-old \"Hannah Montana\" star wasn't on board, Virginia State Police said.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:08:51 GMT";
arnews[0] += "
";
arnews[1]="Sex, lies and all that Chaz November 21, 2009
";
arnews[1] += "Chaz Bono says beginning the sex-change process to turn him from a woman to a man is \"the best decision I've ever made.\" The 40-year-old writer, activist and reality-TV star, who was born a girl named Chastity to Sonny Bono and Cher , says he feels great at eight months into the years-long transformation.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:53:33 GMT";
arnews[1] += "
";
arnews[2]="People in the news
";
arnews[2] += "Oprah Winfrey gets emotional as she tells her TV audience about her plans to end her popular daytime talk show in 2011.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:27:35 GMT";
arnews[2] += "
";
arnews[3]="James Van Der Beek to divorce
";
arnews[3] += "The former 'Dawson's Creek' star split from actress Heather McComb earlier this year and has now started legal proceedings to officially end their six-year marriage.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:21:31 GMT";
arnews[3] += "
";
arnews[4]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
";
arnews[4] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 GMT";
arnews[4] += "
";
arnews[5]="James Van Der Beek files for divorce
";
arnews[5] += "Court records show James Van Der Beek has filed for divorce from his wife of nearly six years.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:09:49 GMT";
arnews[5] += "
";
arnews[6]="Van Der Beek files for divorce
";
arnews[6] += "\"Dawson's Creek\" star James Van Der Beek filed for divorce from his wife of six years, Ann McComb.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 03:38:17 GMT";
arnews[6] += "
";
totcount = 7;
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("