var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Miley Cyrus tour bus crashes, killing 1
";
arnews[0] += "The driver of a Miley Cyrus tour bus was killed Friday when the bus overturned, but the 16-year-old \"Hannah Montana\" star wasn't on board, Virginia State Police said.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:46:20 GMT";
arnews[0] += "
";
arnews[1]="Police: Miley Cyrus tour bus overturns in Va., killing 1; 'Hannah Montana' star wasn't aboard
";
arnews[1] += "The driver of a Miley Cyrus tour bus was killed Friday when the bus overturned, but the 16-year-old \"Hannah Montana\" star wasn't on board, Virginia State Police said.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:38:04 GMT";
arnews[1] += "
";
arnews[2]="Family Reveals Details Behind Tour-Bus Wreck
";
arnews[2] += "The bus was one of four traveling together from Long Island, N.Y., where the 16-year-old singer performed Thursday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:52:43 GMT";
arnews[2] += "
";
arnews[3]="Miley Cyrus tour bus overturns in Va., killing 1
";
arnews[3] += "The driver of a Miley Cyrus tour bus was killed Friday when the bus overturned, but the 16-year-old \"Hannah Montana\" star wasn't on board, Virginia State Police said.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:40:17 GMT";
arnews[3] += "
";
arnews[4]="Miley Cyrus tour bus overturns, one dead
";
arnews[4] += "One person was killed when a tour bus belonging to Miley Cyrus overturned, but the 16-year-old Hannah Montana star was not on board, Virginia State Police said.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:30:24 GMT";
arnews[4] += "
";
arnews[5]="One Dead In Miley Cyrus Tour Bus Crash
";
arnews[5] += "Virginia State Police report that one person was killed Friday morning when a tour bus belonging to Hannah Montana star Miley Cyrus overturned.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:25:17 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("