var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a Charliea s Angelsa TV reboot: Cast it
";
arnews[0] += "Last January, Drew Barrymore made her interest in making a third Charlie's Angels movie public.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 18:32:22 GMT";
arnews[0] += "
";
arnews[1]="On Aug. 6, 1945, during World War II, the U.S. dropped an atomic bomb on Hiroshima, Japan
";
arnews[1] += "Today is Thursday, Aug. 6, the 218th day of 2009. There are 147 days left in the year.";
arnews[1] += "
Publ.Date : Wed, 12 Aug 2009 00:12:25 GMT";
arnews[1] += "
";
arnews[2]="Report: Rams WR Avery out 4-to-6 weeks
";
arnews[2] += "On Thanksgiving, Doug and Carrie recall the first time they said they loved each other and the first time Doug met Arthur and his wife, Lily .";
arnews[2] += "
Publ.Date : Mon, 10 Aug 2009 03:53:53 GMT";
arnews[2] += "
";
arnews[3]="Bad Weather strands boaters in Lancaster County
";
arnews[3] += "On Thanksgiving, Doug and Carrie recall the first time they said they loved each other and the first time Doug met Arthur and his wife, Lily .";
arnews[3] += "
Publ.Date : Mon, 10 Aug 2009 03:53:39 GMT";
arnews[3] += "
";
arnews[4]="Morgan divorces wife of 23 years
";
arnews[4] += "On Thanksgiving, Doug and Carrie recall the first time they said they loved each other and the first time Doug met Arthur and his wife, Lily .";
arnews[4] += "
Publ.Date : Mon, 10 Aug 2009 03:53:22 GMT";
arnews[4] += "
";
arnews[5]="Hefner scraps Jones 'Playboy' shoot
";
arnews[5] += "On Thanksgiving, Doug and Carrie recall the first time they said they loved each other and the first time Doug met Arthur and his wife, Lily .";
arnews[5] += "
Publ.Date : Mon, 10 Aug 2009 03:53:15 GMT";
arnews[5] += "
";
arnews[6]="Costner auctions date for tragic concert-goer
";
arnews[6] += "On Thanksgiving, Doug and Carrie recall the first time they said they loved each other and the first time Doug met Arthur and his wife, Lily .";
arnews[6] += "
Publ.Date : Mon, 10 Aug 2009 03:53:12 GMT";
arnews[6] += "
";
arnews[7]="On Aug. 6, 1945, during World War II, the U.S. dropped an atomic bomb on Hiroshima, Japan
";
arnews[7] += "Today is Thursday, Aug. 6, the 218th day of 2009. There are 147 days left in the year.";
arnews[7] += "
Publ.Date : Sun, 09 Aug 2009 01:30:10 GMT";
arnews[7] += "
";
totcount = 8;
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("