var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blood and Bone DVD Review
";
arnews[0] += "After Isaiah Bone is paroled from the penitentiary he has a hard time finding a legit line of work so he can provide for his loyal and patient wife, Tamara .";
arnews[0] += "
Publ.Date : Sat, 19 Sep 2009 16:01:26 GMT";
arnews[0] += "
";
arnews[1]="Today in History - Thursday, Sept. 17, 2009
";
arnews[1] += "Today's Highlight in History: On Sept. 17, 1939, the Soviet Union invaded Poland during World War II, more than two weeks after Nazi Germany had launched its assault.";
arnews[1] += "
Publ.Date : Fri, 18 Sep 2009 03:11:45 GMT";
arnews[1] += "
";
arnews[2]="Today's Birthdays
";
arnews[2] += "Pro Football Hall of Famer George Blanda is 82. Sen. Charles E. Grassley is 76. Retired Supreme Court Justice David H. Souter is 70.";
arnews[2] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Lovable loser
";
arnews[3] += "Louisville's \"The Biggest Loser\" contestant Mozziz \"Mo\" DeWalt may have ended up in the hospital on Tuesday night's episode of the weight-loss reality competition, but that didn't stop him from coming back, losing 19 pounds in one week and avoiding the first cut.";
arnews[3] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Celebrity birthdays: Who's another year older Sept. 17?
";
arnews[4] += "MORE CELEBRITY BIRTHDAYS Celebrities born Sept. 16 Actor David Huddleston is 79.";
arnews[4] += "
Publ.Date : Thu, 17 Sep 2009 10:00:00 GMT";
arnews[4] += "
";
arnews[5]="Today in History - Sept. 17
";
arnews[5] += "Today is Thursday, Sept. 17, the 260th day of 2009. There are 105 days left in the year.";
arnews[5] += "
Publ.Date : Thu, 17 Sep 2009 07:54:13 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("