var arnews = new Array(5); totcount = 5; 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 in History - Thursday, Sept. 17, 2009
"; arnews[2] += "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[2] += "
Publ.Date : Thu, 17 Sep 2009 14:15:32 GMT"; arnews[2] += "
"; arnews[3]="Today's Birthdays
"; arnews[3] += "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[3] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Lovable loser
"; arnews[4] += "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[4] += "
Publ.Date : Thu, 17 Sep 2009 07:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");